diff --git a/Package.swift b/Package.swift new file mode 100644 index 000000000..dcdad1977 --- /dev/null +++ b/Package.swift @@ -0,0 +1,16 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "plasma-ios", + platforms: [ + .iOS(.v14) + ], + products: [], + dependencies: [ + .package(path: "./SDDSComponents"), + .package(path: "./SDDSIcons"), + .package(path: "./SDDSThemeBuilder/SDDSThemeCore") + ], + targets: [] +) diff --git a/SDDS.xcworkspace/contents.xcworkspacedata b/SDDS.xcworkspace/contents.xcworkspacedata index e3323cf7f..22a5995a4 100644 --- a/SDDS.xcworkspace/contents.xcworkspacedata +++ b/SDDS.xcworkspace/contents.xcworkspacedata @@ -2,19 +2,16 @@ + location = "group:Package.swift"> - - + location = "group:SDDSComponents/SDDSComponents.xcodeproj"> diff --git a/SDDSComponents/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/SDDSComponents/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/SDDSComponents/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SDDSComponents/Assets.xcassets/Contents.json b/SDDSComponents/Assets.xcassets/Contents.json new file mode 100644 index 000000000..73c00596a --- /dev/null +++ b/SDDSComponents/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/CheckBoxOn(Multiple).svg b/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/CheckBoxOn(Multiple).svg new file mode 100644 index 000000000..f4d23392f --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/CheckBoxOn(Multiple).svg @@ -0,0 +1,4 @@ + + + + diff --git a/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/Contents.json b/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/Contents.json new file mode 100644 index 000000000..9a9991442 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxMulti.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "CheckBoxOn(Multiple).svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/checkboxOff.imageset/CheckBoxOff.svg b/SDDSComponents/Assets.xcassets/checkboxOff.imageset/CheckBoxOff.svg new file mode 100644 index 000000000..1dc629733 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxOff.imageset/CheckBoxOff.svg @@ -0,0 +1,3 @@ + + + diff --git a/SDDSComponents/Assets.xcassets/checkboxOff.imageset/Contents.json b/SDDSComponents/Assets.xcassets/checkboxOff.imageset/Contents.json new file mode 100644 index 000000000..7ae6f840a --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxOff.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "CheckBoxOff.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/checkboxOn.imageset/CheckBoxOn(Single).svg b/SDDSComponents/Assets.xcassets/checkboxOn.imageset/CheckBoxOn(Single).svg new file mode 100644 index 000000000..2149d1eb9 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxOn.imageset/CheckBoxOn(Single).svg @@ -0,0 +1,4 @@ + + + + diff --git a/SDDSComponents/Assets.xcassets/checkboxOn.imageset/Contents.json b/SDDSComponents/Assets.xcassets/checkboxOn.imageset/Contents.json new file mode 100644 index 000000000..3fcbd4484 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/checkboxOn.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "CheckBoxOn(Single).svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/chipClose.imageset/Contents.json b/SDDSComponents/Assets.xcassets/chipClose.imageset/Contents.json new file mode 100644 index 000000000..47c342c88 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/chipClose.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "icon-24×24-2.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/SDDSComponents/Assets.xcassets/chipClose.imageset/icon-24\303\22724-2.svg" "b/SDDSComponents/Assets.xcassets/chipClose.imageset/icon-24\303\22724-2.svg" new file mode 100644 index 000000000..6624ef59b --- /dev/null +++ "b/SDDSComponents/Assets.xcassets/chipClose.imageset/icon-24\303\22724-2.svg" @@ -0,0 +1,3 @@ + + + diff --git a/SDDSComponents/Assets.xcassets/chipIcon.imageset/Contents.json b/SDDSComponents/Assets.xcassets/chipIcon.imageset/Contents.json new file mode 100644 index 000000000..44a63c3c8 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/chipIcon.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "icon-24×24.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git "a/SDDSComponents/Assets.xcassets/chipIcon.imageset/icon-24\303\22724.svg" "b/SDDSComponents/Assets.xcassets/chipIcon.imageset/icon-24\303\22724.svg" new file mode 100644 index 000000000..21747f261 --- /dev/null +++ "b/SDDSComponents/Assets.xcassets/chipIcon.imageset/icon-24\303\22724.svg" @@ -0,0 +1,3 @@ + + + diff --git a/SDDSComponents/Assets.xcassets/radioboxOff.imageset/Contents.json b/SDDSComponents/Assets.xcassets/radioboxOff.imageset/Contents.json new file mode 100644 index 000000000..fb0a7af63 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/radioboxOff.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "RadioBoxOff.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/radioboxOff.imageset/RadioBoxOff.svg b/SDDSComponents/Assets.xcassets/radioboxOff.imageset/RadioBoxOff.svg new file mode 100644 index 000000000..1f7789c5e --- /dev/null +++ b/SDDSComponents/Assets.xcassets/radioboxOff.imageset/RadioBoxOff.svg @@ -0,0 +1,3 @@ + + + diff --git a/SDDSComponents/Assets.xcassets/radioboxOn.imageset/Contents.json b/SDDSComponents/Assets.xcassets/radioboxOn.imageset/Contents.json new file mode 100644 index 000000000..98bdb03ae --- /dev/null +++ b/SDDSComponents/Assets.xcassets/radioboxOn.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "RadioBoxOn.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Assets.xcassets/radioboxOn.imageset/RadioBoxOn.svg b/SDDSComponents/Assets.xcassets/radioboxOn.imageset/RadioBoxOn.svg new file mode 100644 index 000000000..8ee29baa7 --- /dev/null +++ b/SDDSComponents/Assets.xcassets/radioboxOn.imageset/RadioBoxOn.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SDDSComponents/Assets.xcassets/spinner.imageset/24_spinnerOutline.svg b/SDDSComponents/Assets.xcassets/spinner.imageset/24_spinnerOutline.svg new file mode 100644 index 000000000..862d97e5d --- /dev/null +++ b/SDDSComponents/Assets.xcassets/spinner.imageset/24_spinnerOutline.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/SDDSComponents/Assets.xcassets/spinner.imageset/Contents.json b/SDDSComponents/Assets.xcassets/spinner.imageset/Contents.json new file mode 100644 index 000000000..64ecc347b --- /dev/null +++ b/SDDSComponents/Assets.xcassets/spinner.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "24_spinnerOutline.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSComponents/Package.swift b/SDDSComponents/Package.swift new file mode 100644 index 000000000..8068d9a61 --- /dev/null +++ b/SDDSComponents/Package.swift @@ -0,0 +1,34 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "SDDSComponents", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "SDDSComponents", + targets: ["SDDSComponents"]), + ], + dependencies: [ + .package(name: "SDDSIcons", path: "../SDDSIcons"), + .package(name: "SDDSThemeCore", path: "../SDDSThemeBuilder/SDDSThemeCore") + ], + targets: [ + .target( + name: "SDDSComponents", + dependencies: ["SDDSIcons", "SDDSThemeCore"], + path: "Sources/SDDSComponents", + exclude: ["SDDSComponents.h"], + resources: [ + .process("../../Assets.xcassets") + ] + ), + .testTarget( + name: "SDDSComponentsTests", + dependencies: ["SDDSComponents"], + path: "SDDSComponentsTests" + ) + ] +) diff --git a/SDDSComponents/SDDSComponents.xcodeproj/project.pbxproj b/SDDSComponents/SDDSComponents.xcodeproj/project.pbxproj new file mode 100644 index 000000000..4c5223d04 --- /dev/null +++ b/SDDSComponents/SDDSComponents.xcodeproj/project.pbxproj @@ -0,0 +1,810 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 60; + objects = { + +/* Begin PBXBuildFile section */ + 811DE1542C50098D000DD354 /* SDDSChip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1532C50098D000DD354 /* SDDSChip.swift */; }; + 811DE1562C50179F000DD354 /* ChipAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1552C50179F000DD354 /* ChipAppearance.swift */; }; + 811DE1582C5017C3000DD354 /* ProgressBarAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1572C5017C3000DD354 /* ProgressBarAppearance.swift */; }; + 811DE15B2C5017FE000DD354 /* SDDSChipGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE15A2C5017FE000DD354 /* SDDSChipGroup.swift */; }; + 811DE15D2C51167A000DD354 /* SDDSChip.md in Resources */ = {isa = PBXBuildFile; fileRef = 811DE15C2C51167A000DD354 /* SDDSChip.md */; }; + 811DE15F2C511701000DD354 /* SDDSChipGroup.md in Resources */ = {isa = PBXBuildFile; fileRef = 811DE15E2C511701000DD354 /* SDDSChipGroup.md */; }; + 811DE1712C5783B6000DD354 /* HierarchicalList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1702C5783B6000DD354 /* HierarchicalList.swift */; }; + 811DE1732C57868F000DD354 /* SDDSCheckboxGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1722C57868F000DD354 /* SDDSCheckboxGroup.swift */; }; + 814185C72C33080400D8E524 /* Spacing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 814185C62C33080400D8E524 /* Spacing.swift */; }; + 814185CA2C34260300D8E524 /* ButtonSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 814185C92C34260300D8E524 /* ButtonSize.swift */; }; + 814F71972C58CC59006385E4 /* SDDSIcons in Frameworks */ = {isa = PBXBuildFile; productRef = 814F71962C58CC59006385E4 /* SDDSIcons */; }; + 814F719A2C58CE07006385E4 /* SDDSIcons in Frameworks */ = {isa = PBXBuildFile; productRef = 814F71992C58CE07006385E4 /* SDDSIcons */; }; + 817580E92C37E04000E45207 /* SpinnerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817580E82C37E04000E45207 /* SpinnerView.swift */; }; + 818C03B22C418A90002C6D0A /* SDDSSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03B12C418A90002C6D0A /* SDDSSwitch.swift */; }; + 818C03B52C418C50002C6D0A /* TypographyConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03B42C418C50002C6D0A /* TypographyConfiguration.swift */; }; + 818C03B92C43B99B002C6D0A /* ColorToken+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03B82C43B99B002C6D0A /* ColorToken+Extensions.swift */; }; + 818C03BF2C43C371002C6D0A /* DebugModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03BE2C43C371002C6D0A /* DebugModifier.swift */; }; + 818C03C52C4512A6002C6D0A /* SelectionControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03C42C4512A6002C6D0A /* SelectionControl.swift */; }; + 818C03C72C45140B002C6D0A /* CheckboxAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03C62C45140B002C6D0A /* CheckboxAppearance.swift */; }; + 818C03C92C451424002C6D0A /* RadioboxAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03C82C451424002C6D0A /* RadioboxAppearance.swift */; }; + 818C03CB2C45158A002C6D0A /* SDDSCheckbox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03CA2C45158A002C6D0A /* SDDSCheckbox.swift */; }; + 818C03CE2C4515ED002C6D0A /* SDDSRadiobox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03CD2C4515ED002C6D0A /* SDDSRadiobox.swift */; }; + 818C03D02C451651002C6D0A /* SelectionControlAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03CF2C451651002C6D0A /* SelectionControlAppearance.swift */; }; + 818C03E32C479003002C6D0A /* Image+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03E22C479003002C6D0A /* Image+Extensions.swift */; }; + 818C03E62C47BCDC002C6D0A /* SDDSProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03E52C47BCDC002C6D0A /* SDDSProgressBar.swift */; }; + 818C03E82C47C3C4002C6D0A /* SDDSProgressBar.md in Resources */ = {isa = PBXBuildFile; fileRef = 818C03E72C47C3C4002C6D0A /* SDDSProgressBar.md */; }; + 818FE9312C3C1CDC00F64958 /* Components.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818FE9302C3C1CDC00F64958 /* Components.swift */; }; + 818FE9352C3C32F100F64958 /* SDDSButton+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818FE9342C3C32F100F64958 /* SDDSButton+Extensions.swift */; }; + 818FE93F2C3C403F00F64958 /* SDDSComponentsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818FE93E2C3C403F00F64958 /* SDDSComponentsTests.swift */; }; + 818FE9402C3C403F00F64958 /* SDDSComponents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81D2B18D2C32B39B00CAA7FD /* SDDSComponents.framework */; platformFilter = ios; }; + 81998FF42C354C7F009074B7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 81998FF32C354C7F009074B7 /* Assets.xcassets */; }; + 81998FF92C35503D009074B7 /* View+Modifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81998FF82C35503D009074B7 /* View+Modifiers.swift */; }; + 819990002C3555D4009074B7 /* Opacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81998FFF2C3555D4009074B7 /* Opacity.swift */; }; + 81BC36802C58E83100A363D0 /* SDDSThemeCore in Frameworks */ = {isa = PBXBuildFile; productRef = 81BC367F2C58E83100A363D0 /* SDDSThemeCore */; }; + 81D2B1912C32B39B00CAA7FD /* SDDSComponents.h in Headers */ = {isa = PBXBuildFile; fileRef = 81D2B1902C32B39B00CAA7FD /* SDDSComponents.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81D2B1992C32B3E400CAA7FD /* SDDSButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81D2B1982C32B3E400CAA7FD /* SDDSButton.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 818FE9412C3C403F00F64958 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 81D2B1842C32B39B00CAA7FD /* Project object */; + proxyType = 1; + remoteGlobalIDString = 81D2B18C2C32B39B00CAA7FD; + remoteInfo = SDDSComponents; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 811DE1532C50098D000DD354 /* SDDSChip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSChip.swift; sourceTree = ""; }; + 811DE1552C50179F000DD354 /* ChipAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChipAppearance.swift; sourceTree = ""; }; + 811DE1572C5017C3000DD354 /* ProgressBarAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressBarAppearance.swift; sourceTree = ""; }; + 811DE15A2C5017FE000DD354 /* SDDSChipGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSChipGroup.swift; sourceTree = ""; }; + 811DE15C2C51167A000DD354 /* SDDSChip.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSChip.md; sourceTree = ""; }; + 811DE15E2C511701000DD354 /* SDDSChipGroup.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSChipGroup.md; sourceTree = ""; }; + 811DE1702C5783B6000DD354 /* HierarchicalList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HierarchicalList.swift; sourceTree = ""; }; + 811DE1722C57868F000DD354 /* SDDSCheckboxGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSCheckboxGroup.swift; sourceTree = ""; }; + 811DE1742C5787EF000DD354 /* SDDSCheckboxGroup.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSCheckboxGroup.md; sourceTree = ""; }; + 814185C62C33080400D8E524 /* Spacing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spacing.swift; sourceTree = ""; }; + 814185C92C34260300D8E524 /* ButtonSize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonSize.swift; sourceTree = ""; }; + 817580E82C37E04000E45207 /* SpinnerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpinnerView.swift; sourceTree = ""; }; + 817D9F182C37078F006C4814 /* SDDSIcons.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SDDSIcons.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 818C03B12C418A90002C6D0A /* SDDSSwitch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSSwitch.swift; sourceTree = ""; }; + 818C03B42C418C50002C6D0A /* TypographyConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypographyConfiguration.swift; sourceTree = ""; }; + 818C03B82C43B99B002C6D0A /* ColorToken+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ColorToken+Extensions.swift"; sourceTree = ""; }; + 818C03BE2C43C371002C6D0A /* DebugModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugModifier.swift; sourceTree = ""; }; + 818C03C02C43CD4C002C6D0A /* SDDSSwitch.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSSwitch.md; sourceTree = ""; }; + 818C03C42C4512A6002C6D0A /* SelectionControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectionControl.swift; sourceTree = ""; }; + 818C03C62C45140B002C6D0A /* CheckboxAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxAppearance.swift; sourceTree = ""; }; + 818C03C82C451424002C6D0A /* RadioboxAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioboxAppearance.swift; sourceTree = ""; }; + 818C03CA2C45158A002C6D0A /* SDDSCheckbox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSCheckbox.swift; sourceTree = ""; }; + 818C03CD2C4515ED002C6D0A /* SDDSRadiobox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSRadiobox.swift; sourceTree = ""; }; + 818C03CF2C451651002C6D0A /* SelectionControlAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectionControlAppearance.swift; sourceTree = ""; }; + 818C03D32C455763002C6D0A /* SDDSCheckbox.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSCheckbox.md; sourceTree = ""; }; + 818C03D42C4557BF002C6D0A /* SDDSRadiobox.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSRadiobox.md; sourceTree = ""; }; + 818C03E22C479003002C6D0A /* Image+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Image+Extensions.swift"; sourceTree = ""; }; + 818C03E52C47BCDC002C6D0A /* SDDSProgressBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSProgressBar.swift; sourceTree = ""; }; + 818C03E72C47C3C4002C6D0A /* SDDSProgressBar.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = SDDSProgressBar.md; sourceTree = ""; }; + 818FE9302C3C1CDC00F64958 /* Components.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Components.swift; sourceTree = ""; }; + 818FE9342C3C32F100F64958 /* SDDSButton+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SDDSButton+Extensions.swift"; sourceTree = ""; }; + 818FE93C2C3C403F00F64958 /* SDDSComponentsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSComponentsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 818FE93E2C3C403F00F64958 /* SDDSComponentsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSComponentsTests.swift; sourceTree = ""; }; + 81998FD42C3436E1009074B7 /* SDDSIcons.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSIcons.xcframework; path = "/Users/vladimirkaltyrin/plasma-ios/SDDSDemoApp/../build/SDDSIcons.xcframework"; sourceTree = ""; }; + 81998FD82C343F4A009074B7 /* SDDSIcons.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSIcons.xcframework; path = ../SDDSIcons/build/SDDSIcons.xcframework; sourceTree = ""; }; + 81998FEB2C353C52009074B7 /* SDDSThemeCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSThemeCore.xcframework; path = ../SDDSThemeBuilder/build/SDDSThemeCore.xcframework; sourceTree = ""; }; + 81998FF32C354C7F009074B7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 81998FF82C35503D009074B7 /* View+Modifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+Modifiers.swift"; sourceTree = ""; }; + 81998FFF2C3555D4009074B7 /* Opacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Opacity.swift; sourceTree = ""; }; + 81BC36812C591B0B00A363D0 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; + 81D2B18D2C32B39B00CAA7FD /* SDDSComponents.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSComponents.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 81D2B1902C32B39B00CAA7FD /* SDDSComponents.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSComponents.h; sourceTree = ""; }; + 81D2B1982C32B3E400CAA7FD /* SDDSButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSButton.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 818FE9392C3C403F00F64958 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 818FE9402C3C403F00F64958 /* SDDSComponents.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 81D2B18A2C32B39B00CAA7FD /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 814F719A2C58CE07006385E4 /* SDDSIcons in Frameworks */, + 814F71972C58CC59006385E4 /* SDDSIcons in Frameworks */, + 81BC36802C58E83100A363D0 /* SDDSThemeCore in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 811DE1522C500980000DD354 /* SDDSChip */ = { + isa = PBXGroup; + children = ( + 811DE1532C50098D000DD354 /* SDDSChip.swift */, + 811DE1552C50179F000DD354 /* ChipAppearance.swift */, + 811DE15C2C51167A000DD354 /* SDDSChip.md */, + ); + path = SDDSChip; + sourceTree = ""; + }; + 811DE16C2C5782F9000DD354 /* SDDSCheckboxGroup */ = { + isa = PBXGroup; + children = ( + 811DE1722C57868F000DD354 /* SDDSCheckboxGroup.swift */, + 811DE1742C5787EF000DD354 /* SDDSCheckboxGroup.md */, + ); + path = SDDSCheckboxGroup; + sourceTree = ""; + }; + 811DE16D2C578305000DD354 /* SDDSChipGroup */ = { + isa = PBXGroup; + children = ( + 811DE15A2C5017FE000DD354 /* SDDSChipGroup.swift */, + 811DE15E2C511701000DD354 /* SDDSChipGroup.md */, + ); + path = SDDSChipGroup; + sourceTree = ""; + }; + 811DE16E2C578325000DD354 /* SelectionControl */ = { + isa = PBXGroup; + children = ( + 818C03C42C4512A6002C6D0A /* SelectionControl.swift */, + 818C03CF2C451651002C6D0A /* SelectionControlAppearance.swift */, + ); + path = SelectionControl; + sourceTree = ""; + }; + 811DE16F2C578331000DD354 /* HierarchicalList */ = { + isa = PBXGroup; + children = ( + 811DE1702C5783B6000DD354 /* HierarchicalList.swift */, + ); + path = HierarchicalList; + sourceTree = ""; + }; + 814185C82C3424EA00D8E524 /* SDDSButton */ = { + isa = PBXGroup; + children = ( + 81D2B1982C32B3E400CAA7FD /* SDDSButton.swift */, + 818FE9342C3C32F100F64958 /* SDDSButton+Extensions.swift */, + 814185C92C34260300D8E524 /* ButtonSize.swift */, + ); + path = SDDSButton; + sourceTree = ""; + }; + 817580E72C37E02800E45207 /* Spinner */ = { + isa = PBXGroup; + children = ( + 817580E82C37E04000E45207 /* SpinnerView.swift */, + ); + path = Spinner; + sourceTree = ""; + }; + 818C03AF2C418705002C6D0A /* Components */ = { + isa = PBXGroup; + children = ( + 811DE16D2C578305000DD354 /* SDDSChipGroup */, + 811DE16C2C5782F9000DD354 /* SDDSCheckboxGroup */, + 811DE1522C500980000DD354 /* SDDSChip */, + 818C03E42C47BCCC002C6D0A /* SDDSProgressBar */, + 818C03CC2C4515D6002C6D0A /* SDDSRadiobox */, + 818C03C22C45126B002C6D0A /* SDDSCheckbox */, + 818C03B02C418725002C6D0A /* SDDSSwitch */, + 814185C82C3424EA00D8E524 /* SDDSButton */, + ); + path = Components; + sourceTree = ""; + }; + 818C03B02C418725002C6D0A /* SDDSSwitch */ = { + isa = PBXGroup; + children = ( + 818C03B12C418A90002C6D0A /* SDDSSwitch.swift */, + 818C03C02C43CD4C002C6D0A /* SDDSSwitch.md */, + ); + path = SDDSSwitch; + sourceTree = ""; + }; + 818C03B32C418C3E002C6D0A /* Common */ = { + isa = PBXGroup; + children = ( + 818C03B42C418C50002C6D0A /* TypographyConfiguration.swift */, + 818C03B82C43B99B002C6D0A /* ColorToken+Extensions.swift */, + 818C03BE2C43C371002C6D0A /* DebugModifier.swift */, + 818C03E22C479003002C6D0A /* Image+Extensions.swift */, + ); + path = Common; + sourceTree = ""; + }; + 818C03C22C45126B002C6D0A /* SDDSCheckbox */ = { + isa = PBXGroup; + children = ( + 818C03CA2C45158A002C6D0A /* SDDSCheckbox.swift */, + 818C03D32C455763002C6D0A /* SDDSCheckbox.md */, + 818C03C62C45140B002C6D0A /* CheckboxAppearance.swift */, + ); + path = SDDSCheckbox; + sourceTree = ""; + }; + 818C03C32C45128E002C6D0A /* Views */ = { + isa = PBXGroup; + children = ( + 811DE16F2C578331000DD354 /* HierarchicalList */, + 811DE16E2C578325000DD354 /* SelectionControl */, + ); + path = Views; + sourceTree = ""; + }; + 818C03CC2C4515D6002C6D0A /* SDDSRadiobox */ = { + isa = PBXGroup; + children = ( + 818C03CD2C4515ED002C6D0A /* SDDSRadiobox.swift */, + 818C03D42C4557BF002C6D0A /* SDDSRadiobox.md */, + 818C03C82C451424002C6D0A /* RadioboxAppearance.swift */, + ); + path = SDDSRadiobox; + sourceTree = ""; + }; + 818C03E42C47BCCC002C6D0A /* SDDSProgressBar */ = { + isa = PBXGroup; + children = ( + 818C03E52C47BCDC002C6D0A /* SDDSProgressBar.swift */, + 811DE1572C5017C3000DD354 /* ProgressBarAppearance.swift */, + 818C03E72C47C3C4002C6D0A /* SDDSProgressBar.md */, + ); + path = SDDSProgressBar; + sourceTree = ""; + }; + 818FE93D2C3C403F00F64958 /* SDDSComponentsTests */ = { + isa = PBXGroup; + children = ( + 818FE93E2C3C403F00F64958 /* SDDSComponentsTests.swift */, + ); + path = SDDSComponentsTests; + sourceTree = ""; + }; + 81998FD32C3436E1009074B7 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 817D9F182C37078F006C4814 /* SDDSIcons.framework */, + 81998FEB2C353C52009074B7 /* SDDSThemeCore.xcframework */, + 81998FD82C343F4A009074B7 /* SDDSIcons.xcframework */, + 81998FD42C3436E1009074B7 /* SDDSIcons.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 81998FF72C355033009074B7 /* Extensions */ = { + isa = PBXGroup; + children = ( + 81998FF82C35503D009074B7 /* View+Modifiers.swift */, + ); + path = Extensions; + sourceTree = ""; + }; + 81998FFE2C3555C9009074B7 /* Constants */ = { + isa = PBXGroup; + children = ( + 814185C62C33080400D8E524 /* Spacing.swift */, + 81998FFF2C3555D4009074B7 /* Opacity.swift */, + ); + path = Constants; + sourceTree = ""; + }; + 81BC36832C591B6800A363D0 /* Sources */ = { + isa = PBXGroup; + children = ( + 81BC36842C591B7400A363D0 /* SDDSComponents */, + ); + path = Sources; + sourceTree = ""; + }; + 81BC36842C591B7400A363D0 /* SDDSComponents */ = { + isa = PBXGroup; + children = ( + 818FE9302C3C1CDC00F64958 /* Components.swift */, + 81D2B1902C32B39B00CAA7FD /* SDDSComponents.h */, + 817580E72C37E02800E45207 /* Spinner */, + 81998FFE2C3555C9009074B7 /* Constants */, + 81998FF72C355033009074B7 /* Extensions */, + 818C03AF2C418705002C6D0A /* Components */, + 818C03C32C45128E002C6D0A /* Views */, + 818C03B32C418C3E002C6D0A /* Common */, + ); + path = SDDSComponents; + sourceTree = ""; + }; + 81D2B1832C32B39B00CAA7FD = { + isa = PBXGroup; + children = ( + 81BC36832C591B6800A363D0 /* Sources */, + 81BC36812C591B0B00A363D0 /* Package.swift */, + 81998FF32C354C7F009074B7 /* Assets.xcassets */, + 818FE93D2C3C403F00F64958 /* SDDSComponentsTests */, + 81D2B18E2C32B39B00CAA7FD /* Products */, + 81998FD32C3436E1009074B7 /* Frameworks */, + ); + sourceTree = ""; + }; + 81D2B18E2C32B39B00CAA7FD /* Products */ = { + isa = PBXGroup; + children = ( + 81D2B18D2C32B39B00CAA7FD /* SDDSComponents.framework */, + 818FE93C2C3C403F00F64958 /* SDDSComponentsTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 81D2B1882C32B39B00CAA7FD /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 81D2B1912C32B39B00CAA7FD /* SDDSComponents.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 818FE93B2C3C403F00F64958 /* SDDSComponentsTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 818FE9432C3C403F00F64958 /* Build configuration list for PBXNativeTarget "SDDSComponentsTests" */; + buildPhases = ( + 818FE9382C3C403F00F64958 /* Sources */, + 818FE9392C3C403F00F64958 /* Frameworks */, + 818FE93A2C3C403F00F64958 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 818FE9422C3C403F00F64958 /* PBXTargetDependency */, + ); + name = SDDSComponentsTests; + productName = SDDSComponentsTests; + productReference = 818FE93C2C3C403F00F64958 /* SDDSComponentsTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 81D2B18C2C32B39B00CAA7FD /* SDDSComponents */ = { + isa = PBXNativeTarget; + buildConfigurationList = 81D2B1942C32B39B00CAA7FD /* Build configuration list for PBXNativeTarget "SDDSComponents" */; + buildPhases = ( + 81D2B1882C32B39B00CAA7FD /* Headers */, + 81D2B1892C32B39B00CAA7FD /* Sources */, + 81D2B18A2C32B39B00CAA7FD /* Frameworks */, + 81D2B18B2C32B39B00CAA7FD /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SDDSComponents; + packageProductDependencies = ( + 814F71962C58CC59006385E4 /* SDDSIcons */, + 814F71992C58CE07006385E4 /* SDDSIcons */, + 81BC367F2C58E83100A363D0 /* SDDSThemeCore */, + ); + productName = SDDSComponents; + productReference = 81D2B18D2C32B39B00CAA7FD /* SDDSComponents.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 81D2B1842C32B39B00CAA7FD /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1500; + LastUpgradeCheck = 1500; + TargetAttributes = { + 818FE93B2C3C403F00F64958 = { + CreatedOnToolsVersion = 15.0; + }; + 81D2B18C2C32B39B00CAA7FD = { + CreatedOnToolsVersion = 15.0; + LastSwiftMigration = 1500; + }; + }; + }; + buildConfigurationList = 81D2B1872C32B39B00CAA7FD /* Build configuration list for PBXProject "SDDSComponents" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 81D2B1832C32B39B00CAA7FD; + packageReferences = ( + 814F71982C58CE07006385E4 /* XCLocalSwiftPackageReference "../SDDSIcons" */, + 81BC367E2C58E83100A363D0 /* XCLocalSwiftPackageReference "../SDDSThemeBuilder/SDDSThemeCore" */, + ); + productRefGroup = 81D2B18E2C32B39B00CAA7FD /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 81D2B18C2C32B39B00CAA7FD /* SDDSComponents */, + 818FE93B2C3C403F00F64958 /* SDDSComponentsTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 818FE93A2C3C403F00F64958 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 81D2B18B2C32B39B00CAA7FD /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 811DE15F2C511701000DD354 /* SDDSChipGroup.md in Resources */, + 81998FF42C354C7F009074B7 /* Assets.xcassets in Resources */, + 811DE15D2C51167A000DD354 /* SDDSChip.md in Resources */, + 818C03E82C47C3C4002C6D0A /* SDDSProgressBar.md in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 818FE9382C3C403F00F64958 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 818FE93F2C3C403F00F64958 /* SDDSComponentsTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 81D2B1892C32B39B00CAA7FD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 818C03E62C47BCDC002C6D0A /* SDDSProgressBar.swift in Sources */, + 818C03BF2C43C371002C6D0A /* DebugModifier.swift in Sources */, + 818FE9312C3C1CDC00F64958 /* Components.swift in Sources */, + 818C03CB2C45158A002C6D0A /* SDDSCheckbox.swift in Sources */, + 811DE1732C57868F000DD354 /* SDDSCheckboxGroup.swift in Sources */, + 818C03B22C418A90002C6D0A /* SDDSSwitch.swift in Sources */, + 818C03E32C479003002C6D0A /* Image+Extensions.swift in Sources */, + 814185CA2C34260300D8E524 /* ButtonSize.swift in Sources */, + 81D2B1992C32B3E400CAA7FD /* SDDSButton.swift in Sources */, + 818FE9352C3C32F100F64958 /* SDDSButton+Extensions.swift in Sources */, + 811DE1582C5017C3000DD354 /* ProgressBarAppearance.swift in Sources */, + 811DE1562C50179F000DD354 /* ChipAppearance.swift in Sources */, + 818C03C92C451424002C6D0A /* RadioboxAppearance.swift in Sources */, + 818C03CE2C4515ED002C6D0A /* SDDSRadiobox.swift in Sources */, + 819990002C3555D4009074B7 /* Opacity.swift in Sources */, + 81998FF92C35503D009074B7 /* View+Modifiers.swift in Sources */, + 811DE1542C50098D000DD354 /* SDDSChip.swift in Sources */, + 818C03B92C43B99B002C6D0A /* ColorToken+Extensions.swift in Sources */, + 811DE1712C5783B6000DD354 /* HierarchicalList.swift in Sources */, + 818C03D02C451651002C6D0A /* SelectionControlAppearance.swift in Sources */, + 818C03C52C4512A6002C6D0A /* SelectionControl.swift in Sources */, + 811DE15B2C5017FE000DD354 /* SDDSChipGroup.swift in Sources */, + 818C03C72C45140B002C6D0A /* CheckboxAppearance.swift in Sources */, + 814185C72C33080400D8E524 /* Spacing.swift in Sources */, + 817580E92C37E04000E45207 /* SpinnerView.swift in Sources */, + 818C03B52C418C50002C6D0A /* TypographyConfiguration.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 818FE9422C3C403F00F64958 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + platformFilter = ios; + target = 81D2B18C2C32B39B00CAA7FD /* SDDSComponents */; + targetProxy = 818FE9412C3C403F00F64958 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 818FE9442C3C403F00F64958 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = Y6QKS4Y8B9; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sdds.SDDSComponentsTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 818FE9452C3C403F00F64958 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = Y6QKS4Y8B9; + GENERATE_INFOPLIST_FILE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.sdds.SDDSComponentsTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = NO; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 81D2B1922C32B39B00CAA7FD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 81D2B1932C32B39B00CAA7FD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_USER_SCRIPT_SANDBOXING = YES; + GCC_C_LANGUAGE_STANDARD = gnu17; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 81D2B1952C32B39B00CAA7FD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = KDMYYG676V; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + PRODUCT_BUNDLE_IDENTIFIER = com.sdds.SDDSComponents; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 81D2B1962C32B39B00CAA7FD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = KDMYYG676V; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_MODULE_VERIFIER = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; + MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; + PRODUCT_BUNDLE_IDENTIFIER = com.sdds.SDDSComponents; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; + SUPPORTS_MACCATALYST = NO; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 818FE9432C3C403F00F64958 /* Build configuration list for PBXNativeTarget "SDDSComponentsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 818FE9442C3C403F00F64958 /* Debug */, + 818FE9452C3C403F00F64958 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 81D2B1872C32B39B00CAA7FD /* Build configuration list for PBXProject "SDDSComponents" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 81D2B1922C32B39B00CAA7FD /* Debug */, + 81D2B1932C32B39B00CAA7FD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 81D2B1942C32B39B00CAA7FD /* Build configuration list for PBXNativeTarget "SDDSComponents" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 81D2B1952C32B39B00CAA7FD /* Debug */, + 81D2B1962C32B39B00CAA7FD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + 814F71982C58CE07006385E4 /* XCLocalSwiftPackageReference "../SDDSIcons" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../SDDSIcons; + }; + 81BC367E2C58E83100A363D0 /* XCLocalSwiftPackageReference "../SDDSThemeBuilder/SDDSThemeCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../SDDSThemeBuilder/SDDSThemeCore; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 814F71962C58CC59006385E4 /* SDDSIcons */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSIcons; + }; + 814F71992C58CE07006385E4 /* SDDSIcons */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSIcons; + }; + 81BC367F2C58E83100A363D0 /* SDDSThemeCore */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeCore; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = 81D2B1842C32B39B00CAA7FD /* Project object */; +} diff --git a/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/SDDSComponents/SDDSComponents.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponents.xcscheme b/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponents.xcscheme new file mode 100644 index 000000000..5efa48796 --- /dev/null +++ b/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponents.xcscheme @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponentsTests.xcscheme b/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponentsTests.xcscheme new file mode 100644 index 000000000..5492e4a8c --- /dev/null +++ b/SDDSComponents/SDDSComponents.xcodeproj/xcshareddata/xcschemes/SDDSComponentsTests.xcscheme @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/SDDSComponents/SDDSComponentsTests/SDDSComponentsTests.swift b/SDDSComponents/SDDSComponentsTests/SDDSComponentsTests.swift new file mode 100644 index 000000000..6c336e15a --- /dev/null +++ b/SDDSComponents/SDDSComponentsTests/SDDSComponentsTests.swift @@ -0,0 +1,35 @@ +// +// SDDSComponentsTests.swift +// SDDSComponentsTests +// +// Created by Vladimir Kaltyrin on 08.07.2024. +// + +import XCTest + +final class SDDSComponentsTests: XCTestCase { + + override func setUpWithError() throws { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDownWithError() throws { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() throws { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + // Any test you write for XCTest can be annotated as throws and async. + // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error. + // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards. + } + + func testPerformanceExample() throws { + // This is an example of a performance test case. + measure { + // Put the code you want to measure the time of here. + } + } + +} diff --git a/SDDSComponents/Sources/SDDSComponents/Common/ColorToken+Extensions.swift b/SDDSComponents/Sources/SDDSComponents/Common/ColorToken+Extensions.swift new file mode 100644 index 000000000..2b4c4ad87 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Common/ColorToken+Extensions.swift @@ -0,0 +1,99 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +public extension TypographyToken { + static var semibold18: TypographyToken { + .init( + fontName: "SF Pro", + weight: .semibold, + style: .normal, + size: 18, + lineHeight: 22, + kerning: 0 + ) + } + + static var semibold16: TypographyToken { + .init( + fontName: "SF Pro", + weight: .semibold, + style: .normal, + size: 16, + lineHeight: 22, + kerning: 0 + ) + } + + static var semibold14: TypographyToken { + .init( + fontName: "SF Pro", + weight: .semibold, + style: .normal, + size: 14, + lineHeight: 22, + kerning: 0 + ) + } + + static var semibold12: TypographyToken { + .init( + fontName: "SF Pro", + weight: .semibold, + style: .normal, + size: 12, + lineHeight: 22, + kerning: 0 + ) + } +} + +public extension ColorToken { + static var blackTitleColor: ColorToken { + .init( + darkColor: .white, + lightColor: .black + ) + } + + static var clearColor: ColorToken { + Color.clear.equalToken + } + + static var titleColor: ColorToken { + .init( + darkColor: .black, + lightColor: .white + ) + } + + static var greenColor: ColorToken { + Color.green.equalToken + } + + static var subtitleColor: ColorToken { + Color.black.opacity(0.3).equalToken + } + + static var backgroundColor: ColorToken { + .init( + darkColor: Color(red: 249.0/255.0, green: 249.0/255.0, blue: 249.0/255.0, opacity: 1.0), + lightColor: Color(red: 8.0/255.0, green: 8.0/255.0, blue: 8.0/255.0, opacity: 1.0) + ) + } +} + +public extension ColorToken { + func withOpacity(_ opacity: Double) -> ColorToken { + return ColorToken( + darkColor: self.darkColor.opacity(opacity), + lightColor: self.lightColor.opacity(opacity) + ) + } +} + +public extension Color { + var equalToken: ColorToken { + ColorToken(darkColor: self, lightColor: self) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Common/DebugModifier.swift b/SDDSComponents/Sources/SDDSComponents/Common/DebugModifier.swift new file mode 100644 index 000000000..e7636fc87 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Common/DebugModifier.swift @@ -0,0 +1,21 @@ +import Foundation +import SwiftUI + +struct DebugModifier: ViewModifier { + let borderWidth = 2.0 + + func body(content: Content) -> some View { + content + .overlay( + Rectangle() + .stroke(Color.purple, lineWidth: borderWidth) + .padding(-borderWidth) + ) + } +} + +extension View { + func debug() -> some View { + self.modifier(DebugModifier()) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Common/Image+Extensions.swift b/SDDSComponents/Sources/SDDSComponents/Common/Image+Extensions.swift new file mode 100644 index 000000000..86280f8b9 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Common/Image+Extensions.swift @@ -0,0 +1,8 @@ +import Foundation +import SwiftUI + +extension Image { + static func image(_ name: String) -> Image { + Image(name, bundle: Bundle(for: Components.self)) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Common/TypographyConfiguration.swift b/SDDSComponents/Sources/SDDSComponents/Common/TypographyConfiguration.swift new file mode 100644 index 000000000..e7c24f7bc --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Common/TypographyConfiguration.swift @@ -0,0 +1,30 @@ +import Foundation +@_exported import SDDSThemeCore + +public protocol SizeConfiguration {} + +public protocol GeneralTypographyConfiguration { + associatedtype Size = SizeConfiguration + func typography(with size: Size) -> TypographyToken? +} + +public struct TypographyConfiguration { + let applyTypography: (Any) -> TypographyToken? + + public init(_ configuration: T) { + applyTypography = { size in + guard let size = size as? T.Size else { return nil } + return configuration.typography(with: size) + } + } + + public func typography(with size: Any) -> TypographyToken? { + return applyTypography(size) + } +} + +public extension GeneralTypographyConfiguration { + var asContainer: TypographyConfiguration { + TypographyConfiguration(self) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components.swift b/SDDSComponents/Sources/SDDSComponents/Components.swift new file mode 100644 index 000000000..720eb6ce4 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components.swift @@ -0,0 +1,3 @@ +import Foundation + +public final class Components {} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/ButtonSize.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/ButtonSize.swift new file mode 100644 index 000000000..98948b5ed --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/ButtonSize.swift @@ -0,0 +1,12 @@ +import Foundation +import SwiftUI + +public protocol ButtonSizeConfiguration: SizeConfiguration, CustomDebugStringConvertible { + var height: CGFloat { get } + var cornerRadius: CGFloat { get } + var paddings: EdgeInsets { get } + var iconSize: CGSize { get } + var spinnerSize: CGSize { get } + var iconHorizontalGap: CGFloat { get } + var titleHorizontalGap: CGFloat { get } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton+Extensions.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton+Extensions.swift new file mode 100644 index 000000000..2fb01efde --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton+Extensions.swift @@ -0,0 +1,88 @@ +import Foundation +import SwiftUI + +extension SDDSButton { + func hasIconAttributes() -> Bool { + return iconAttributes != nil + } + + var backgroundOpacity: Double { + isDisabled ? Opacity.fourty : 1.0 + } + + func backgroundColor(for colorScheme: ColorScheme) -> Color { + appearance.backgroundColor.color(for: colorScheme).opacity(backgroundOpacity) + } + + var contentOpacity: Double { + if isLoading && spinnerStyle == .solid { + 0.0 + } else if spinnerStyle == .transparent { + 0.24 + } else { + 1.0 + } + } + + var isCentered: Bool { + layoutMode.isCentered + } + + var isSideBySide: Bool { + layoutMode.isSideBySide && (!subtitle.isEmpty || iconAttributes != nil) + } + + var isEquilateral: Bool { + switch buttonStyle { + case .circle, .square: + return true + case .basic: + return false + } + } + + var isCircle: Bool { + switch buttonStyle { + case .circle: + return true + case .basic, .square: + return false + } + } + + func shouldShowRightAlignedIcon() -> Bool { + return isIconRightAligned && hasIconAttributes() + } + + func shouldShowLeftAlignedIcon() -> Bool { + return !shouldShowRightAlignedIcon() && hasIconAttributes() + } + + func hasTitleOrSubtitle() -> Bool { + return !title.isEmpty || !subtitle.isEmpty + } + + var isOnlyTitleAndImage: Bool { + layoutMode.isSideBySide && !title.isEmpty && subtitle.isEmpty && iconAttributes != nil + } + + var isIconRightAligned: Bool { + iconAttributes?.alignment == .right || (iconAttributes?.alignment == .left && isOnlyTitleAndImage) + } + + var titleTypography: TypographyToken { + if let typography = appearance.titleTypography.typography(with: size) { + return typography + } else { + fatalError("Undefined Button Typography for size \(size.debugDescription).") + } + } + + var subtitleTypography: TypographyToken { + if let typography = appearance.subtitleTypography.typography(with: size) { + return typography + } else { + fatalError("Undefined Button Typography for size \(size.debugDescription). Using a default value.") + } + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton.swift new file mode 100644 index 000000000..742c62dd0 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSButton/SDDSButton.swift @@ -0,0 +1,499 @@ +import Foundation +import SwiftUI +import Combine +import SDDSIcons +@_exported import SDDSThemeCore + +/** + `ButtonStyle` определяет стили кнопки, такие как базовая, квадратная или круглая. + + - Cases: + - basic: Базовый стиль кнопки. + - square: Кнопка квадратной формы. + - circle: Кнопка круглой формы. + */ +public enum ButtonStyle: String, CaseIterable { + /// Базовый стиль кнопки. + case basic + + /// Кнопка квадратной формы. + case square + + /// Кнопка круглой формы. + case circle +} + + +/** + `Alignment` определяет выравнивание иконки внутри кнопки. + + - Cases: + - left: Иконка выравнивается по левому краю. + - right: Иконка выравнивается по правому краю. + */ +public enum Alignment: String, CaseIterable { + /** + Иконка выравнивается по левому краю. + */ + case left + + /** + Иконка выравнивается по правому краю. + */ + case right +} + +/** + `SpinnerStyle` определяет стиль спиннера загрузки внутри кнопки. + + - Cases: + - solid: Спиннер сплошной, скрывает содержимое кнопки во время загрузки. + - transparent: Спиннер прозрачный, оставляет содержимое кнопки полупрозрачным во время загрузки. + */ +public enum SpinnerStyle: String, CaseIterable { + /** + Спиннер сплошной, скрывает содержимое кнопки во время загрузки. + */ + case solid + + /** + Спиннер прозрачный, оставляет содержимое кнопки полупрозрачным во время загрузки. + */ + case transparent +} + +/** + `ButtonLayoutMode` определяет различные режимы макета для кнопки. + + - Cases: + - wrapContent: Кнопка автоматически подстраивает свой размер в зависимости от содержимого. + - fixedWidth: Кнопка имеет фиксированную ширину с выравниванием содержимого (центрированное или бок о бок). + - square: Кнопка имеет квадратную форму, где высота равна ширине. + - circle: Кнопка имеет круглую форму, где высота равна ширине. + + - Properties: + - isCentered: Возвращает true, если содержимое кнопки должно быть центрировано (для режима fixedWidth с центровкой). + - isSideBySide: Возвращает true, если содержимое кнопки должно быть расположено бок о бок (для режима fixedWidth с выравниванием бок о бок). + - title: Возвращает строку, представляющую название режима макета. + */ +public enum ButtonLayoutMode: CaseIterable, Hashable { + /** + Кнопка автоматически подстраивает свой размер в зависимости от содержимого. + */ + case wrapContent + + /** + Кнопка имеет фиксированную ширину с выравниванием содержимого (центрированное или бок о бок). + + - Parameters: + - alignment: Выравнивание содержимого внутри фиксированной ширины (центрированное или бок о бок). + */ + case fixedWidth(ButtonContentAlignment) + + /** + Возвращает true, если содержимое кнопки должно быть центрировано (для режима fixedWidth с центровкой). + */ + var isCentered: Bool { + switch self { + case .wrapContent: + return false + case .fixedWidth(let alignment): + return alignment == .packed + } + } + + /** + Возвращает true, если содержимое кнопки должно быть расположено бок о бок (для режима fixedWidth с выравниванием бок о бок). + */ + var isSideBySide: Bool { + switch self { + case .wrapContent: + return false + case .fixedWidth(let alignment): + return alignment == .spaceBetween + } + } + + /** + Возвращает строку, представляющую название режима макета. + */ + public var title: String { + switch self { + case .wrapContent: + return "Wrap Content" + case .fixedWidth(let alignment): + switch alignment { + case .packed: + return "Packed" + case .spaceBetween: + return "Space Between" + } + } + } + + public func hash(into hasher: inout Hasher) { + hasher.combine(title) + } + + /** + Все возможные случаи `ButtonLayoutMode`. + */ + public static var allCases: [ButtonLayoutMode] { + return [.wrapContent, .fixedWidth(.packed), .fixedWidth(.spaceBetween)] + } +} + +/** + `ButtonContentAlignment` определяет выравнивание содержимого внутри кнопки с фиксированной шириной. + + - Cases: + - centered: Содержимое кнопки выравнивается по центру. + - sideBySide: Содержимое кнопки выравнивается бок о бок. + */ +public enum ButtonContentAlignment { + /** + Содержимое кнопки выравнивается по центру. + */ + case packed + + /** + Содержимое кнопки выравнивается по бокам (по левому и правому краю) . + */ + case spaceBetween +} + + +/** + `ButtonIconAttributes` содержит атрибуты иконки для кнопки. + + - Properties: + - image: Изображение иконки, которое будет отображаться на кнопке. + - alignment: Выравнивание иконки (левое или правое), определяемое `Alignment`. + */ +public struct ButtonIconAttributes { + /** + Изображение иконки, которое будет отображаться на кнопке. + */ + public let image: Image + + /** + Выравнивание иконки (левое или правое), определяемое `Alignment`. + */ + public let alignment: Alignment + + /** + Инициализатор для создания атрибутов иконки кнопки. + + - Parameters: + - image: Изображение иконки. + - alignment: Выравнивание иконки. + */ + public init(image: Image, alignment: Alignment) { + self.image = image + self.alignment = alignment + } +} + +/** + `ButtonAppearance` содержит стилистические атрибуты для кнопки, включая типографику и цвета. + + - Properties: + - titleTypography: Типографика для заголовка кнопки, определяемая `TypographyToken` для каждого размера кнопки. + - titleColor: Цвет заголовка кнопки, определяемый `ColorToken`. + - subtitleTypography: Типографика для подзаголовка кнопки, определяемая `TypographyToken` для каждого размера кнопки. + - subtitleColor: Цвет подзаголовка кнопки, определяемый `ColorToken`. + - iconColor: Цвет иконки кнопки, определяемый `ColorToken`. + - spinnerColor: Цвет спиннера загрузки, определяемый `ColorToken`. + - backgroundColor: Цвет фона кнопки, определяемый `ColorToken`. + + - Methods: + - init(titleTypography: ButtonTypography, titleColor: ColorToken, subtitleTypography: ButtonTypography, subtitleColor: ColorToken, iconColor: ColorToken, spinnerColor: ColorToken, backgroundColor: ColorToken): Инициализирует стили кнопки с указанными параметрами. + */ +public struct ButtonAppearance { + /** + Типографика для заголовка кнопки, определяемая `TypographyToken` для каждого размера кнопки. + */ + public let titleTypography: TypographyConfiguration + + /** + Цвет заголовка кнопки, определяемый `ColorToken`. + */ + public let titleColor: ColorToken + + /** + Типографика для подзаголовка кнопки, определяемая `TypographyToken` для каждого размера кнопки. + */ + public let subtitleTypography: TypographyConfiguration + + /** + Цвет подзаголовка кнопки, определяемый `ColorToken`. + */ + public let subtitleColor: ColorToken + + /** + Цвет иконки кнопки, определяемый `ColorToken`. + */ + public let iconColor: ColorToken + + /** + Цвет спиннера загрузки, определяемый `ColorToken`. + */ + public let spinnerColor: ColorToken + + /** + Цвет фона кнопки, определяемый `ColorToken`. + */ + public let backgroundColor: ColorToken + + /** + Инициализатор для создания стиля кнопки с указанными параметрами. + + - Parameters: + - titleTypography: Типографика для заголовка кнопки. + - titleColor: Цвет заголовка кнопки. + - subtitleTypography: Типографика для подзаголовка кнопки. + - subtitleColor: Цвет подзаголовка кнопки. + - iconColor: Цвет иконки кнопки. + - spinnerColor: Цвет спиннера загрузки. + - backgroundColor: Цвет фона кнопки. + */ + public init( + titleTypography: TypographyConfiguration, + titleColor: ColorToken, + subtitleTypography: TypographyConfiguration, + subtitleColor: ColorToken, + iconColor: ColorToken, + spinnerColor: ColorToken, + backgroundColor: ColorToken) { + self.titleTypography = titleTypography + self.titleColor = titleColor + self.subtitleTypography = subtitleTypography + self.subtitleColor = subtitleColor + self.iconColor = iconColor + self.spinnerColor = spinnerColor + self.backgroundColor = backgroundColor + } +} + +/** + `ButtonAccessibility` содержит параметры доступности для кнопки. + + - Properties: + - label: Метка доступности для кнопки. + - hint: Подсказка доступности для кнопки. + - value: Значение доступности для кнопки. + */ +public struct ButtonAccessibility { + public var label: String + public var hint: String + public var value: String + + /** + Инициализатор для создания параметров доступности кнопки. + + - Parameters: + - label: Метка доступности для кнопки. + - hint: Подсказка доступности для кнопки. + - value: Значение доступности для кнопки. + */ + public init(label: String, hint: String, value: String) { + self.label = label + self.hint = hint + self.value = value + } + + /** + Инициализатор для создания параметров доступности кнопки с пустыми значениями. + */ + public init() { + self.label = "" + self.hint = "" + self.value = "" + } +} + +public struct SDDSButton: View { + public let title: String + public let subtitle: String + public let iconAttributes: ButtonIconAttributes? + public let size: ButtonSizeConfiguration + public let isDisabled: Bool + public let isLoading: Bool + public let spinnerImage: Image + public let spinnerStyle: SpinnerStyle + public let buttonStyle: SDDSComponents.ButtonStyle + public let appearance: ButtonAppearance + public let layoutMode: ButtonLayoutMode + public let accessibility: ButtonAccessibility + + @Environment(\.colorScheme) var colorScheme + @State private var isAnimating: Bool = false + + public var action: () -> Void + + /** + Инициализатор для создания кнопки `SDDSButton`. + + - Parameters: + - title: Название кнопки, отображаемое на кнопке. + - subtitle: Подзаголовок кнопки, отображаемый под названием. + - iconAttributes: Атрибуты иконки, включающие изображение и выравнивание иконки (по умолчанию nil). + - size: Конфигурация размера кнопки, определяемая `ButtonSizeConfiguration`. + - isDisabled: Булево значение, определяющее, отключена ли кнопка (по умолчанию false). + - isLoading: Булево значение, определяющее, находится ли кнопка в состоянии загрузки (по умолчанию false). + - spinnerImage: Изображение спиннера загрузки (по умолчанию Image("spinner")). + - spinnerStyle: Стиль спиннера загрузки, определяемый `SpinnerStyle` (по умолчанию .solid). + - buttonStyle: Стиль кнопки, определяемый `SDDSComponents.ButtonStyle` (по умолчанию .basic). + - appearance: Стилистические атрибуты кнопки, включающие типографику и цвета, определяемые `ButtonAppearance`. + - layoutMode: Режим макета кнопки, определяемый `ButtonLayoutMode` (по умолчанию .wrapContent). + - accessibility: Параметры доступности для кнопки, определяемые `ButtonAccessibility`. + - action: Действие, выполняемое при нажатии на кнопку. + */ + public init( + title: String, + subtitle: String, + iconAttributes: ButtonIconAttributes? = nil, + size: ButtonSizeConfiguration, + isDisabled: Bool = false, + isLoading: Bool = false, + spinnerImage: Image = Image("spinner", bundle: Bundle(for: Components.self)), + spinnerStyle: SpinnerStyle = .solid, + buttonStyle: SDDSComponents.ButtonStyle = .basic, + appearance: ButtonAppearance, + layoutMode: ButtonLayoutMode = .wrapContent, + accessibility: ButtonAccessibility = ButtonAccessibility(), + action: @escaping () -> Void + ) { + self.title = title + self.subtitle = subtitle + self.iconAttributes = iconAttributes + self.size = size + self.isDisabled = isDisabled + self.isLoading = isLoading + self.spinnerImage = spinnerImage + self.spinnerStyle = spinnerStyle + self.buttonStyle = buttonStyle + self.appearance = appearance + self.layoutMode = layoutMode + self.accessibility = accessibility + self.action = action + } + + public var body: some View { + ZStack { + Button { + action() + } label: { + switch buttonStyle { + case .basic: + basicButton + case .square, .circle: + equilateralButton + } + } + .opacity(contentOpacity) + .background(backgroundColor(for: colorScheme)) + .applyIf(!isCircle, transform: { $0.cornerRadius(size.cornerRadius) }) + .frame(height: size.height) + .disabled(isDisabled) + .accessibility(label: Text(accessibility.label)) + .accessibility(hint: Text(accessibility.hint)) + .accessibility(value: Text(accessibility.value)) + + if isLoading { + spinner + .frame(width: size.spinnerSize.width, height: size.spinnerSize.height) + } + } + .applyIf(isCircle, transform: { $0.clipShape(Circle()) }) + } + + @ViewBuilder + private var basicButton: some View { + HStack { + if isCentered { + Spacer() + } + if shouldShowLeftAlignedIcon() { + icon + if !title.isEmpty { + Spacer().frame(width: size.iconHorizontalGap) + } + } + if !title.isEmpty { + Text(title) + .typography(titleTypography) + .foregroundColor(appearance.titleColor.color(for: colorScheme)) + } + if isSideBySide { + Spacer() + } + if !subtitle.isEmpty { + if !title.isEmpty { + Spacer().frame(width: size.titleHorizontalGap) + } + Text(subtitle) + .typography(subtitleTypography) + .foregroundColor(appearance.subtitleColor.color(for: colorScheme)) + } + if shouldShowRightAlignedIcon() { + if hasTitleOrSubtitle() { + Spacer().frame(width: size.titleHorizontalGap) + } + icon + } + if isCentered { + Spacer() + } + } + .frame( + minHeight: max( + subtitleTypography.lineHeight, + titleTypography.lineHeight + ), + maxHeight: size.iconSize.height + ) + .padding(size.paddings) + } + + @ViewBuilder + private var equilateralButton: some View { + Group { + if hasIconAttributes() { + icon + } else { + Spacer() + } + } + .frame(width: size.height, height: size.height) + } + + @ViewBuilder + private var icon: some View { + if let iconAttributes = iconAttributes { + iconAttributes.image + .renderingMode(.template) + .resizable() + .scaledToFit() + .foregroundColor(appearance.iconColor.color(for: colorScheme)) + .frame( + width: size.iconSize.width, + height: size.iconSize.height + ) + } else { + EmptyView() + } + } + + @ViewBuilder + private var spinner: some View { + if isLoading { + SpinnerView( + image: spinnerImage, + foregroundColor: appearance.spinnerColor.color(for: colorScheme) + ) + } else { + EmptyView() + } + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/CheckboxAppearance.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/CheckboxAppearance.swift new file mode 100644 index 000000000..135300ac6 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/CheckboxAppearance.swift @@ -0,0 +1,25 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +public struct CheckboxAppearance: SelectionControlAppearance { + public let titleTypography: TypographyToken + public let subtitleTypography: TypographyToken + public let enabledTitleColor: ColorToken + public let enabledSubtitleColor: ColorToken + public let disabledTitleColor: ColorToken + public let disabledSubtitleColor: ColorToken + public var disabledImageAlpha: CGFloat + public var imageTintColor: ColorToken? + + public init(titleTypography: TypographyToken, subtitleTypography: TypographyToken, enabledTitleColor: ColorToken, enabledSubtitleColor: ColorToken, disabledTitleColor: ColorToken, disabledSubtitleColor: ColorToken, disabledImageAlpha: CGFloat, imageTintColor: ColorToken? = nil) { + self.titleTypography = titleTypography + self.subtitleTypography = subtitleTypography + self.enabledTitleColor = enabledTitleColor + self.enabledSubtitleColor = enabledSubtitleColor + self.disabledTitleColor = disabledTitleColor + self.disabledSubtitleColor = disabledSubtitleColor + self.disabledImageAlpha = disabledImageAlpha + self.imageTintColor = imageTintColor + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.md new file mode 100644 index 000000000..477b3fd0b --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.md @@ -0,0 +1,55 @@ +# Функциональные Требования к Компоненту SDDSCheckbox + +## Поддержка различных состояний + +- **Selected**: Чекбокс выбран. +- **Deselected**: Чекбокс не выбран. +- **Indeterminate**: Чекбокс в неопределенном состоянии. +- **Enabled**: Чекбокс доступен для взаимодействия. +- **Disabled**: Чекбокс недоступен для взаимодействия (серая или приглушенная версия). + +## Настраиваемая типографика + +- Возможность задавать шрифт для текста заголовка и подзаголовка (размер, стиль, вес). + +## Цветовые токены + +- **TitleColor**: Цвет текста заголовка. +- **SubtitleColor**: Цвет текста подзаголовка. +- **ImageTintColor**: Цвет иконки чекбокса. + +## Поддержка различных размеров + +- Определение размеров с помощью протокола **SelectionControlSizeConfiguration**. + +## Конфигурация отступов + +- Возможность настроить горизонтальные и вертикальные отступы между иконкой чекбокса и текстом заголовка/подзаголовка. + +## Адаптивность к контенту + +- Чекбокс автоматически сжимается или расширяется в зависимости от наличия заголовка и подзаголовка. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints). +- Использование структуры SelectionControlAccessibility для настройки параметров доступности. + +## Интерактивность + +- Поддержка различных типов взаимодействий (обычное нажатие). + +## Композиция стилей + +- Возможность создания различных стилей чекбоксов с предопределенными цветовыми схемами и типографикой. + +## Примеры использования + +- Примеры различных состояний чекбокса (с заголовком, без заголовка, с подзаголовком, без подзаголовка и т.д.). +- Предоставление примеров для быстрой настройки и тестирования. + +## Дополнительные настройки + +- Возможность настройки иконок для различных состояний чекбокса (selected, deselected, indeterminate). +- Возможность изменения прозрачности иконки в зависимости от состояния (enabled/disabled). diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.swift new file mode 100644 index 000000000..53cfe9d49 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckbox/SDDSCheckbox.swift @@ -0,0 +1,265 @@ +import Foundation +import SwiftUI + +/** + `CheckboxData` представляет собой структуру, содержащую данные для чекбокса. + + - Properties: + - state: Состояние чекбокса. + - title: Текст заголовка для чекбокса. + - subtitle: Текст подзаголовка для чекбокса. + - isEnabled: Флаг, указывающий, включен ли чекбокс. + - images: Изображения для различных состояний чекбокса. + - size: Конфигурация размеров для чекбокса. + - appearance: Параметры внешнего вида чекбокса. + - accessibility: Параметры доступности для чекбокса. + */ +public struct CheckboxData: Hashable { + let id = UUID() + let state: Binding + let title: String + let subtitle: String? + let isEnabled: Bool + let images: SelectionControlStateImages + let size: SelectionControlSizeConfiguration + let appearance: CheckboxAppearance + let accessibility: SelectionControlAccessibility + + public init( + state: Binding, + title: String, + subtitle: String? = nil, + isEnabled: Bool, + images: SelectionControlStateImages, + size: SelectionControlSizeConfiguration, + appearance: CheckboxAppearance, + accessibility: SelectionControlAccessibility = SelectionControlAccessibility() + ) { + self.state = state + self.title = title + self.subtitle = subtitle + self.isEnabled = isEnabled + self.images = images + self.size = size + self.appearance = appearance + self.accessibility = accessibility + } + + public func hash(into hasher: inout Hasher) { + hasher.combine(id.uuidString) + } + + public static func == (lhs: CheckboxData, rhs: CheckboxData) -> Bool { + lhs.id == rhs.id + } +} + +/** + `SDDSCheckbox` представляет собой настраиваемый чекбокс, который может быть настроен с помощью различных параметров. + + - Parameters: + - state: Состояние чекбокса. + - title: Текст заголовка для чекбокса. + - subtitle: Текст подзаголовка для чекбокса. + - isEnabled: Флаг, указывающий, включен ли чекбокс. + - images: Изображения для различных состояний чекбокса. + - size: Конфигурация размеров для чекбокса. + - appearance: Параметры внешнего вида чекбокса. + - accessibility: Параметры доступности для чекбокса. + */ +public struct SDDSCheckbox: View { + @Binding var state: SelectionControlState + let title: String + let subtitle: String? + let isEnabled: Bool + let images: SelectionControlStateImages + let size: SelectionControlSizeConfiguration + let appearance: CheckboxAppearance + let accessibility: SelectionControlAccessibility + + /** + Инициализатор для создания чекбокса с заданными параметрами. + + - Parameters: + - state: Состояние чекбокса. + - title: Текст заголовка для чекбокса. + - subtitle: Текст подзаголовка для чекбокса (по умолчанию nil). + - isEnabled: Флаг, указывающий, включен ли чекбокс. + - images: Изображения для различных состояний чекбокса. + - size: Конфигурация размеров для чекбокса. + - appearance: Параметры внешнего вида чекбокса. + - accessibility: Параметры доступности для чекбокса (по умолчанию `SelectionControlAccessibility`). + */ + public init( + state: Binding, + title: String, + subtitle: String? = nil, + isEnabled: Bool, + images: SelectionControlStateImages, + size: SelectionControlSizeConfiguration = SDDSCheckboxSize(), + appearance: CheckboxAppearance, + accessibility: SelectionControlAccessibility = SelectionControlAccessibility() + ) { + self._state = state + self.title = title + self.subtitle = subtitle + self.isEnabled = isEnabled + self.images = images + self.size = size + self.appearance = appearance + self.accessibility = accessibility + } + + /** + Инициализатор для создания чекбокса на основе данных структуры `CheckboxData`. + + - Parameters: + - data: Структура `CheckboxData`, содержащая все параметры для создания чекбокса. + */ + public init(data: CheckboxData) { + self._state = data.state + self.title = data.title + self.subtitle = data.subtitle + self.isEnabled = data.isEnabled + self.images = data.images + self.size = data.size + self.appearance = data.appearance + self.accessibility = data.accessibility + } + + public var body: some View { + SelectionControl( + state: $state, + type: .checkbox, + title: title, + subtitle: subtitle, + isEnabled: isEnabled, + size: size, + appearance: appearance, + images: images, + accessibility: accessibility + ) + } +} + +// MARK: - Preview +struct SDDSCheckboxPreview: PreviewProvider { + static var previews: some View { + Group { + SDDSCheckbox.defaultExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Default") + .debug() + + SDDSCheckbox.withoutDescription + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Description") + .debug() + + SDDSCheckbox.withoutLabel + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Label") + .debug() + + SDDSCheckbox.withoutLabelAndDescription + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Label and Description") + .debug() + } + } +} + +public struct SDDSCheckboxSize: SelectionControlSizeConfiguration { + public var debugDescription: String { + String(reflecting: self) + } + + public var imageSize: CGSize { + .init(width: 20, height: 20) + } + + public var verticalGap: CGFloat { + 0.0 + } + + public var horizontalGap: CGFloat { + 8.0 + } + + public init() {} +} + +extension SDDSCheckbox { + static var defaultExample: SDDSCheckbox { + .init( + state: .constant(.selected), + title: "Label", + subtitle: "Description", + isEnabled: true, + images: .checkbox, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutDescription: SDDSCheckbox { + .init( + state: .constant(.selected), + title: "Label", + subtitle: nil, + isEnabled: true, + images: .checkbox, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutLabel: SDDSCheckbox { + .init( + state: .constant(.selected), + title: "", + subtitle: "Description", + isEnabled: true, + images: .checkbox, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutLabelAndDescription: SDDSCheckbox { + .init( + state: .constant(.selected), + title: "", + subtitle: nil, + isEnabled: true, + images: .checkbox, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } +} + +extension CheckboxAppearance { + static var defaultExample: CheckboxAppearance { + .init( + titleTypography: .semibold16, + subtitleTypography: .semibold14, + enabledTitleColor: .blackTitleColor, + enabledSubtitleColor: .subtitleColor, + disabledTitleColor: .blackTitleColor.withOpacity(0.3), + disabledSubtitleColor: .subtitleColor.withOpacity(0.3), + disabledImageAlpha: 0.3, + imageTintColor: .greenColor + ) + } +} + +public extension SelectionControlStateImages { + static var checkbox: SelectionControlStateImages { + .init( + selectedImage: Image.image("checkboxOn"), + deselectedImage: Image.image("checkboxOff"), + indeterminateImage: Image.image("checkboxMulti") + ) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.md new file mode 100644 index 000000000..209a42d56 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.md @@ -0,0 +1,29 @@ +# Функциональные Требования к Компоненту SDDSCheckboxGroup + +## Поддержка различных состояний + +- **CheckboxData**: Данные для каждого чекбокса, включающие состояние, заголовок, подзаголовок, флаг доступности, изображения для различных состояний, параметры внешнего вида, конфигурацию размеров и параметры доступности. + +## Поддержка различных размеров и отступов + +- **HorizontalIndent**: Горизонтальный отступ для всех элементов, начиная со второго. +- **VerticalSpacing**: Вертикальный отступ между элементами. + +## Поддержка различных выравниваний + +- Внутренняя структура `HierarchicalList`, обеспечивающая поддержку различных выравниваний и иерархического отображения элементов. + +## Гибкость в настройке содержимого + +- Возможность создания кастомных чекбоксов с помощью `CheckboxData` и передачи их в `SDDSCheckboxGroup` для отображения. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints) для каждого чекбокса. +- Использование структуры `SelectionControlAccessibility` для настройки параметров доступности. + +## Дополнительные настройки + +- Возможность настройки горизонтальных и вертикальных отступов для элементов. +- Использование внутренней структуры `HierarchicalList` для гибкости и настройки иерархии элементов. diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.swift new file mode 100644 index 000000000..74bc91449 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSCheckboxGroup/SDDSCheckboxGroup.swift @@ -0,0 +1,164 @@ +import Foundation +import SwiftUI + +/** + `CheckboxGroupBehaviour` определяет поведение группы чекбоксов. + + - Cases: + - hierarchical: Группа чекбоксов с родительским и дочерними элементами. Изменение состояния родительского чекбокса влияет на состояние всех дочерних элементов. Изменение состояния любого дочернего элемента также обновляет состояние родительского. + - Parameters: + - parent: Родительский чекбокс, состояние которого влияет на все дочерние элементы. + - child: Массив дочерних чекбоксов, состояние которых может влиять на родительский чекбокс. + - `default`: Группа чекбоксов, инициализированная списком без логики управления состоянием между элементами. + - Parameters: + - data: Массив данных для инициализации группы чекбоксов. + */ +public enum CheckboxGroupBehaviour { + case hierarchical(parent: CheckboxData, child: [CheckboxData]) + case `default`(data: [CheckboxData]) +} + +/** + `SDDSCheckboxGroup` представляет собой группу чекбоксов, настроенных с помощью `CheckboxData`. + + - Parameters: + - behaviour: Поведение группы чекбоксов, определенное перечислением `CheckboxGroupBehaviour`. + - horizontalIndent: Горизонтальный отступ для всех элементов, начиная со второго. + - verticalSpacing: Вертикальный отступ между элементами. + */ +public struct SDDSCheckboxGroup: View { + @State private var parentState: SelectionControlState? + @State private var childStates: [SelectionControlState] + let behaviour: CheckboxGroupBehaviour + let horizontalIndent: CGFloat + let verticalSpacing: CGFloat + + public init(behaviour: CheckboxGroupBehaviour, horizontalIndent: CGFloat, verticalSpacing: CGFloat) { + self.behaviour = behaviour + + switch behaviour { + case .hierarchical(let parent, let children): + self._parentState = State(initialValue: parent.state.wrappedValue) + self._childStates = State(initialValue: children.map { $0.state.wrappedValue }) + case .default(let data): + self._parentState = State(initialValue: nil) + self._childStates = State(initialValue: data.map { $0.state.wrappedValue }) + } + + self.horizontalIndent = horizontalIndent + self.verticalSpacing = verticalSpacing + } + + public var body: some View { + VStack(spacing: verticalSpacing) { + switch behaviour { + case .hierarchical(let parent, let children): + SDDSCheckbox( + state: Binding(get: { self.parentState ?? .deselected }, set: { self.updateParentState($0) }), + title: parent.title, + subtitle: parent.subtitle, + isEnabled: parent.isEnabled, + images: parent.images, + size: parent.size, + appearance: parent.appearance, + accessibility: parent.accessibility + ) + ForEach(Array(children.enumerated()), id: \.offset) { index, child in + SDDSCheckbox( + state: Binding(get: { self.childStates[index] }, set: { self.updateChildState($0, at: index) }), + title: child.title, + subtitle: child.subtitle, + isEnabled: child.isEnabled, + images: child.images, + size: child.size, + appearance: child.appearance, + accessibility: child.accessibility + ) + .padding(.leading, horizontalIndent) + } + case .default(let data): + ForEach(Array(data.enumerated()), id: \.offset) { index, item in + SDDSCheckbox( + state: Binding(get: { self.childStates[index] }, set: { self.childStates[index] = $0 }), + title: item.title, + subtitle: item.subtitle, + isEnabled: item.isEnabled, + images: item.images, + size: item.size, + appearance: item.appearance, + accessibility: item.accessibility + ) + .padding(.leading, index > 0 ? horizontalIndent : 0) + } + } + } + } + + private func updateParentState(_ newState: SelectionControlState) { + parentState = newState + childStates = Array(repeating: newState, count: childStates.count) + if case .hierarchical(_, let children) = behaviour { + for (index, _) in children.enumerated() { + children[index].state.wrappedValue = newState + } + } + } + + private func updateChildState(_ newState: SelectionControlState, at index: Int) { + childStates[index] = newState + if case .hierarchical(let parent, let children) = behaviour { + children[index].state.wrappedValue = newState + if childStates.allSatisfy({ $0 == .selected }) { + parentState = .selected + } else if childStates.allSatisfy({ $0 == .deselected }) { + parentState = .deselected + } else { + parentState = .indeterminate + } + parent.state.wrappedValue = parentState ?? .deselected + } + } +} + +// Пример данных и конфигурации для предварительного просмотра +struct SDDSCheckboxGroupPreview: PreviewProvider { + static var previews: some View { + let parentData = CheckboxData( + state: .constant(.deselected), + title: "Parent Label", + subtitle: "Parent Description", + isEnabled: true, + images: SelectionControlStateImages.checkbox, + size: SDDSCheckboxSize(), + appearance: CheckboxAppearance.defaultExample, + accessibility: SelectionControlAccessibility() + ) + + let childData = (0..<5).map { index in + CheckboxData( + state: .constant(.deselected), + title: "Label \(index + 1)", + subtitle: "Description \(index + 1)", + isEnabled: true, + images: SelectionControlStateImages.checkbox, + size: SDDSCheckboxSize(), + appearance: CheckboxAppearance.defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + return Group { + SDDSCheckboxGroup(behaviour: .hierarchical(parent: parentData, child: childData), horizontalIndent: 24, verticalSpacing: 8) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("SDDSCheckboxGroup with Parent") + .padding() + .debug() + + SDDSCheckboxGroup(behaviour: .default(data: childData), horizontalIndent: 24, verticalSpacing: 8) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("SDDSCheckboxGroup without Parent") + .padding() + .debug() + } + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/ChipAppearance.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/ChipAppearance.swift new file mode 100644 index 000000000..18c6f4034 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/ChipAppearance.swift @@ -0,0 +1,28 @@ +import Foundation +@_exported import SDDSThemeCore + +/** + `ChipAppearance` определяет внешний вид чипа, включая цвета и типографику. + + - Properties: + - titleColor: Цвет текста заголовка. + - titleTypography: Типографика заголовка. + - imageTintColor: Цвет иконки. + - buttonTintColor: Цвет кнопки. + - disabledAlpha: Прозрачность чипа в выключенном состоянии. + */ +public struct ChipAppearance { + public let titleColor: ColorToken + public let titleTypography: TypographyToken + public let imageTintColor: ColorToken + public let buttonTintColor: ColorToken + public let disabledAlpha: CGFloat + + public init(titleColor: ColorToken, titleTypography: TypographyToken, imageTintColor: ColorToken, buttonTintColor: ColorToken, disabledAlpha: CGFloat) { + self.titleColor = titleColor + self.titleTypography = titleTypography + self.imageTintColor = imageTintColor + self.buttonTintColor = buttonTintColor + self.disabledAlpha = disabledAlpha + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.md new file mode 100644 index 000000000..8b0352ab0 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.md @@ -0,0 +1,45 @@ +# Функциональные Требования к Компоненту SDDSChip + +## Поддержка различных состояний + +- **Title**: Текст заголовка для чипа. +- **isEnabled**: Флаг, указывающий, включен ли чип. +- **iconImage**: Изображение иконки для чипа. +- **buttonImage**: Изображение кнопки для чипа. + +## Цветовые токены + +- **titleColor**: Цвет текста заголовка. +- **imageTintColor**: Цвет иконки. +- **buttonTintColor**: Цвет кнопки. +- **disabledAlpha**: Прозрачность для состояния, когда чип выключен. + +## Поддержка различных размеров + +- Определение размеров с помощью протокола **ChipSizeConfiguration**. +- **iconImageSize**: Размер изображения иконки. +- **buttonImageSize**: Размер изображения кнопки. +- **leadingInset**: Внутренний отступ слева. +- **trailingInset**: Внутренний отступ справа. +- **spacing**: Расстояние между элементами. +- **borderStyle**: Стиль границы чипа. +- **height**: Высота чипа. + +## Гибкость в настройке внешнего вида + +- Поддержка различных стилей границ через **ChipBorderStyle**. +- **Rounded**: Закругленный стиль с максимальным радиусом скругления. +- **Default**: Стиль по умолчанию с заданным радиусом скругления. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints). +- Использование структуры ChipAccessibility для настройки параметров доступности. +- **titleLabel**: Метка доступности для заголовка. +- **removeButtonLabel**: Метка доступности для кнопки удаления. +- **removeButtonHint**: Подсказка для кнопки удаления. + +## Композиция стилей + +- Возможность создания различных стилей чипа с предопределенными цветовыми схемами. diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.swift new file mode 100644 index 000000000..e832d14bb --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChip/SDDSChip.swift @@ -0,0 +1,331 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +/** + `ChipBorderStyle` определяет стиль границы для чипа. + + - `default`: Стиль по умолчанию с заданным радиусом скругления. + - `rounded`: Закругленный стиль с максимальным радиусом скругления. + */ +public enum ChipBorderStyle { + case `default`(_ cornerRadius: CGFloat) + case rounded +} + +/** + `ChipSizeConfiguration` определяет конфигурацию размеров для чипа. + + - Properties: + - iconImageSize: Размер изображения иконки. + - buttonImageSize: Размер изображения кнопки. + - leadingInset: Внутренний отступ слева. + - trailingInset: Внутренний отступ справа. + - spacing: Расстояние между элементами. + - borderStyle: Стиль границы чипа. + - height: Высота чипа. + */ +public protocol ChipSizeConfiguration: SizeConfiguration, CustomDebugStringConvertible { + var iconImageSize: CGSize? { get } + var buttonImageSize: CGSize? { get } + var leadingInset: CGFloat { get } + var trailingInset: CGFloat { get } + var spacing: CGFloat { get } + var borderStyle: ChipBorderStyle { get } + var height: CGFloat { get } +} + +/** + `ChipAccessibility` определяет параметры доступности для чипа. + + - Properties: + - titleLabel: Метка доступности для заголовка. + - removeButtonLabel: Метка доступности для кнопки удаления. + - removeButtonHint: Подсказка для кнопки удаления. + */ +public struct ChipAccessibility { + public var titleLabel: String + public var removeButtonLabel: String + public var removeButtonHint: String + + public init( + titleLabel: String = "Chip Label", + removeButtonLabel: String = "Remove", + removeButtonHint: String = "Double-tap to remove the chip." + ) { + self.titleLabel = titleLabel + self.removeButtonLabel = removeButtonLabel + self.removeButtonHint = removeButtonHint + } +} + +/** + `SDDSChip` представляет собой настраиваемый чип, который может быть настроен с помощью различных параметров. + + - Parameters: + - title: Текст заголовка для чипа. + - isEnabled: Флаг, указывающий, включен ли чип. + - iconImage: Изображение иконки для чипа. + - buttonImage: Изображение кнопки для чипа. + - appearance: Параметры внешнего вида чипа. + - size: Конфигурация размеров для чипа. + - accessibility: Параметры доступности для чипа. + - removeAction: Действие при нажатии на кнопку удаления. + */ +public struct SDDSChip: View { + let title: String + let isEnabled: Bool + let iconImage: Image? + let buttonImage: Image? + let appearance: ChipAppearance + let size: ChipSizeConfiguration + let accessibility: ChipAccessibility + let removeAction: () -> Void + + @Environment(\.colorScheme) var colorScheme + + /** + Инициализатор для создания чипа с заданными параметрами. + + - Parameters: + - title: Текст заголовка для чипа. + - isEnabled: Флаг, указывающий, включен ли чип. + - iconImage: Изображение иконки для чипа (по умолчанию nil). + - buttonImage: Изображение кнопки для чипа (по умолчанию nil). + - appearance: Параметры внешнего вида чипа. + - size: Конфигурация размеров для чипа. + - accessibility: Параметры доступности для чипа (по умолчанию `ChipAccessibility`). + - removeAction: Действие при нажатии на кнопку удаления. + */ + public init(title: String, isEnabled: Bool, iconImage: Image? = nil, buttonImage: Image? = nil, appearance: ChipAppearance, size: ChipSizeConfiguration, accessibility: ChipAccessibility = ChipAccessibility(), removeAction: @escaping () -> Void) { + self.title = title + self.isEnabled = isEnabled + self.iconImage = iconImage + self.buttonImage = buttonImage + self.appearance = appearance + self.size = size + self.accessibility = accessibility + self.removeAction = removeAction + } + + /** + Инициализатор для создания чипа на основе данных структуры `ChipData`. + + - Parameters: + - data: Структура `ChipData`, содержащая все параметры для создания чипа. + */ + public init(data: ChipData) { + self.title = data.title + self.isEnabled = data.isEnabled + self.iconImage = data.iconImage + self.buttonImage = data.buttonImage + self.appearance = data.appearance + self.size = data.size + self.accessibility = data.accessibility + self.removeAction = data.removeAction + } + + public var body: some View { + HStack(spacing: size.spacing) { + Spacer() + .frame(width: size.leadingInset) + if let iconImage = iconImage, let iconImageSize = size.iconImageSize { + iconImage + .resizable() + .aspectRatio(contentMode: .fit) + .frame(width: iconImageSize.width, height: iconImageSize.height) + .foregroundColor(appearance.imageTintColor.color(for: colorScheme)) + .accessibilityHidden(true) + } + + Text(title) + .typography(appearance.titleTypography) + .foregroundColor(appearance.titleColor.color(for: colorScheme)) + .accessibilityLabel(Text(accessibility.titleLabel)) + .accessibilityValue(Text(title)) + + if let buttonImageSize = size.buttonImageSize, let buttonImage = buttonImage { + Button(action: removeAction) { + buttonImage + .resizable() + .aspectRatio(contentMode: .fit) + .frame(width: buttonImageSize.width, height: buttonImageSize.height) + .foregroundColor(appearance.buttonTintColor.color(for: colorScheme)) + .accessibilityLabel(Text(accessibility.removeButtonLabel)) + .accessibilityHint(Text(accessibility.removeButtonHint)) + .accessibilityAddTraits(.isButton) + } + } + Spacer() + .frame(width: size.trailingInset) + } + .onTapGesture { + removeAction() + } + .frame(height: size.height) + .background( + RoundedRectangle(cornerRadius: borderRadius) + .fill(Color.black) + .opacity(isEnabled ? 1.0 : appearance.disabledAlpha) + ) + .disabled(!isEnabled) + .accessibilityElement(children: .combine) + } + + private var borderRadius: CGFloat { + switch size.borderStyle { + case .default(let cornerRadius): + return cornerRadius + case .rounded: + return size.height / 2 + } + } +} + + +// MARK: - Preview +struct SDDSChipPreview: PreviewProvider { + static var previews: some View { + Group { + SDDSChip.defaultExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Default") + .padding() + .debug() + + SDDSChip.defaultBorderExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Default Border") + .padding() + .debug() + + SDDSChip.noButtonImageExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("No Button Image") + .padding() + .debug() + + SDDSChip.noIconImageExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("No Icon Image") + .padding() + .debug() + + SDDSChip.onlyTitleExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Only Title") + .padding() + .debug() + } + } +} + +public struct DefaultChipSize: ChipSizeConfiguration { + public var debugDescription: String { + String(reflecting: self) + } + + public var iconImageSize: CGSize? { + CGSize(width: 24, height: 24) + } + + public var buttonImageSize: CGSize? { + CGSize(width: 24, height: 24) + } + + public var leadingInset: CGFloat { + 12 + } + + public var trailingInset: CGFloat { + 12 + } + + public var spacing: CGFloat { + 8 + } + + public var height: CGFloat { + 48 + } + + public var borderStyle: ChipBorderStyle + + public init(borderStyle: ChipBorderStyle = .rounded) { + self.borderStyle = borderStyle + } +} + +extension SDDSChip { + static var defaultExample: SDDSChip { + SDDSChip( + title: "Label", + isEnabled: true, + iconImage: Image.image("chipIcon"), + buttonImage: Image.image("chipClose"), + appearance: .defaultAppearance, + size: DefaultChipSize(), + removeAction: {} + ) + } + + static var defaultBorderExample: SDDSChip { + SDDSChip( + title: "Label", + isEnabled: true, + iconImage: Image.image("chipIcon"), + buttonImage: Image.image("chipClose"), + appearance: .defaultAppearance, + size: DefaultChipSize(borderStyle: .default(12)), + removeAction: {} + ) + } + + static var noButtonImageExample: SDDSChip { + SDDSChip( + title: "Label", + isEnabled: true, + iconImage: Image.image("chipIcon"), + buttonImage: nil, + appearance: .defaultAppearance, + size: DefaultChipSize(), + removeAction: {} + ) + } + + static var noIconImageExample: SDDSChip { + SDDSChip( + title: "Label", + isEnabled: true, + iconImage: nil, + buttonImage: Image.image("chipClose"), + appearance: .defaultAppearance, + size: DefaultChipSize(), + removeAction: {} + ) + } + + static var onlyTitleExample: SDDSChip { + SDDSChip( + title: "Label", + isEnabled: true, + iconImage: nil, + buttonImage: nil, + appearance: .defaultAppearance, + size: DefaultChipSize(), + removeAction: {} + ) + } +} + +extension ChipAppearance { + static var defaultAppearance: ChipAppearance { + .init( + titleColor: Color.white.equalToken, + titleTypography: .semibold14, + imageTintColor: Color.white.equalToken, + buttonTintColor: Color.gray.equalToken, + disabledAlpha: 0.5 + ) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.md new file mode 100644 index 000000000..7bb4fbfbb --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.md @@ -0,0 +1,38 @@ +# Функциональные Требования к Компоненту SDDSChipGroup + +## Поддержка различных состояний + +- **Data**: Массив данных для чипов, представленных структурой `ChipData`. + +## Цветовые токены + +- **titleColor**: Цвет текста заголовка чипа. +- **imageTintColor**: Цвет иконки чипа. +- **buttonTintColor**: Цвет кнопки чипа. +- **disabledAlpha**: Прозрачность для состояния, когда чип выключен. + +## Поддержка различных размеров + +- Определение размеров с помощью протокола **ChipGroupSizeConfiguration**. +- **insets**: Внутренние отступы. +- **maxColumns**: Максимальное количество столбцов в ряду. +- **alignment**: Выравнивание группы чипов (левое, правое, центрированное, убывающее количество элементов). + +## Гибкость в настройке внешнего вида + +- Поддержка различных стилей выравнивания через **ChipGroupAlignment**. +- **left**: Выравнивание по левому краю. +- **right**: Выравнивание по правому краю. +- **center**: Центрированное выравнивание. +- **decreasingLeft**: Убывающее количество элементов, выравненных по левому краю. +- **decreasingRight**: Убывающее количество элементов, выравненных по правому краю. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints) для чипов. +- Использование структуры ChipAccessibility для настройки параметров доступности чипов. + +## Композиция стилей + +- Возможность создания различных стилей группы чипов с предопределенными цветовыми схемами. diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.swift new file mode 100644 index 000000000..befba2ad3 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSChipGroup/SDDSChipGroup.swift @@ -0,0 +1,236 @@ +import Foundation +import SwiftUI + +/** + Структура, представляющая данные для чипа. + + - Properties: + - id: Уникальный идентификатор чипа. + - title: Текст заголовка чипа. + - isEnabled: Флаг, указывающий, включен ли чип. + - iconImage: Изображение иконки для чипа. + - buttonImage: Изображение кнопки для чипа. + - appearance: Параметры внешнего вида чипа. + - size: Конфигурация размеров для чипа. + - accessibility: Параметры доступности для чипа. + - removeAction: Действие при нажатии на кнопку удаления. + */ +public struct ChipData: Hashable { + let id = UUID() + let title: String + let isEnabled: Bool + let iconImage: Image? + let buttonImage: Image? + let appearance: ChipAppearance + let size: ChipSizeConfiguration + let accessibility: ChipAccessibility + let removeAction: () -> Void + + public init(title: String, isEnabled: Bool, iconImage: Image?, buttonImage: Image?, appearance: ChipAppearance, size: ChipSizeConfiguration, accessibility: ChipAccessibility, removeAction: @escaping () -> Void) { + self.title = title + self.isEnabled = isEnabled + self.iconImage = iconImage + self.buttonImage = buttonImage + self.appearance = appearance + self.size = size + self.accessibility = accessibility + self.removeAction = removeAction + } + + public func hash(into hasher: inout Hasher) { + hasher.combine(id.uuidString) + } + + public static func == (lhs: ChipData, rhs: ChipData) -> Bool { + lhs.id == rhs.id + } +} + +/** + Перечисление, определяющее варианты выравнивания группы чипов. + + - Cases: + - left: Выравнивание по левому краю. + - right: Выравнивание по правому краю. + - center: Центрированное выравнивание. + - decreasingLeft: Убывающее количество элементов, выравненных по левому краю. + - decreasingRight: Убывающее количество элементов, выравненных по правому краю. + */ +public enum ChipGroupAlignment { + case left + case right + case center + case decreasingLeft + case decreasingRight +} + +/** + Протокол конфигурации размеров группы чипов. + + - Properties: + - insets: Внутренние отступы. + - maxColumns: Максимальное количество столбцов в ряду. + - alignment: Выравнивание группы чипов. + */ +public protocol ChipGroupSizeConfiguration: SizeConfiguration, CustomDebugStringConvertible { + var insets: EdgeInsets { get } + var maxColumns: Int { get } + var alignment: ChipGroupAlignment { get } +} + +/** + Стандартная конфигурация размеров группы чипов. + + - Properties: + - debugDescription: Описание для отладки. + - insets: Внутренние отступы. + - maxColumns: Максимальное количество столбцов в ряду. + - alignment: Выравнивание группы чипов. + */ +public struct DefaultChipGroupSize: ChipGroupSizeConfiguration { + public var debugDescription: String { + String(reflecting: self) + } + + public var insets: EdgeInsets { + EdgeInsets(top: 8, leading: 8, bottom: 8, trailing: 8) + } + + public var maxColumns: Int { + 8 + } + + public var alignment: ChipGroupAlignment + + public init(alignment: ChipGroupAlignment = .center) { + self.alignment = alignment + } +} + +/** + Вью для отображения группы чипов. + + - Properties: + - data: Массив данных для чипов. + - size: Конфигурация размеров для группы чипов. + */ +public struct SDDSChipGroup: View { + let data: [ChipData] + let size: ChipGroupSizeConfiguration + + public var body: some View { + VStack(spacing: size.insets.top) { + ForEach(layoutRows(), id: \.self) { row in + HStack(spacing: size.insets.leading) { + if size.alignment == .right || size.alignment == .decreasingRight { + Spacer() + } + ForEach(row, id: \.self) { chipData in + SDDSChip(data: chipData) + } + if size.alignment == .left || size.alignment == .decreasingLeft { + Spacer() + } + } + .frame(maxWidth: .infinity, alignment: alignment) + } + } + .padding(size.insets) + } + + private var alignment: SwiftUI.Alignment { + switch size.alignment { + case .left, .decreasingLeft: + return .leading + case .right, .decreasingRight: + return .trailing + case .center: + return .center + } + } + + private func layoutRows() -> [[ChipData]] { + var rows: [[ChipData]] = [] + var startIndex = 0 + var currentMaxColumns = size.maxColumns + + while startIndex < data.count { + let endIndex = min(startIndex + currentMaxColumns, data.count) + var row = Array(data[startIndex.., + isEnabled: Bool = true, + appearance: ProgressBarAppearance, + size: ProgressBarSizeConfiguration, + accessibility: ProgressBarAccessibility = ProgressBarAccessibility() + ) { + self._progress = progress + self.isEnabled = isEnabled + self.appearance = appearance + self.size = size + self.accessibility = accessibility + } + + public var body: some View { + GeometryReader { geometry in + ZStack(alignment: .leading) { + // Background track + RoundedRectangle(cornerRadius: size.cornerRadius) + .fill(appearance.trackColor.color(for: colorScheme)) + .frame(width: geometry.size.width, height: size.height) + + // Progress indicator + RoundedRectangle(cornerRadius: size.indicatorCornerRadius) + .fill(appearance.tintColor.color(for: colorScheme)) + .frame(width: CGFloat(normalizedProgress) * geometry.size.width, height: size.indicatorHeight) + .position(x: CGFloat(normalizedProgress) * geometry.size.width / 2, y: geometry.size.height / 2) + } + } + .frame(height: size.indicatorHeight) + .accessibilityLabel(Text(accessibility.progressLabel)) + .accessibilityValue(Text("\(Int(normalizedProgress * 100))%")) + .accessibilityHint(Text(accessibility.progressHint)) + .disabled(!isEnabled) + } + + private var normalizedProgress: Double { + max(min(progress, 1.0), 0.0) + } +} + +// MARK: - Preview +struct SDDSProgressViewPreview: PreviewProvider { + static var previews: some View { + Group { + SDDSProgressView.defaultExample(progress: 0) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("0%") + .padding() + .debug() + + SDDSProgressView.defaultExample(progress: 0.3) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("30%") + .padding() + .debug() + + SDDSProgressView.defaultExample(progress: 0.5) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("50%") + .padding() + .debug() + + SDDSProgressView.defaultExample(progress: 0.8) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("80%") + .padding() + .debug() + + SDDSProgressView.defaultExample(progress: 1.0) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("100%") + .padding() + .debug() + } + } +} + +// Size configuration +public struct DefaultProgressBarSize: ProgressBarSizeConfiguration { + public var debugDescription: String { + String(reflecting: self) + } + + public var height: CGFloat { + 4.0 + } + + public var indicatorHeight: CGFloat { + 6.0 + } + + public var cornerRadius: CGFloat { + 2.0 + } + + public var indicatorCornerRadius: CGFloat { + 6.0 + } + + public init() {} +} + +extension SDDSProgressView { + static func defaultExample(progress: CGFloat) -> SDDSProgressView { + .init( + progress: .constant(progress), + isEnabled: true, + appearance: .defaultExample, + size: DefaultProgressBarSize(), + accessibility: ProgressBarAccessibility() + ) + } +} + +public extension ProgressBarAppearance { + static var defaultExample: ProgressBarAppearance { + .init( + tintColor: .greenColor, + trackColor: Color.gray.opacity(0.3).equalToken + ) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/RadioboxAppearance.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/RadioboxAppearance.swift new file mode 100644 index 000000000..ef98cbae7 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/RadioboxAppearance.swift @@ -0,0 +1,25 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +public struct RadioboxAppearance: SelectionControlAppearance { + public let titleTypography: TypographyToken + public let subtitleTypography: TypographyToken + public let enabledTitleColor: ColorToken + public let enabledSubtitleColor: ColorToken + public let disabledTitleColor: ColorToken + public let disabledSubtitleColor: ColorToken + public var disabledImageAlpha: CGFloat + public let imageTintColor: ColorToken? + + public init(titleTypography: TypographyToken, subtitleTypography: TypographyToken, enabledTitleColor: ColorToken, enabledSubtitleColor: ColorToken, disabledTitleColor: ColorToken, disabledSubtitleColor: ColorToken, disabledImageAlpha: CGFloat, imageTintColor: ColorToken?) { + self.titleTypography = titleTypography + self.subtitleTypography = subtitleTypography + self.enabledTitleColor = enabledTitleColor + self.enabledSubtitleColor = enabledSubtitleColor + self.disabledTitleColor = disabledTitleColor + self.disabledSubtitleColor = disabledSubtitleColor + self.disabledImageAlpha = disabledImageAlpha + self.imageTintColor = imageTintColor + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.md new file mode 100644 index 000000000..6d8c1296d --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.md @@ -0,0 +1,54 @@ +# Функциональные Требования к Компоненту SDDSRadiobox + +## Поддержка различных состояний + +- **Selected**: Радиокнопка выбрана. +- **Deselected**: Радиокнопка не выбрана. +- **Enabled**: Радиокнопка доступна для взаимодействия. +- **Disabled**: Радиокнопка недоступна для взаимодействия (серая или приглушенная версия). + +## Настраиваемая типографика + +- Возможность задавать шрифт для текста заголовка и подзаголовка (размер, стиль, вес). + +## Цветовые токены + +- **TitleColor**: Цвет текста заголовка. +- **SubtitleColor**: Цвет текста подзаголовка. +- **ImageTintColor**: Цвет иконки радиокнопки. + +## Поддержка различных размеров + +- Определение размеров с помощью протокола **SelectionControlSizeConfiguration**. + +## Конфигурация отступов + +- Возможность настроить горизонтальные и вертикальные отступы между иконкой радиокнопки и текстом заголовка/подзаголовка. + +## Адаптивность к контенту + +- Радиокнопка автоматически сжимается или расширяется в зависимости от наличия заголовка и подзаголовка. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints). +- Использование структуры SelectionControlAccessibility для настройки параметров доступности. + +## Интерактивность + +- Поддержка различных типов взаимодействий (обычное нажатие). + +## Композиция стилей + +- Возможность создания различных стилей радиокнопок с предопределенными цветовыми схемами и типографикой. + +## Примеры использования + +- Примеры различных состояний радиокнопки (с заголовком, без заголовка, с подзаголовком, без подзаголовка и т.д.). +- Предоставление примеров для быстрой настройки и тестирования. + +## Дополнительные настройки + +- Возможность настройки иконок для различных состояний радиокнопки (selected, deselected). +- Возможность изменения прозрачности иконки в зависимости от состояния (enabled/disabled). diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.swift new file mode 100644 index 000000000..63e9a3738 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSRadiobox/SDDSRadiobox.swift @@ -0,0 +1,190 @@ +import Foundation +import SwiftUI +import UIKit + +public struct RadioboxImages { + public let selectedImage: Image + public let deselectedImage: Image + + init(selectedImage: Image, deselectedImage: Image) { + self.selectedImage = selectedImage + self.deselectedImage = deselectedImage + } +} + +public struct SDDSRadiobox: View { + @Binding var isSelected: Bool + let title: String + let subtitle: String? + let isEnabled: Bool + let images: RadioboxImages + let size: SelectionControlSizeConfiguration + let appearance: RadioboxAppearance + let accessibility: SelectionControlAccessibility + + public init( + isSelected: Binding, + title: String, + subtitle: String? = nil, + isEnabled: Bool, + images: RadioboxImages, + size: SelectionControlSizeConfiguration = SDDSRadioboxSize(), + appearance: RadioboxAppearance, + accessibility: SelectionControlAccessibility = SelectionControlAccessibility() + ) { + self._isSelected = isSelected + self.title = title + self.subtitle = subtitle + self.isEnabled = isEnabled + self.images = images + self.size = size + self.appearance = appearance + self.accessibility = accessibility + } + + public var body: some View { + SelectionControl( + state: Binding( + get: { + return isSelected ? .selected : .deselected + }, + set: { value in + self.isSelected = value.isSelected + } + ), + type: .radiobox, + title: title, + subtitle: subtitle, + isEnabled: isEnabled, + size: size, + appearance: appearance, + images: .init( + selectedImage: images.selectedImage, + deselectedImage: images.deselectedImage, + indeterminateImage: nil + ), + accessibility: accessibility + ) + } +} + +// MARK: - Preview +struct SDDSRadioboxPreview: PreviewProvider { + static var previews: some View { + Group { + SDDSRadiobox.defaultExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Default") + .debug() + + SDDSRadiobox.withoutDescription + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Description") + .debug() + + SDDSRadiobox.withoutLabel + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Label") + .debug() + + SDDSRadiobox.withoutLabelAndDescription + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Without Label and Description") + .debug() + } + } +} + +public struct SDDSRadioboxSize: SelectionControlSizeConfiguration { + public var debugDescription: String { + String(reflecting: self) + } + + public var imageSize: CGSize { + .init(width: 20, height: 20) + } + + public var verticalGap: CGFloat { + 0.0 + } + + public var horizontalGap: CGFloat { + 8.0 + } + + public init() {} +} + +public extension SDDSRadiobox { + static var defaultExample: SDDSRadiobox { + .init( + isSelected: .constant(true), + title: "Label", + subtitle: "Description", + isEnabled: true, + images: .defaultImages, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutDescription: SDDSRadiobox { + .init( + isSelected: .constant(true), + title: "Label", + subtitle: nil, + isEnabled: true, + images: .defaultImages, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutLabel: SDDSRadiobox { + .init( + isSelected: .constant(true), + title: "", + subtitle: "Description", + isEnabled: true, + images: .defaultImages, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } + + static var withoutLabelAndDescription: SDDSRadiobox { + .init( + isSelected: .constant(true), + title: "", + subtitle: nil, + isEnabled: true, + images: .defaultImages, + appearance: .defaultExample, + accessibility: SelectionControlAccessibility() + ) + } +} + +extension RadioboxAppearance { + static var defaultExample: RadioboxAppearance { + .init( + titleTypography: .semibold16, + subtitleTypography: .semibold14, + enabledTitleColor: .blackTitleColor, + enabledSubtitleColor: .subtitleColor, + disabledTitleColor: .blackTitleColor.withOpacity(0.3), + disabledSubtitleColor: .subtitleColor.withOpacity(0.3), + disabledImageAlpha: 0.3, + imageTintColor: .greenColor + ) + } +} + +public extension RadioboxImages { + static var defaultImages: RadioboxImages { + .init( + selectedImage: Image.image("radioboxOn"), + deselectedImage: Image.image("radioboxOff") + ) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.md b/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.md new file mode 100644 index 000000000..0f5e0a4b6 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.md @@ -0,0 +1,47 @@ +# Функциональные Требования к Компоненту SDDSSwitch + +## Поддержка различных состояний + +- **On**: Переключатель включен +- **Off**: Переключатель выключен +- **Enabled**: Переключатель доступен для взаимодействия. +- **Disabled**: Переключатель недоступен для взаимодействия (серая или приглушенная версия). + +## Настраиваемая типографика + +- Возможность задавать шрифт для текста заголовка и подзаголовка (размер, стиль, вес). + +## Цветовые токены + +- **TitleColor**: Цвет текста заголовка. +- **SubtitleColor**: Цвет текста подзаголовка. +- **TintColor**: Цвет самого переключателя. + +## Поддержка различных размеров +- Определение размеров с помощью протокола **SizeConfiguration**. + +## Конфигурация отступов + +- Возможность настроить отступ между заголовком и подзаголовком. + +## Гибкость в настройке ширины + +- Возможность задать фиксированную ширину или позволить переключателю занимать минимально необходимое пространство. + +## Адаптивность к контенту + +- Переключатель автоматически сжимается или расширяется в зависимости от наличия заголовка и подзаголовка. + +## Доступность (Accessibility) + +- Поддержка VoiceOver и других технологий доступности. +- Настройка меток доступности (accessibility labels) и описаний (hints). +- Использование структуры SwitchAccessibility для настройки параметров доступности. + +## Интерактивность + +- Поддержка различных типов взаимодействий (обычное нажатие). + +## Композиция стилей + +- Возможность создания различных стилей переключателей с предопределенными цветовыми схемами и типографикой. diff --git a/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.swift b/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.swift new file mode 100644 index 000000000..fad947b4b --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Components/SDDSSwitch/SDDSSwitch.swift @@ -0,0 +1,374 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +/** + `SwitchSizeConfiguration` определяет конфигурацию размеров для переключателя. + + - Properties: + - width: Ширина переключателя. + - verticalGap: Вертикальный зазор между элементами. + */ +public protocol SwitchSizeConfiguration: SizeConfiguration, CustomDebugStringConvertible { + var width: CGFloat? { get } + var verticalGap: CGFloat { get } +} + +/** + `SwitchAppearance` определяет внешний вид переключателя, включая типографику и цвета для различных состояний. + + - Properties: + - titleTypography: Типографика для заголовка переключателя. + - subtitleTypography: Типографика для подзаголовка переключателя. + - enabledTitleColor: Цвет заголовка, когда переключатель включен. + - enabledSubtitleColor: Цвет подзаголовка, когда переключатель включен. + - enabledTintColor: Цвет переключателя, когда он включен. + - disabledTitleColor: Цвет заголовка, когда переключатель выключен. + - disabledSubtitleColor: Цвет подзаголовка, когда переключатель выключен. + - disabledTintColor: Цвет переключателя, когда он выключен. + */ +public struct SwitchAppearance { + public let titleTypography: TypographyConfiguration + public let subtitleTypography: TypographyConfiguration + public let enabledTitleColor: ColorToken + public let enabledSubtitleColor: ColorToken + public let enabledTintColor: ColorToken + public let disabledTitleColor: ColorToken + public let disabledSubtitleColor: ColorToken + public let disabledTintColor: ColorToken + + public init(titleTypography: TypographyConfiguration, subtitleTypography: TypographyConfiguration, enabledTitleColor: ColorToken, enabledSubtitleColor: ColorToken, enabledTintColor: ColorToken, disabledTitleColor: ColorToken, disabledSubtitleColor: ColorToken, disabledTintColor: ColorToken) { + self.titleTypography = titleTypography + self.subtitleTypography = subtitleTypography + self.enabledTitleColor = enabledTitleColor + self.enabledSubtitleColor = enabledSubtitleColor + self.enabledTintColor = enabledTintColor + self.disabledTitleColor = disabledTitleColor + self.disabledSubtitleColor = disabledSubtitleColor + self.disabledTintColor = disabledTintColor + } +} + +public extension SwitchAppearance { + /** + Возвращает цвет переключателя в зависимости от его состояния (включен/выключен). + + - Parameter isEnabled: Флаг, указывающий, включен ли переключатель. + - Returns: Цвет переключателя. + */ + func tintColor(for isEnabled: Bool) -> ColorToken { + return isEnabled ? enabledTintColor : disabledTintColor + } + + /** + Возвращает цвет заголовка в зависимости от состояния переключателя (включен/выключен). + + - Parameter isEnabled: Флаг, указывающий, включен ли переключатель. + - Returns: Цвет заголовка. + */ + func titleColor(for isEnabled: Bool) -> ColorToken { + return isEnabled ? enabledTitleColor : disabledTitleColor + } + + /** + Возвращает цвет подзаголовка в зависимости от состояния переключателя (включен/выключен). + + - Parameter isEnabled: Флаг, указывающий, включен ли переключатель. + - Returns: Цвет подзаголовка. + */ + func subtitleColor(for isEnabled: Bool) -> ColorToken { + return isEnabled ? enabledSubtitleColor : disabledSubtitleColor + } +} + +/** + `SwitchAccessibility` определяет параметры доступности для переключателя. + + - Properties: + - titleLabel: Метка доступности для заголовка. + - subtitleLabel: Метка доступности для подзаголовка. + - toggleLabel: Метка доступности для переключателя. + - toggleHint: Подсказка для переключателя. + - switchLabel: Метка доступности для всего переключателя. + - switchEnabledValue: Значение доступности, когда переключатель включен. + - switchDisabledValue: Значение доступности, когда переключатель выключен. + */ +public struct SwitchAccessibility { + public var titleLabel: String + public var subtitleLabel: String + public var toggleLabel: String + public var toggleHint: String + public var switchLabel: String + public var switchEnabledValue: String + public var switchDisabledValue: String + + /** + Инициализатор для создания параметров доступности переключателя. + + - Parameters: + - titleLabel: Метка доступности для заголовка. + - subtitleLabel: Метка доступности для подзаголовка. + - toggleLabel: Метка доступности для переключателя. + - toggleHint: Подсказка для переключателя. + - switchLabel: Метка доступности для всего переключателя. + - switchEnabledValue: Значение доступности, когда переключатель включен. + - switchDisabledValue: Значение доступности, когда переключатель выключен. + */ + public init( + titleLabel: String = "Title", + subtitleLabel: String = "Subtitle", + toggleLabel: String = "Toggle", + toggleHint: String = "Double-tap to toggle the switch.", + switchLabel: String = "Switch", + switchEnabledValue: String = "Enabled", + switchDisabledValue: String = "Disabled" + ) { + self.titleLabel = titleLabel + self.subtitleLabel = subtitleLabel + self.toggleLabel = toggleLabel + self.toggleHint = toggleHint + self.switchLabel = switchLabel + self.switchEnabledValue = switchEnabledValue + self.switchDisabledValue = switchDisabledValue + } +} + +/** + `SDDSSwitch` представляет собой настраиваемый переключатель, который может быть настроен с помощью различных параметров. + + - Parameters: + - title: Текст заголовка для переключателя. + - subtitle: Текст подзаголовка для переключателя. + - isOn: Связка состояния включения/выключения переключателя. + - isEnabled: Флаг, указывающий, включен ли переключатель. + - size: Конфигурация размеров для переключателя. + - appearance: Параметры внешнего вида переключателя. + - switchAccessibility: Параметры доступности для переключателя. + */ +public struct SDDSSwitch: View { + public let title: String + public let subtitle: String + @Binding public var isOn: Bool + public let isEnabled: Bool + public let size: SwitchSizeConfiguration + public let appearance: SwitchAppearance + public let switchAccessibility: SwitchAccessibility + + @Environment(\.colorScheme) var colorScheme + + /** + Инициализатор для создания переключателя с заданными параметрами. + + - Parameters: + - title: Текст заголовка для переключателя. + - subtitle: Текст подзаголовка для переключателя. + - isOn: Связка состояния включения/выключения переключателя. + - isEnabled: Флаг, указывающий, включен ли переключатель. + - size: Конфигурация размеров для переключателя. + - appearance: Параметры внешнего вида переключателя. + - switchAccessibility: Параметры доступности для переключателя. + */ + public init( + title: String = "", + subtitle: String = "", + isOn: Binding = .constant(true), + isEnabled: Bool = true, + size: SwitchSizeConfiguration, + appearance: SwitchAppearance, + switchAccessibility: SwitchAccessibility + ) { + self.title = title + self.subtitle = subtitle + self._isOn = isOn + self.isEnabled = isEnabled + self.size = size + self.appearance = appearance + self.switchAccessibility = switchAccessibility + } + + public var body: some View { + if let width = size.width { + content + .frame(width: width) + } else { + content + .fixedSize(horizontal: true, vertical: false) + } + } + + private var content: some View { + VStack(alignment: .leading, spacing: size.verticalGap) { + HStack { + if !title.isEmpty { + Text(title) + .typography(titleTypography) + .foregroundColor(appearance.titleColor(for: isEnabled).color(for: colorScheme)) + .accessibilityLabel(Text(switchAccessibility.titleLabel)) + .accessibilityValue(Text(title)) + } else if !subtitle.isEmpty { + subtitleText + } + if title.isEmpty && subtitle.isEmpty { + Spacer(minLength: 0) + } + Toggle("", isOn: $isOn) + .toggleStyle(SwitchToggleStyle(tint: appearance.tintColor(for: isEnabled).color(for: colorScheme))) + .padding(.leading, -10.0) + .accessibilityLabel(Text(switchAccessibility.toggleLabel)) + .accessibilityValue(Text(isOn ? "On" : "Off")) + .accessibilityHint(Text(switchAccessibility.toggleHint)) + } + if !subtitle.isEmpty && !title.isEmpty { + subtitleText + } + } + .disabled(!isEnabled) + .padding([.leading, .trailing], 1.0) + .accessibilityElement(children: .combine) // Объединяет элементы переключателя в один элемент доступности + .accessibilityLabel(Text(switchAccessibility.switchLabel)) + .accessibilityValue(Text(isEnabled ? switchAccessibility.switchEnabledValue : switchAccessibility.switchDisabledValue)) + } + + var titleTypography: TypographyToken { + if let typography = appearance.titleTypography.typography(with: size) { + return typography + } else { + fatalError("Undefined Switch Typography for size \(size.debugDescription).") + } + } + + var subtitleTypography: TypographyToken { + if let typography = appearance.subtitleTypography.typography(with: size) { + return typography + } else { + fatalError("Undefined Switch Typography for size \(size.debugDescription). Using a default value.") + } + } + + @ViewBuilder + private var subtitleText: some View { + Text(subtitle) + .typography(subtitleTypography) + .foregroundColor(appearance.subtitleColor(for: isEnabled).color(for: colorScheme)) + .accessibilityLabel(Text(switchAccessibility.subtitleLabel)) + .accessibilityValue(Text(subtitle)) + } +} + +// MARK: - Preview +struct SDDSSwitchPreview: PreviewProvider { + static var previews: some View { + SDDSSwitch.defaultExample + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Default") + .debug() + + SDDSSwitch.emptyDescription + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Empty Description") + .debug() + + SDDSSwitch.emptyTitle + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Empty Title") + .debug() + + SDDSSwitch.onlyToggle + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Only Toggle") + .debug() + } +} + +struct SwitchSize: SwitchSizeConfiguration { + var debugDescription: String { + String(reflecting: self) + } + + var width: CGFloat? + var verticalGap: CGFloat + + init(width: CGFloat? = 170, verticalGap: CGFloat = 0) { + self.width = width + self.verticalGap = verticalGap + } +} + +extension SDDSSwitch { + static var defaultExample: SDDSSwitch { + SDDSSwitch( + title: "Title", + subtitle: "Description", + isOn: .constant(true), + isEnabled: true, + size: SwitchSize(), + appearance: SwitchAppearance.defaultAppearance, + switchAccessibility: SwitchAccessibility() + ) + } + + static var emptyDescription: SDDSSwitch { + SDDSSwitch( + title: "Title", + subtitle: "", + isOn: .constant(true), + isEnabled: true, + size: SwitchSize(), + appearance: SwitchAppearance.defaultAppearance, + switchAccessibility: SwitchAccessibility() + ) + } + + static var emptyTitle: SDDSSwitch { + SDDSSwitch( + title: "", + subtitle: "Description", + isOn: .constant(true), + isEnabled: true, + size: SwitchSize(), + appearance: SwitchAppearance.defaultAppearance, + switchAccessibility: SwitchAccessibility() + ) + } + + static var onlyToggle: SDDSSwitch { + SDDSSwitch( + title: "", + subtitle: "", + isOn: .constant(true), + isEnabled: true, + size: SwitchSize(width: nil), + appearance: SwitchAppearance.defaultAppearance, + switchAccessibility: SwitchAccessibility() + ) + } +} + +struct SwitchTypography: GeneralTypographyConfiguration { + let token: TypographyToken + + func typography(with size: SizeConfiguration) -> TypographyToken? { + return token + } +} + +extension SwitchTypography { + static func typography(_ token: TypographyToken) -> TypographyConfiguration { + SwitchTypography(token: token).asContainer + } +} + +public extension SwitchAppearance { + static var defaultAppearance: SwitchAppearance { + .init( + titleTypography: SwitchTypography.typography(.semibold14), + subtitleTypography: SwitchTypography.typography(.semibold12), + enabledTitleColor: .blackTitleColor, + enabledSubtitleColor: .subtitleColor, + enabledTintColor: .greenColor, + disabledTitleColor: .blackTitleColor.withOpacity(0.3), + disabledSubtitleColor: .subtitleColor.withOpacity(0.3), + disabledTintColor: .greenColor.withOpacity(0.3) + ) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Constants/Opacity.swift b/SDDSComponents/Sources/SDDSComponents/Constants/Opacity.swift new file mode 100644 index 000000000..1c746a941 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Constants/Opacity.swift @@ -0,0 +1,6 @@ +import Foundation + +enum Opacity { + static let fourty = 0.4 + static let twenty = 0.2 +} diff --git a/SDDSComponents/Sources/SDDSComponents/Constants/Spacing.swift b/SDDSComponents/Sources/SDDSComponents/Constants/Spacing.swift new file mode 100644 index 000000000..9fbdf3842 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Constants/Spacing.swift @@ -0,0 +1,7 @@ +import Foundation +import SwiftUI + +enum Spacing { + static let four: CGFloat = 4 + static let eight: CGFloat = 8 +} diff --git a/SDDSComponents/Sources/SDDSComponents/Extensions/View+Modifiers.swift b/SDDSComponents/Sources/SDDSComponents/Extensions/View+Modifiers.swift new file mode 100644 index 000000000..0c292dc2b --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Extensions/View+Modifiers.swift @@ -0,0 +1,16 @@ +import Foundation +import SwiftUI + +extension View { + @ViewBuilder func applyIf(_ condition: @autoclosure () -> Bool, transform: (Self) -> Content) -> some View { + if condition() { + transform(self) + } else { + self + } + } + + @ViewBuilder func hiddenIf(_ condition: @autoclosure () -> Bool) -> some View { + applyIf(condition(), transform: { $0.hidden() }) + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/SDDSComponents.h b/SDDSComponents/Sources/SDDSComponents/SDDSComponents.h new file mode 100644 index 000000000..69526a3a6 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/SDDSComponents.h @@ -0,0 +1,18 @@ +// +// SDDSComponents.h +// SDDSComponents +// +// Created by Vladimir Kaltyrin on 01.07.2024. +// + +#import + +//! Project version number for SDDSComponents. +FOUNDATION_EXPORT double SDDSComponentsVersionNumber; + +//! Project version string for SDDSComponents. +FOUNDATION_EXPORT const unsigned char SDDSComponentsVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SDDSComponents/Sources/SDDSComponents/Spinner/SpinnerView.swift b/SDDSComponents/Sources/SDDSComponents/Spinner/SpinnerView.swift new file mode 100644 index 000000000..ba073fc5d --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Spinner/SpinnerView.swift @@ -0,0 +1,19 @@ +import Foundation +import SwiftUI + +struct SpinnerView: View { + let image: Image + let foregroundColor: Color + @State var isAnimating = false + + public var body: some View { + image + .resizable() + .aspectRatio(contentMode: .fit) + .foregroundColor(foregroundColor) + .rotationEffect(Angle(degrees: isAnimating ? 360 : 0)) + .animation(Animation.linear(duration: 1).repeatForever(autoreverses: false), value: isAnimating) + .onAppear { self.isAnimating = true } + .onDisappear { self.isAnimating = false } + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Views/HierarchicalList/HierarchicalList.swift b/SDDSComponents/Sources/SDDSComponents/Views/HierarchicalList/HierarchicalList.swift new file mode 100644 index 000000000..1f3dfd577 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Views/HierarchicalList/HierarchicalList.swift @@ -0,0 +1,40 @@ +import Foundation +import SwiftUI + +/** + `HierarchicalList` представляет собой контейнер для отображения иерархической структуры с элементами, которые могут быть любыми вью. + + - Parameters: + - items: Массив элементов, содержащих данные и представление. + - horizontalIndent: Отступ слева для каждого уровня иерархии, начиная со второго элемента. + - verticalSpacing: Вертикальное расстояние между элементами. + */ +struct HierarchicalList: View { + let data: [Data] + let horizontalIndent: CGFloat + let verticalSpacing: CGFloat + let content: (Data) -> Content + + var body: some View { + VStack(alignment: .leading, spacing: verticalSpacing) { + ForEach(Array(data.enumerated()), id: \.element) { index, item in + content(item) + .padding(.leading, index == 0 ? 0 : horizontalIndent) + } + } + } +} + +/** + `HierarchicalListItem` представляет собой элемент иерархической структуры, содержащий данные и представление. + + - Properties: + - view: Вью, которое будет отображаться в списке. + */ +struct HierarchicalListItem { + public let view: ItemView + + public init(view: ItemView) { + self.view = view + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControl.swift b/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControl.swift new file mode 100644 index 000000000..43ead4796 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControl.swift @@ -0,0 +1,202 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +enum SelectionControlType { + case checkbox + case radiobox +} + +public enum SelectionControlState: String, CaseIterable { + case selected + case deselected + case indeterminate +} + +public protocol SelectionControlSizeConfiguration: SizeConfiguration, CustomDebugStringConvertible { + var imageSize: CGSize { get } + var horizontalGap: CGFloat { get } + var verticalGap: CGFloat { get } +} + +public struct SelectionControlStateImages { + public let selectedImage: Image + public let deselectedImage: Image + public let indeterminateImage: Image? + + init(selectedImage: Image, deselectedImage: Image, indeterminateImage: Image?) { + self.selectedImage = selectedImage + self.deselectedImage = deselectedImage + self.indeterminateImage = indeterminateImage + } +} + +public struct SelectionControlAccessibility { + public var titleLabel: String + public var subtitleLabel: String + public var controlLabel: String + public var controlHint: String + public var controlEnabledValue: String + public var controlDisabledValue: String + + public init( + titleLabel: String = "Title", + subtitleLabel: String = "Subtitle", + controlLabel: String = "Control", + controlHint: String = "Double-tap to toggle the control.", + controlEnabledValue: String = "Enabled", + controlDisabledValue: String = "Disabled" + ) { + self.titleLabel = titleLabel + self.subtitleLabel = subtitleLabel + self.controlLabel = controlLabel + self.controlHint = controlHint + self.controlEnabledValue = controlEnabledValue + self.controlDisabledValue = controlDisabledValue + } +} + +struct SelectionControl: View { + @Binding var state: SelectionControlState + let type: SelectionControlType + let title: String + let subtitle: String? + let isEnabled: Bool + let size: SelectionControlSizeConfiguration + let appearance: AppearanceType + let images: SelectionControlStateImages + let accessibility: SelectionControlAccessibility + + @Environment(\.colorScheme) var colorScheme + + var body: some View { + VStack(alignment: .leading, spacing: size.verticalGap) { + HStack(spacing: size.horizontalGap) { + controlView + .accessibilityElement(children: .ignore) + .accessibilityLabel(Text(accessibility.controlLabel)) + .accessibilityValue(Text(accessibilityValue)) + .accessibilityHint(Text(accessibility.controlHint)) + .accessibilityAddTraits(.isButton) + + if title.isEmpty { + subtitleText + } else { + titleText + } + } + HStack(spacing: size.horizontalGap) { + Spacer().frame(width: size.imageSize.width) + + if !title.isEmpty { + subtitleText + } + } + } + .onTapGesture { + if isEnabled { + state = state.nextState() + } + } + .disabled(!isEnabled) + } + + @ViewBuilder + private var titleText: some View { + Text(title) + .typography(appearance.titleTypography) + .foregroundColor(appearance.titleColor(for: isEnabled).color(for: colorScheme)) + .accessibilityLabel(Text(accessibility.titleLabel)) + .accessibilityValue(Text(title)) + } + + @ViewBuilder + private var subtitleText: some View { + if let subtitle = subtitle { + Text(subtitle) + .typography(appearance.subtitleTypography) + .foregroundColor(appearance.subtitleColor(for: isEnabled).color(for: colorScheme)) + .accessibilityLabel(Text(accessibility.subtitleLabel)) + .accessibilityValue(Text(subtitle)) + } else { + EmptyView() + } + } + + private var image: Image? { + switch state { + case .selected: + return images.selectedImage + case .deselected: + return images.deselectedImage + case .indeterminate: + return images.indeterminateImage + } + } + + @ViewBuilder + private func tintImage(image: Image) -> some View { + if let tintColor = appearance.imageTintColor { + image + .resizable() + .aspectRatio(contentMode: .fit) + .foregroundColor(tintColor.color(for: colorScheme)) + } else { + image + .resizable() + .aspectRatio(contentMode: .fit) + } + } + + @ViewBuilder + private var controlView: some View { + if let image = image { + tintImage(image: image) + .frame(width: size.imageSize.width, height: size.imageSize.height) + .applyIf(!isEnabled) { $0.opacity(appearance.disabledImageAlpha) } + } else { + EmptyView() + } + } + + // MARK: - Accessibility + private var accessibilityValue: String { + switch state { + case .selected: + return accessibility.controlEnabledValue + case .deselected, .indeterminate: + return accessibility.controlDisabledValue + } + } +} + +extension SelectionControlState { + var isSelected: Bool { + switch self { + case .selected: + true + case .deselected, .indeterminate: + false + } + } + + var isIndeterminate: Bool { + switch self { + case .indeterminate: + true + case .deselected, .selected: + false + } + } + + func nextState() -> SelectionControlState { + if isSelected { + return .deselected + } + if isIndeterminate { + return .selected + } + + return .selected + } +} diff --git a/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControlAppearance.swift b/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControlAppearance.swift new file mode 100644 index 000000000..d163c21b8 --- /dev/null +++ b/SDDSComponents/Sources/SDDSComponents/Views/SelectionControl/SelectionControlAppearance.swift @@ -0,0 +1,27 @@ +import Foundation +import SwiftUI +@_exported import SDDSThemeCore + +public protocol SelectionControlAppearance { + var titleTypography: TypographyToken { get } + var subtitleTypography: TypographyToken { get } + var enabledTitleColor: ColorToken { get } + var enabledSubtitleColor: ColorToken { get } + var disabledTitleColor: ColorToken { get } + var disabledSubtitleColor: ColorToken { get } + var disabledImageAlpha: CGFloat { get } + var imageTintColor: ColorToken? { get } + + func titleColor(for isEnabled: Bool) -> ColorToken + func subtitleColor(for isEnabled: Bool) -> ColorToken +} + +public extension SelectionControlAppearance { + func titleColor(for isEnabled: Bool) -> ColorToken { + return isEnabled ? enabledTitleColor : disabledTitleColor + } + + func subtitleColor(for isEnabled: Bool) -> ColorToken { + return isEnabled ? enabledSubtitleColor : disabledSubtitleColor + } +} diff --git a/SDDSCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/SDDSCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/SDDSCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SDDSCore/Package.swift b/SDDSCore/Package.swift new file mode 100644 index 000000000..350f4bf68 --- /dev/null +++ b/SDDSCore/Package.swift @@ -0,0 +1,27 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "SDDSCore", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "SDDSCore", + targets: ["SDDSCore"]), + ], + targets: [ + .target( + name: "SDDSCore", + dependencies: [], + path: "Sources/SDDSCore", + exclude: ["SDDSCore.h"] + ), + .testTarget( + name: "SDDSCoreTests", + dependencies: ["SDDSCore"], + path: "SDDSCoreTests" + ), + ] +) diff --git a/SDDSCore/Sources/SDDSCore/Common/ThemeStyle.swift b/SDDSCore/Sources/SDDSCore/Common/ThemeStyle.swift new file mode 100644 index 000000000..45ad7a4d9 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Common/ThemeStyle.swift @@ -0,0 +1,12 @@ +import Foundation + +public enum ThemeStyle: String, CaseIterable { + case light + case dark +} + +public extension ThemeStyle { + var title: String { + rawValue.capitalized + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/AdaptiveTypographyToken+Extensions.swift b/SDDSCore/Sources/SDDSCore/Extensions/AdaptiveTypographyToken+Extensions.swift new file mode 100644 index 000000000..9a674e6c2 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/AdaptiveTypographyToken+Extensions.swift @@ -0,0 +1,34 @@ +import Foundation + +public enum AdaptiveStyle { + case small + case medium + case large +} + +public extension AdaptiveTypographyToken { + /// Возвращает токен в зависимости от стиля. + func token(for style: AdaptiveStyle) -> TypographyToken { + switch style { + case .small: + small + case .medium: + medium + case .large: + large + } + } + + /// Возвращает tuple со всеми возможными токенами. + var tokens: [TypographyToken] { + [small, medium, large] + } + +} + +public extension AdaptiveTypographyToken { + /// Возвращает токен для текущего размера экрана, который определяется автоматически + var typography: TypographyToken { + token(for: Device.size.adaptiveStyle) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/ColorToken+Theme.swift b/SDDSCore/Sources/SDDSCore/Extensions/ColorToken+Theme.swift new file mode 100644 index 000000000..adda20705 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/ColorToken+Theme.swift @@ -0,0 +1,16 @@ +import Foundation +import SwiftUI + +public extension ColorToken { + /// Возвращает цвет для светлой или тёмной темы в зависимости от параметра `theme` + func color(for theme: ColorScheme = .light) -> Color { + switch theme { + case .dark: + darkColor + case .light: + lightColor + @unknown default: + lightColor + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/GradientKind+Extensions.swift b/SDDSCore/Sources/SDDSCore/Extensions/GradientKind+Extensions.swift new file mode 100644 index 000000000..8096e8a06 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/GradientKind+Extensions.swift @@ -0,0 +1,39 @@ +import Foundation + +extension GradientKind { + var linearGradient: LinearGradient? { + switch self { + case .linear(let data): + return data + default: + return nil + } + } + + var radialGradient: RadialGradient? { + switch self { + case .radial(let data): + return data + default: + return nil + } + } + + var angularGradient: AngularGradient? { + switch self { + case .angular(let data): + return data + default: + return nil + } + } + + var plainColor: PlainColor? { + switch self { + case .color(let data): + return data + default: + return nil + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+SwiftUI.swift b/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+SwiftUI.swift new file mode 100644 index 000000000..dce5b9883 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+SwiftUI.swift @@ -0,0 +1,54 @@ +import Foundation +import SwiftUI + +public extension LinearGradient { + var gradient: SwiftUI.LinearGradient { + let angleInRadians = angle * .pi / 180 + let startX = cos(angleInRadians + .pi) * 0.5 + 0.5 + let startY = sin(angleInRadians + .pi) * 0.5 + 0.5 + let endX = cos(angleInRadians) * 0.5 + 0.5 + let endY = sin(angleInRadians) * 0.5 + 0.5 + + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.LinearGradient( + gradient: Gradient(stops: stops), + startPoint: UnitPoint(x: startX, y: startY), + endPoint: UnitPoint(x: endX, y: endY) + ) + } +} + +public extension RadialGradient { + var gradient: SwiftUI.RadialGradient { + let center = UnitPoint(x: center.x, y: center.y) + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.RadialGradient( + gradient: Gradient(stops: stops), + center: center, + startRadius: startRadius, + endRadius: endRadius + ) + } +} + + +public extension AngularGradient { + var gradient: SwiftUI.AngularGradient { + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.AngularGradient( + gradient: Gradient(stops: stops), + center: UnitPoint(x: center.x, y: center.y), + startAngle: Angle(degrees: Double(startAngle)), + endAngle: Angle(degrees: Double(endAngle)) + ) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+Theme.swift b/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+Theme.swift new file mode 100644 index 000000000..4405ea51f --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/GradientToken+Theme.swift @@ -0,0 +1,54 @@ +import Foundation +import SwiftUI + +public extension GradientToken { + /// Возвращает линейный градиент для светлой или тёмной темы в зависимости от параметра `theme` + func linearGradients(for theme: ThemeStyle) -> [SwiftUI.LinearGradient] { + kind(for: theme).compactMap { $0.linearGradient?.gradient } + } + + /// Возвращает линейный градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var linearGradients: [SwiftUI.LinearGradient] { + linearGradients(for: UIScreen.themeStyle) + } + + /// Возвращает радиальный градиент для светлой или тёмной темы в зависимости от параметра `theme` + func radialGradients(for theme: ThemeStyle) -> [SwiftUI.RadialGradient] { + kind(for: theme).compactMap { $0.radialGradient?.gradient } + } + + /// Возвращает радиальный градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var radialGradients: [SwiftUI.RadialGradient] { + radialGradients(for: UIScreen.themeStyle) + } + + /// Возвращает ангулярнй градиент для светлой или тёмной темы в зависимости от параметра `theme` + func angularGradients(for theme: ThemeStyle) -> [SwiftUI.AngularGradient] { + kind(for: theme).compactMap { $0.angularGradient?.gradient } + } + + /// Возвращает ангулярнй градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var angularGradients: [SwiftUI.AngularGradient] { + angularGradients(for: UIScreen.themeStyle) + } + + /// Возвращает фон для светлой или тёмной темы в зависимости от параметра `theme` + func backgrounds(for theme: ThemeStyle) -> [Color] { + kind(for: theme).compactMap { $0.plainColor?.background } + } + + /// Возвращает фон для текущей темы (светлой или тёмной). Тема определяется автоматически. + var backgrounds: [SwiftUI.Color] { + backgrounds(for: UIScreen.themeStyle) + } + + /// Возвращает список `[GradientKind]` для светлой или тёмной темы в зависимости от параметра `theme` + func kind(for theme: ThemeStyle) -> [GradientKind] { + switch theme { + case .light: + lightGradients + case .dark: + darkGradients + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+AdaptiveStyle.swift b/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+AdaptiveStyle.swift new file mode 100644 index 000000000..e175bd8e8 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+AdaptiveStyle.swift @@ -0,0 +1,14 @@ +import Foundation + +public extension AdaptiveTypographyToken { + func typographyToken(for style: AdaptiveStyle) -> TypographyToken { + switch style { + case .small: + small + case .medium: + medium + case .large: + large + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+Extensions.swift b/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+Extensions.swift new file mode 100644 index 000000000..26c11c6f4 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/TypographyToken+Extensions.swift @@ -0,0 +1,51 @@ +import Foundation +import SwiftUI +import UIKit + +public extension TypographyToken { + var font: SwiftUI.Font { + if isSystemFont { + return .system(size: size) + } + return .custom(fontName, size: size) + } + + var uiFont: UIFont { + if isSystemFont { + return .systemFont(ofSize: size) + } + guard let font = UIFont(name: fontName, size: size) else { + fatalError("Font is not accessible") + } + return font + } + + private var isSystemFont: Bool { + fontName == "SF Pro" + } +} + +public extension TypographyToken.Weight { + var sui: SwiftUI.Font.Weight { + switch self { + case .black: + .black + case .bold: + .bold + case .heavy: + .heavy + case .light: + .light + case .medium: + .medium + case .regular, .normal: + .regular + case .semibold: + .semibold + case .thin: + .thin + case .ultraLight: + .ultraLight + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/UIColor+Hex.swift b/SDDSCore/Sources/SDDSCore/Extensions/UIColor+Hex.swift new file mode 100644 index 000000000..849268d72 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/UIColor+Hex.swift @@ -0,0 +1,14 @@ +import UIKit + +public extension UIColor { + convenience init(hex: String) { + let hexConverter = HexConverter() + let result = hexConverter.from(hex: hex) + self.init( + red: result.red / 255.0, + green: result.green / 255.0, + blue: result.blue / 255.0, + alpha: result.alpha / 255.0 + ) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/UIScreen+Extensions.swift b/SDDSCore/Sources/SDDSCore/Extensions/UIScreen+Extensions.swift new file mode 100644 index 000000000..7c89c27db --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/UIScreen+Extensions.swift @@ -0,0 +1,13 @@ +import Foundation +import UIKit + +public extension UIScreen { + static var themeStyle: ThemeStyle { + let currentTheme = UIScreen.main.traitCollection.userInterfaceStyle + if currentTheme == .dark { + return .dark + } else { + return .light + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/View+Conditional.swift b/SDDSCore/Sources/SDDSCore/Extensions/View+Conditional.swift new file mode 100644 index 000000000..bd31d25d9 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/View+Conditional.swift @@ -0,0 +1,12 @@ +import Foundation +import SwiftUI + +extension View { + @ViewBuilder func applyIf(_ condition: @autoclosure () -> Bool, transform: (Self) -> Content) -> some View { + if condition() { + transform(self) + } else { + self + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Extensions/View+Tokens.swift b/SDDSCore/Sources/SDDSCore/Extensions/View+Tokens.swift new file mode 100644 index 000000000..b58adfa8e --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Extensions/View+Tokens.swift @@ -0,0 +1,19 @@ +import SwiftUI + +public extension View { + func shadow(_ token: ShadowToken) -> some View { + modifier(ShadowModifier(token: token)) + } + + func shape(_ token: ShapeToken) -> some View { + modifier(ShapeModifier(token: token)) + } + + func typography(_ token: TypographyToken) -> some View { + modifier(TypographyModifier(token: token)) + } + + func gradient(_ token: GradientToken, theme: ThemeStyle = UIScreen.themeStyle) -> some View { + modifier(GradientModifier(token: token, theme: theme)) + } +} diff --git a/SDDSCore/Sources/SDDSCore/FontsService.swift b/SDDSCore/Sources/SDDSCore/FontsService.swift new file mode 100644 index 000000000..c9cbcae9d --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/FontsService.swift @@ -0,0 +1,50 @@ +import Foundation +import CoreGraphics +import CoreText + + +public final class FontsService { + public static var shared = FontsService() + + /// Инициализации темы, функцию необходимо вызвать внутри приложения в AppDelegate или SceneDelegate + public func initialize(fontsDirectoryURL: URL) { + registerFonts(fontsDirectoryURL: fontsDirectoryURL) + } +} + +extension FontsService { + private func registerFonts(fontsDirectoryURL: URL) { + do { + let fontFiles = try FileManager.default.contentsOfDirectory(atPath: fontsDirectoryURL.path) + + for fontFile in fontFiles { + guard fontFile.fileExtension == .otf || fontFile.fileExtension == .ttf else { + continue + } + let fontURL = fontsDirectoryURL.appendingPathComponent(fontFile) + registerFont(with: fontURL) + } + } catch { + fatalError("Error while loading font files: \(error)") + } + } + + private func registerFont(with url: URL) { + guard let fontDataProvider = CGDataProvider(url: url as CFURL) else { + fatalError("Could not create font data provider for \(url)") + } + + guard let font = CGFont(fontDataProvider) else { + fatalError("Could not create font from data provider for \(url)") + } + + var error: Unmanaged? + if !CTFontManagerRegisterGraphicsFont(font, &error) { + if let error = error?.takeUnretainedValue() { + fatalError("Error while registering font \(url): \(error)") + } else { + fatalError("Unknown error while registering font \(url)") + } + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Modifiers/GradientModifier.swift b/SDDSCore/Sources/SDDSCore/Modifiers/GradientModifier.swift new file mode 100644 index 000000000..136b46ca6 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Modifiers/GradientModifier.swift @@ -0,0 +1,19 @@ +import SwiftUI + +/// Модификатор для применения токена градиента. +public struct GradientModifier: ViewModifier { + let token: GradientToken + let theme: ThemeStyle + + public init(token: GradientToken, theme: ThemeStyle) { + self.token = token + self.theme = theme + } + + public func body(content: Content) -> some View { + ZStack { + content + GradientView(theme: theme, token: token) + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Modifiers/LineHeightModifier.swift b/SDDSCore/Sources/SDDSCore/Modifiers/LineHeightModifier.swift new file mode 100644 index 000000000..82bf6da91 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Modifiers/LineHeightModifier.swift @@ -0,0 +1,14 @@ +import Foundation +import SwiftUI + +/// Модификатор для применения кастомного LineHeight +public struct LineHeightModifier: ViewModifier { + let token: TypographyToken + let lineHeight: CGFloat + + public func body(content: Content) -> some View { + content + .lineSpacing(lineHeight - token.uiFont.lineHeight) + .padding(.vertical, (lineHeight - token.uiFont.lineHeight) / 2) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Modifiers/ShadowModifier.swift b/SDDSCore/Sources/SDDSCore/Modifiers/ShadowModifier.swift new file mode 100644 index 000000000..5c3ab97b0 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Modifiers/ShadowModifier.swift @@ -0,0 +1,16 @@ +import SwiftUI + +/// Модификатор для применения токена теней +public struct ShadowModifier: ViewModifier { + let token: ShadowToken + + public func body(content: Content) -> some View { + content + .shadow( + color: token.color, + radius: token.radius, + x: token.offset.width, + y: token.offset.height + ) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Modifiers/ShapeModifier.swift b/SDDSCore/Sources/SDDSCore/Modifiers/ShapeModifier.swift new file mode 100644 index 000000000..cc033d372 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Modifiers/ShapeModifier.swift @@ -0,0 +1,11 @@ +import SwiftUI + +/// Модификатор для применения токена скруглений +public struct ShapeModifier: ViewModifier { + let token: ShapeToken + + public func body(content: Content) -> some View { + content + .cornerRadius(token.cornerRadius) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Modifiers/TypographyModifier.swift b/SDDSCore/Sources/SDDSCore/Modifiers/TypographyModifier.swift new file mode 100644 index 000000000..f6871b5bf --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Modifiers/TypographyModifier.swift @@ -0,0 +1,62 @@ +import Foundation +import SwiftUI + +/// Модификатор для применения токена типографики +/// Применяет параметры font, weight, style для View. +/// Параметр kerning применяется только на iOS 16 и выше. +public struct TypographyModifier: ViewModifier { + let token: TypographyToken + + public func body(content: Content) -> some View { + content + .modifier(OS16TypographyModifier(token: token)) + .modifier(LineHeightModifier(token: token, lineHeight: token.lineHeight)) + } +} + +/// Для iOS 14, iOS 15 нет поддержки функций .fontWeight, .kerning, italic() +struct OS16TypographyModifier: ViewModifier { + let token: TypographyToken + + init(token: TypographyToken) { + self.token = token + } + + public func body(content: Content) -> some View { + if #available(iOS 16.0, *) { + content + .font(token.font) + .fontWeight(token.weight.sui) + .kerning(token.kerning) + .applyIf(token.style == .italic) { $0.italic() } + } else { + content + .font( + Font( + UIFont(descriptor: fontDescriptor, size: token.size) + ) + ) + } + } + + private var fontDescriptor: UIFontDescriptor { + var result = UIFontDescriptor(name: token.fontName, size: token.size) + .addingAttributes( + [ + UIFontDescriptor.AttributeName.traits: [ + UIFontDescriptor.TraitKey.weight: token.weight.rawValue + ] + ] + ) + if token.style == .italic { + result = result.addingAttributes( + [ + UIFontDescriptor.AttributeName.traits: [ + UIFontDescriptor.TraitKey.symbolic: UIFontDescriptor.SymbolicTraits.traitItalic.rawValue + ] + ] + ) + } + return result + } +} diff --git a/SDDSCore/Sources/SDDSCore/SDDSCore.docc/SDDSCore.md b/SDDSCore/Sources/SDDSCore/SDDSCore.docc/SDDSCore.md new file mode 100755 index 000000000..b3c2a38c8 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/SDDSCore.docc/SDDSCore.md @@ -0,0 +1,13 @@ +# ``SDDSCore`` + +Summary + +## Overview + +Text + +## Topics + +### Group + +- ``Symbol`` \ No newline at end of file diff --git a/SDDSCore/Sources/SDDSCore/SDDSCore.h b/SDDSCore/Sources/SDDSCore/SDDSCore.h new file mode 100644 index 000000000..37a5d7fd0 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/SDDSCore.h @@ -0,0 +1,16 @@ +// +// Created by Калтырин Владимир Александрович on 01.04.2024. +// Copyright © 2024 Sberbank. All rights reserved. +// + +#import + +//! Project version number for SDDSCore. +FOUNDATION_EXPORT double SDDSCoreVersionNumber; + +//! Project version string for SDDSCore. +FOUNDATION_EXPORT const unsigned char SDDSCoreVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SDDSCore/Sources/SDDSCore/Tokens/ColorToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/ColorToken.swift new file mode 100644 index 000000000..d03c53562 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/ColorToken.swift @@ -0,0 +1,14 @@ +import SwiftUI + +public struct ColorToken { + /// Цвет для тёмной темы + public let darkColor: Color + + /// Цвет для светлой темы + public let lightColor: Color + + public init(darkColor: Color, lightColor: Color) { + self.darkColor = darkColor + self.lightColor = lightColor + } +} diff --git a/SDDSCore/Sources/SDDSCore/Tokens/FontFamilyToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/FontFamilyToken.swift new file mode 100644 index 000000000..638cfd9bf --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/FontFamilyToken.swift @@ -0,0 +1,12 @@ +import Foundation + +public struct FontFamilyToken { + public enum Heading: String { + case display + case header + case text + } + + public let heading: Heading + public let name: String +} diff --git a/SDDSCore/Sources/SDDSCore/Tokens/GradientToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/GradientToken.swift new file mode 100644 index 000000000..c689b2360 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/GradientToken.swift @@ -0,0 +1,137 @@ +import Foundation +import SwiftUI + +public struct LinearGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let angle: CGFloat + + public init(locations: [CGFloat], colors: [Color], angle: CGFloat) { + self.locations = locations + self.colors = colors + self.angle = angle + } +} + +public struct RadialGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let center: CGPoint + public let startRadius: CGFloat + public let endRadius: CGFloat + + public init(locations: [CGFloat], colors: [Color], center: CGPoint, startRadius: CGFloat, endRadius: CGFloat) { + self.locations = locations + self.colors = colors + self.center = center + self.startRadius = startRadius + self.endRadius = endRadius + } +} + +public struct AngularGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let startAngle: CGFloat + public let endAngle: CGFloat + public let center: CGPoint + + public init(locations: [CGFloat], colors: [Color], startAngle: CGFloat, endAngle: CGFloat, center: CGPoint) { + self.locations = locations + self.colors = colors + self.startAngle = startAngle + self.endAngle = endAngle + self.center = center + } +} + +public struct PlainColor { + public let background: Color + + public init(background: Color) { + self.background = background + } +} + +public enum GradientKind { + case linear(LinearGradient) + case angular(AngularGradient) + case radial(RadialGradient) + case color(PlainColor) +} + +public struct GradientToken { + public let description: String + public let darkGradients: [GradientKind] + public let lightGradients: [GradientKind] + + public init(description: String, darkGradients: [GradientKind], lightGradients: [GradientKind]) { + self.description = description + self.darkGradients = darkGradients + self.lightGradients = lightGradients + } +} + +extension GradientToken: CustomDebugStringConvertible { + public var debugDescription: String { + description + } +} + +extension GradientToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(darkGradients) + hasher.combine(lightGradients) + } +} + +extension GradientKind: Hashable { + public func hash(into hasher: inout Hasher) { + switch self { + case .angular(let data): + hasher.combine(data) + case .linear(let data): + hasher.combine(data) + case .radial(let data): + hasher.combine(data) + case .color(let data): + hasher.combine(data) + } + } +} + +extension LinearGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(angle) + } +} + +extension RadialGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(center.x) + hasher.combine(center.y) + hasher.combine(startRadius) + hasher.combine(endRadius) + } +} + +extension AngularGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(startAngle) + hasher.combine(endAngle) + hasher.combine(center.x) + hasher.combine(center.y) + } +} + +extension PlainColor: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(background) + } +} diff --git a/SDDSCore/Sources/SDDSCore/Tokens/ShadowToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/ShadowToken.swift new file mode 100644 index 000000000..1cdd6133c --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/ShadowToken.swift @@ -0,0 +1,25 @@ +import SwiftUI + +public struct ShadowToken { + public struct Offset { + public let width: CGFloat + public let height: CGFloat + + public init(width: CGFloat, height: CGFloat) { + self.width = width + self.height = height + } + } + + public let color: Color + public let offset: Offset + public let opacity: CGFloat + public let radius: CGFloat + + public init(color: Color, offset: Offset, opacity: CGFloat, radius: CGFloat) { + self.color = color + self.offset = offset + self.opacity = opacity + self.radius = radius + } +} diff --git a/SDDSCore/Sources/SDDSCore/Tokens/ShapeToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/ShapeToken.swift new file mode 100644 index 000000000..f311e5f54 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/ShapeToken.swift @@ -0,0 +1,15 @@ +import SwiftUI + +public struct ShapeToken { + public enum Kind: String { + case round + } + + public let cornerRadius: CGFloat + public let kind: Kind + + public init(cornerRadius: CGFloat, kind: Kind = .round) { + self.cornerRadius = cornerRadius + self.kind = kind + } +} diff --git a/SDDSCore/Sources/SDDSCore/Tokens/TypographyToken.swift b/SDDSCore/Sources/SDDSCore/Tokens/TypographyToken.swift new file mode 100644 index 000000000..a07f6414a --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Tokens/TypographyToken.swift @@ -0,0 +1,83 @@ +import Foundation + +public struct TypographyToken { + public enum Weight: String { + case ultraLight + case thin + case light + case regular + case medium + case semibold + case bold + case heavy + case black + case normal + } + + public enum ScreenSize: String, CaseIterable { + case small + case medium + case large + } + + public enum Style: String { + case normal + case italic + } + + public let fontName: String + public let weight: Weight + public let style: Style + public let size: CGFloat + public let lineHeight: CGFloat + public let kerning: CGFloat + + public init(fontName: String, weight: Weight, style: Style, size: CGFloat, lineHeight: CGFloat, kerning: CGFloat) { + self.fontName = fontName + self.weight = weight + self.style = style + self.size = size + self.lineHeight = lineHeight + self.kerning = kerning + } +} + +public struct AdaptiveTypographyToken { + public let small: TypographyToken + public let medium: TypographyToken + public let large: TypographyToken + + public init(small: TypographyToken, medium: TypographyToken, large: TypographyToken) { + self.small = small + self.medium = medium + self.large = large + } +} + +extension TypographyToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(fontName) + hasher.combine(weight) + hasher.combine(style) + hasher.combine(size) + hasher.combine(lineHeight) + hasher.combine(kerning) + } +} + +extension AdaptiveTypographyToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(small) + hasher.combine(medium) + hasher.combine(large) + } +} + +func <(lhs: TypographyToken.ScreenSize, rhs: TypographyToken.ScreenSize) -> Bool { + switch (lhs, rhs) { + case (.small, .medium), (.small, .large), (.medium, .large): + return true + default: + return false + } +} diff --git a/SDDSCore/Sources/SDDSCore/Utilities/Device.swift b/SDDSCore/Sources/SDDSCore/Utilities/Device.swift new file mode 100644 index 000000000..117f02c9a --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Utilities/Device.swift @@ -0,0 +1,34 @@ +import Foundation +import UIKit + +struct Device { + enum Size { + case small + case medium + case large + } + + static var size: Size { + let height = UIScreen.main.bounds.height + if height >= 960 { + return .large + } else if height < 960 && height > 560 { + return .medium + } else { + return .small + } + } +} + +extension Device.Size { + var adaptiveStyle: AdaptiveStyle { + switch self { + case .small: + return .small + case .medium: + return .medium + case .large: + return .large + } + } +} diff --git a/SDDSCore/Sources/SDDSCore/Views/GradientView.swift b/SDDSCore/Sources/SDDSCore/Views/GradientView.swift new file mode 100644 index 000000000..39a7edbf9 --- /dev/null +++ b/SDDSCore/Sources/SDDSCore/Views/GradientView.swift @@ -0,0 +1,32 @@ +import SwiftUI + +public struct GradientView: View { + private let kinds: [GradientKind] + + public init(theme: ThemeStyle = UIScreen.themeStyle, token: GradientToken) { + self.kinds = token.kind(for: theme) + } + + public var body: some View { + ZStack { + ForEach(0.. some View { + Group { + switch kind { + case .angular(let data): + data.gradient + case .linear(let data): + data.gradient + case .radial(let data): + data.gradient + case .color(let data): + data.background + } + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp.xcodeproj/project.pbxproj b/SDDSDemoApp/SDDSDemoApp.xcodeproj/project.pbxproj index 6aaf3fded..c7bac5f32 100644 --- a/SDDSDemoApp/SDDSDemoApp.xcodeproj/project.pbxproj +++ b/SDDSDemoApp/SDDSDemoApp.xcodeproj/project.pbxproj @@ -3,25 +3,35 @@ archiveVersion = 1; classes = { }; - objectVersion = 56; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ - 2430DEE02BB5CE5100277123 /* SDDSIcons.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDB2BB5CE5100277123 /* SDDSIcons.xcframework */; }; - 2430DEE12BB5CE5100277123 /* SDDSIcons.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDB2BB5CE5100277123 /* SDDSIcons.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 2430DEE22BB5CE5100277123 /* SDDSSwiftUI.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDC2BB5CE5100277123 /* SDDSSwiftUI.xcframework */; }; - 2430DEE32BB5CE5100277123 /* SDDSSwiftUI.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDC2BB5CE5100277123 /* SDDSSwiftUI.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 2430DEE42BB5CE5100277123 /* SDDSUIKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDD2BB5CE5100277123 /* SDDSUIKit.xcframework */; }; - 2430DEE52BB5CE5100277123 /* SDDSUIKit.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEDD2BB5CE5100277123 /* SDDSUIKit.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 24C154062BB3020A00963FAA /* SDDSDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C154052BB3020A00963FAA /* SDDSDemoApp.swift */; }; - 24C154082BB3020A00963FAA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C154072BB3020A00963FAA /* ContentView.swift */; }; 24C1540A2BB3020B00963FAA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24C154092BB3020B00963FAA /* Assets.xcassets */; }; 24C1540D2BB3020B00963FAA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24C1540C2BB3020B00963FAA /* Preview Assets.xcassets */; }; 24C154172BB3020B00963FAA /* PlasmaDemoAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C154162BB3020B00963FAA /* PlasmaDemoAppTests.swift */; }; 24C154212BB3020B00963FAA /* PlasmaDemoAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C154202BB3020B00963FAA /* PlasmaDemoAppUITests.swift */; }; 24C154232BB3020B00963FAA /* PlasmaDemoAppUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C154222BB3020B00963FAA /* PlasmaDemoAppUITestsLaunchTests.swift */; }; - 819B2A9D2BF27F0B00688624 /* SDDSTheme.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 819B2A9C2BF27F0B00688624 /* SDDSTheme.xcframework */; }; - 819B2A9E2BF27F0B00688624 /* SDDSTheme.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 819B2A9C2BF27F0B00688624 /* SDDSTheme.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 811DE1352C4D0C7F000DD354 /* ComponentsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1342C4D0C7E000DD354 /* ComponentsView.swift */; }; + 811DE1392C4D0EC9000DD354 /* CheckboxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1382C4D0EC9000DD354 /* CheckboxView.swift */; }; + 811DE13C2C4D0ED5000DD354 /* CheckboxViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE13B2C4D0ED5000DD354 /* CheckboxViewModel.swift */; }; + 811DE13E2C4D1145000DD354 /* SDDSButtonViewModel+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE13D2C4D1145000DD354 /* SDDSButtonViewModel+Preview.swift */; }; + 811DE1422C4D15FA000DD354 /* RadioboxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1412C4D15FA000DD354 /* RadioboxView.swift */; }; + 811DE1442C4D160E000DD354 /* RadioboxViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1432C4D160E000DD354 /* RadioboxViewModel.swift */; }; + 811DE1472C4D19D3000DD354 /* ProgressBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1462C4D19D3000DD354 /* ProgressBarView.swift */; }; + 811DE1492C4D19DC000DD354 /* ProgressBarViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE1482C4D19DC000DD354 /* ProgressBarViewModel.swift */; }; + 811DE14C2C4D1DA6000DD354 /* SwitchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE14B2C4D1DA6000DD354 /* SwitchView.swift */; }; + 811DE14E2C4D1DAD000DD354 /* SwitchViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 811DE14D2C4D1DAD000DD354 /* SwitchViewModel.swift */; }; + 8159F7262C5CFD9200622836 /* SDDSComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 8159F7252C5CFD9200622836 /* SDDSComponents */; }; + 8159F72C2C5CFDCF00622836 /* SDDSThemeCore in Frameworks */ = {isa = PBXBuildFile; productRef = 8159F72B2C5CFDCF00622836 /* SDDSThemeCore */; }; + 817580EC2C383BA500E45207 /* ButtonViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817580EB2C383BA500E45207 /* ButtonViewModel.swift */; }; + 817580EF2C383FF200E45207 /* Colors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817580EE2C383FF200E45207 /* Colors.swift */; }; + 817D9F142C3704CF006C4814 /* ButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817D9F132C3704CF006C4814 /* ButtonView.swift */; }; + 818FE9332C3C223200F64958 /* SDDSButtonViewData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818FE9322C3C223200F64958 /* SDDSButtonViewData.swift */; }; + 8199A16F2C3BF90E00AD650A /* ButtonSize.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8199A16E2C3BF90E00AD650A /* ButtonSize.swift */; }; + 8199A1722C3BF94E00AD650A /* Spacing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8199A1712C3BF94E00AD650A /* Spacing.swift */; }; + 8199A1742C3BF99F00AD650A /* ButtonTypography.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8199A1732C3BF99F00AD650A /* ButtonTypography.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -41,31 +51,9 @@ }; /* End PBXContainerItemProxy section */ -/* Begin PBXCopyFilesBuildPhase section */ - 2430DEE62BB5CE5100277123 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 2430DEE52BB5CE5100277123 /* SDDSUIKit.xcframework in Embed Frameworks */, - 819B2A9E2BF27F0B00688624 /* SDDSTheme.xcframework in Embed Frameworks */, - 2430DEE12BB5CE5100277123 /* SDDSIcons.xcframework in Embed Frameworks */, - 2430DEE32BB5CE5100277123 /* SDDSSwiftUI.xcframework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - /* Begin PBXFileReference section */ - 2430DEDA2BB5CE5100277123 /* SDDSCore.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSCore.xcframework; path = ../build/SDDSCore.xcframework; sourceTree = ""; }; - 2430DEDB2BB5CE5100277123 /* SDDSIcons.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSIcons.xcframework; path = ../build/SDDSIcons.xcframework; sourceTree = ""; }; - 2430DEDC2BB5CE5100277123 /* SDDSSwiftUI.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSSwiftUI.xcframework; path = ../build/SDDSSwiftUI.xcframework; sourceTree = ""; }; - 2430DEDD2BB5CE5100277123 /* SDDSUIKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSUIKit.xcframework; path = ../build/SDDSUIKit.xcframework; sourceTree = ""; }; 24C154022BB3020A00963FAA /* SDDSDemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SDDSDemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 24C154052BB3020A00963FAA /* SDDSDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSDemoApp.swift; sourceTree = ""; }; - 24C154072BB3020A00963FAA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 24C154092BB3020B00963FAA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 24C1540C2BB3020B00963FAA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 24C154122BB3020B00963FAA /* SDDSDemoAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSDemoAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -73,7 +61,28 @@ 24C1541C2BB3020B00963FAA /* SDDSDemoAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSDemoAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 24C154202BB3020B00963FAA /* PlasmaDemoAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlasmaDemoAppUITests.swift; sourceTree = ""; }; 24C154222BB3020B00963FAA /* PlasmaDemoAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlasmaDemoAppUITestsLaunchTests.swift; sourceTree = ""; }; - 819B2A9C2BF27F0B00688624 /* SDDSTheme.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSTheme.xcframework; path = ../SDDSThemeBuilder/build/SDDSTheme.xcframework; sourceTree = ""; }; + 811DE1342C4D0C7E000DD354 /* ComponentsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComponentsView.swift; sourceTree = ""; }; + 811DE1382C4D0EC9000DD354 /* CheckboxView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxView.swift; sourceTree = ""; }; + 811DE13B2C4D0ED5000DD354 /* CheckboxViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckboxViewModel.swift; sourceTree = ""; }; + 811DE13D2C4D1145000DD354 /* SDDSButtonViewModel+Preview.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "SDDSButtonViewModel+Preview.swift"; path = "Previews/SDDSButtonViewModel+Preview.swift"; sourceTree = ""; }; + 811DE1412C4D15FA000DD354 /* RadioboxView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioboxView.swift; sourceTree = ""; }; + 811DE1432C4D160E000DD354 /* RadioboxViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadioboxViewModel.swift; sourceTree = ""; }; + 811DE1462C4D19D3000DD354 /* ProgressBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressBarView.swift; sourceTree = ""; }; + 811DE1482C4D19DC000DD354 /* ProgressBarViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressBarViewModel.swift; sourceTree = ""; }; + 811DE14B2C4D1DA6000DD354 /* SwitchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchView.swift; sourceTree = ""; }; + 811DE14D2C4D1DAD000DD354 /* SwitchViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchViewModel.swift; sourceTree = ""; }; + 817580EB2C383BA500E45207 /* ButtonViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonViewModel.swift; sourceTree = ""; }; + 817580EE2C383FF200E45207 /* Colors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Colors.swift; sourceTree = ""; }; + 817D9F132C3704CF006C4814 /* ButtonView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonView.swift; sourceTree = ""; }; + 817D9F152C370676006C4814 /* SDDSComponents.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SDDSComponents.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 817D9F1E2C3707AE006C4814 /* SDDSIcons.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SDDSIcons.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 818FE9322C3C223200F64958 /* SDDSButtonViewData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSButtonViewData.swift; sourceTree = ""; }; + 818FE9462C3C50C800F64958 /* SDDSComponents.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; name = SDDSComponents.xctestplan; path = ../../SDDSComponents/SDDSComponentsTests/SDDSComponents.xctestplan; sourceTree = ""; }; + 8199A16E2C3BF90E00AD650A /* ButtonSize.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonSize.swift; sourceTree = ""; }; + 8199A1712C3BF94E00AD650A /* Spacing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spacing.swift; sourceTree = ""; }; + 8199A1732C3BF99F00AD650A /* ButtonTypography.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ButtonTypography.swift; sourceTree = ""; }; + 81D2B19A2C32B58900CAA7FD /* SDDSComponents.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SDDSComponents.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 81D2B19D2C32B59900CAA7FD /* SDDSComponents.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SDDSComponents.xcframework; path = ../build/SDDSComponents.xcframework; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -81,10 +90,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2430DEE42BB5CE5100277123 /* SDDSUIKit.xcframework in Frameworks */, - 819B2A9D2BF27F0B00688624 /* SDDSTheme.xcframework in Frameworks */, - 2430DEE02BB5CE5100277123 /* SDDSIcons.xcframework in Frameworks */, - 2430DEE22BB5CE5100277123 /* SDDSSwiftUI.xcframework in Frameworks */, + 8159F7262C5CFD9200622836 /* SDDSComponents in Frameworks */, + 8159F72C2C5CFDCF00622836 /* SDDSThemeCore in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -129,9 +136,11 @@ 24C154042BB3020A00963FAA /* SDDSDemoApp */ = { isa = PBXGroup; children = ( + 811DE1362C4D0EB2000DD354 /* Views */, + 8199A1702C3BF94500AD650A /* Constants */, 24C154052BB3020A00963FAA /* SDDSDemoApp.swift */, - 24C154072BB3020A00963FAA /* ContentView.swift */, 24C154092BB3020B00963FAA /* Assets.xcassets */, + 818FE9462C3C50C800F64958 /* SDDSComponents.xctestplan */, 24C1540B2BB3020B00963FAA /* Preview Content */, ); path = SDDSDemoApp; @@ -165,15 +174,93 @@ 24D212DF2BB45A4B005B717B /* Frameworks */ = { isa = PBXGroup; children = ( - 819B2A9C2BF27F0B00688624 /* SDDSTheme.xcframework */, - 2430DEDA2BB5CE5100277123 /* SDDSCore.xcframework */, - 2430DEDB2BB5CE5100277123 /* SDDSIcons.xcframework */, - 2430DEDC2BB5CE5100277123 /* SDDSSwiftUI.xcframework */, - 2430DEDD2BB5CE5100277123 /* SDDSUIKit.xcframework */, + 817D9F1E2C3707AE006C4814 /* SDDSIcons.framework */, + 817D9F152C370676006C4814 /* SDDSComponents.framework */, + 81D2B19D2C32B59900CAA7FD /* SDDSComponents.xcframework */, + 81D2B19A2C32B58900CAA7FD /* SDDSComponents.framework */, ); name = Frameworks; sourceTree = ""; }; + 811DE1332C4D0C58000DD354 /* Components */ = { + isa = PBXGroup; + children = ( + 811DE1342C4D0C7E000DD354 /* ComponentsView.swift */, + ); + path = Components; + sourceTree = ""; + }; + 811DE1362C4D0EB2000DD354 /* Views */ = { + isa = PBXGroup; + children = ( + 811DE14A2C4D1D9C000DD354 /* SwitchView */, + 811DE1452C4D19C3000DD354 /* ProgressBarView */, + 811DE1402C4D15EF000DD354 /* RadioboxView */, + 811DE1372C4D0EBD000DD354 /* CheckboxView */, + 817D9F122C3704AD006C4814 /* ButtonView */, + 811DE1332C4D0C58000DD354 /* Components */, + ); + path = Views; + sourceTree = ""; + }; + 811DE1372C4D0EBD000DD354 /* CheckboxView */ = { + isa = PBXGroup; + children = ( + 811DE1382C4D0EC9000DD354 /* CheckboxView.swift */, + 811DE13B2C4D0ED5000DD354 /* CheckboxViewModel.swift */, + ); + path = CheckboxView; + sourceTree = ""; + }; + 811DE1402C4D15EF000DD354 /* RadioboxView */ = { + isa = PBXGroup; + children = ( + 811DE1412C4D15FA000DD354 /* RadioboxView.swift */, + 811DE1432C4D160E000DD354 /* RadioboxViewModel.swift */, + ); + path = RadioboxView; + sourceTree = ""; + }; + 811DE1452C4D19C3000DD354 /* ProgressBarView */ = { + isa = PBXGroup; + children = ( + 811DE1462C4D19D3000DD354 /* ProgressBarView.swift */, + 811DE1482C4D19DC000DD354 /* ProgressBarViewModel.swift */, + ); + path = ProgressBarView; + sourceTree = ""; + }; + 811DE14A2C4D1D9C000DD354 /* SwitchView */ = { + isa = PBXGroup; + children = ( + 811DE14B2C4D1DA6000DD354 /* SwitchView.swift */, + 811DE14D2C4D1DAD000DD354 /* SwitchViewModel.swift */, + ); + path = SwitchView; + sourceTree = ""; + }; + 817D9F122C3704AD006C4814 /* ButtonView */ = { + isa = PBXGroup; + children = ( + 817D9F132C3704CF006C4814 /* ButtonView.swift */, + 817580EB2C383BA500E45207 /* ButtonViewModel.swift */, + 811DE13D2C4D1145000DD354 /* SDDSButtonViewModel+Preview.swift */, + 817580EE2C383FF200E45207 /* Colors.swift */, + 8199A16E2C3BF90E00AD650A /* ButtonSize.swift */, + 8199A1732C3BF99F00AD650A /* ButtonTypography.swift */, + 818FE9322C3C223200F64958 /* SDDSButtonViewData.swift */, + ); + path = ButtonView; + sourceTree = ""; + }; + 8199A1702C3BF94500AD650A /* Constants */ = { + isa = PBXGroup; + children = ( + 8199A1712C3BF94E00AD650A /* Spacing.swift */, + ); + path = Constants; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -184,7 +271,6 @@ 24C153FE2BB3020A00963FAA /* Sources */, 24C153FF2BB3020A00963FAA /* Frameworks */, 24C154002BB3020A00963FAA /* Resources */, - 2430DEE62BB5CE5100277123 /* Embed Frameworks */, 2430DEEA2BB6B33700277123 /* Lint */, ); buildRules = ( @@ -192,6 +278,10 @@ dependencies = ( ); name = SDDSDemoApp; + packageProductDependencies = ( + 8159F7252C5CFD9200622836 /* SDDSComponents */, + 8159F72B2C5CFDCF00622836 /* SDDSThemeCore */, + ); productName = PlasmaDemoApp; productReference = 24C154022BB3020A00963FAA /* SDDSDemoApp.app */; productType = "com.apple.product-type.application"; @@ -264,6 +354,10 @@ Base, ); mainGroup = 24C153F92BB3020A00963FAA; + packageReferences = ( + 8159F7242C5CFD9200622836 /* XCLocalSwiftPackageReference "../SDDSComponents" */, + 8159F72A2C5CFDCF00622836 /* XCLocalSwiftPackageReference "../SDDSThemeBuilder/SDDSThemeCore" */, + ); productRefGroup = 24C154032BB3020A00963FAA /* Products */; projectDirPath = ""; projectRoot = ""; @@ -318,7 +412,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$SKIP_LINT\" == \"YES\" ]; then\n echo \"Skipping Lint...\"\n exit 0\nfi\n\n/bin/sh \"${SRCROOT}/../lint.sh\"\n"; + shellScript = "if [ \"$SKIP_LINT\" == \"YES\" ]; then\n echo \"Skipping Lint...\"\n exit 0\nfi\n\n#/bin/sh \"${SRCROOT}/../lint.sh\"\n"; }; /* End PBXShellScriptBuildPhase section */ @@ -327,8 +421,24 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 24C154082BB3020A00963FAA /* ContentView.swift in Sources */, + 811DE1352C4D0C7F000DD354 /* ComponentsView.swift in Sources */, + 8199A1742C3BF99F00AD650A /* ButtonTypography.swift in Sources */, + 817580EC2C383BA500E45207 /* ButtonViewModel.swift in Sources */, + 811DE1422C4D15FA000DD354 /* RadioboxView.swift in Sources */, + 811DE1472C4D19D3000DD354 /* ProgressBarView.swift in Sources */, + 811DE1442C4D160E000DD354 /* RadioboxViewModel.swift in Sources */, + 811DE14C2C4D1DA6000DD354 /* SwitchView.swift in Sources */, + 811DE1392C4D0EC9000DD354 /* CheckboxView.swift in Sources */, 24C154062BB3020A00963FAA /* SDDSDemoApp.swift in Sources */, + 811DE13C2C4D0ED5000DD354 /* CheckboxViewModel.swift in Sources */, + 818FE9332C3C223200F64958 /* SDDSButtonViewData.swift in Sources */, + 817D9F142C3704CF006C4814 /* ButtonView.swift in Sources */, + 811DE1492C4D19DC000DD354 /* ProgressBarViewModel.swift in Sources */, + 817580EF2C383FF200E45207 /* Colors.swift in Sources */, + 811DE14E2C4D1DAD000DD354 /* SwitchViewModel.swift in Sources */, + 811DE13E2C4D1145000DD354 /* SDDSButtonViewModel+Preview.swift in Sources */, + 8199A16F2C3BF90E00AD650A /* ButtonSize.swift in Sources */, + 8199A1722C3BF94E00AD650A /* Spacing.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -493,7 +603,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"SDDSDemoApp/Preview Content\""; - DEVELOPMENT_TEAM = Y6QKS4Y8B9; + DEVELOPMENT_TEAM = KDMYYG676V; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; @@ -502,7 +612,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 17.2; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -530,7 +640,7 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"SDDSDemoApp/Preview Content\""; - DEVELOPMENT_TEAM = Y6QKS4Y8B9; + DEVELOPMENT_TEAM = KDMYYG676V; ENABLE_PREVIEWS = YES; ENABLE_USER_SCRIPT_SANDBOXING = NO; GENERATE_INFOPLIST_FILE = YES; @@ -539,7 +649,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 17.2; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -674,6 +784,28 @@ defaultConfigurationName = Release; }; /* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + 8159F7242C5CFD9200622836 /* XCLocalSwiftPackageReference "../SDDSComponents" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../SDDSComponents; + }; + 8159F72A2C5CFDCF00622836 /* XCLocalSwiftPackageReference "../SDDSThemeBuilder/SDDSThemeCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../SDDSThemeBuilder/SDDSThemeCore; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 8159F7252C5CFD9200622836 /* SDDSComponents */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSComponents; + }; + 8159F72B2C5CFDCF00622836 /* SDDSThemeCore */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeCore; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = 24C153FA2BB3020A00963FAA /* Project object */; } diff --git a/SDDSDemoApp/SDDSDemoApp.xcodeproj/xcshareddata/xcschemes/SDDSDemoApp.xcscheme b/SDDSDemoApp/SDDSDemoApp.xcodeproj/xcshareddata/xcschemes/SDDSDemoApp.xcscheme new file mode 100644 index 000000000..740f1f075 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp.xcodeproj/xcshareddata/xcschemes/SDDSDemoApp.xcscheme @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@1x.png b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@1x.png new file mode 100644 index 000000000..528d36dc6 Binary files /dev/null and b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@1x.png differ diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@2x.png b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@2x.png new file mode 100644 index 000000000..983e6d981 Binary files /dev/null and b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@2x.png differ diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@3x.png b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@3x.png new file mode 100644 index 000000000..c9d6c704d Binary files /dev/null and b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Accessibility-36@3x.png differ diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Contents.json new file mode 100644 index 000000000..1cfc15549 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/Image.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Accessibility-36@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Accessibility-36@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Accessibility-36@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/black.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/black.colorset/Contents.json new file mode 100644 index 000000000..52c8f09d5 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/black.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x08", + "green" : "0x08", + "red" : "0x08" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF9", + "green" : "0xF9", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Contents.json new file mode 100644 index 000000000..1c2ff9710 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "Icon.svg", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Icon.svg b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Icon.svg new file mode 100644 index 000000000..673b482b6 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/buttonIcon.imageset/Icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/darkGray.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/darkGray.colorset/Contents.json new file mode 100644 index 000000000..9ce9415c3 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/darkGray.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.640", + "blue" : "0x08", + "green" : "0x08", + "red" : "0x08" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.640", + "blue" : "0x08", + "green" : "0x08", + "red" : "0x08" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/green.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/green.colorset/Contents.json new file mode 100644 index 000000000..8d560df2c --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/green.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x9E", + "red" : "0x1A" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x32", + "green" : "0x9E", + "red" : "0x1A" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/lightGray.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/lightGray.colorset/Contents.json new file mode 100644 index 000000000..74a90fe6e --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/lightGray.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.060", + "blue" : "0x08", + "green" : "0x08", + "red" : "0x08" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.120", + "blue" : "0xFF", + "green" : "0xFF", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/orange.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/orange.colorset/Contents.json new file mode 100644 index 000000000..a1afad90d --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/orange.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x05", + "green" : "0x5F", + "red" : "0xFA" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x05", + "green" : "0x5F", + "red" : "0xFA" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/red.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/red.colorset/Contents.json new file mode 100644 index 000000000..7fd45791c --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/red.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x29", + "red" : "0xFF" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x3E", + "green" : "0x29", + "red" : "0xFF" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryDark.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryDark.colorset/Contents.json new file mode 100644 index 000000000..1cf389425 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryDark.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.960", + "blue" : "0x17", + "green" : "0x17", + "red" : "0x17" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.960", + "blue" : "0xF5", + "green" : "0xF5", + "red" : "0xF5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryLight.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryLight.colorset/Contents.json new file mode 100644 index 000000000..4fcea047a --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textPrimaryLight.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.960", + "blue" : "0xF5", + "green" : "0xF5", + "red" : "0xF5" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.960", + "blue" : "0x17", + "green" : "0x17", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryDark.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryDark.colorset/Contents.json new file mode 100644 index 000000000..6efd253ef --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryDark.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.560", + "blue" : "0x17", + "green" : "0x17", + "red" : "0x17" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.560", + "blue" : "0xF5", + "green" : "0xF5", + "red" : "0xF5" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryLight.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryLight.colorset/Contents.json new file mode 100644 index 000000000..4679a3248 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/textSecondaryLight.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.560", + "blue" : "0xF5", + "green" : "0xF5", + "red" : "0xF5" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "0.560", + "blue" : "0x17", + "green" : "0x17", + "red" : "0x17" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/white.colorset/Contents.json b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/white.colorset/Contents.json new file mode 100644 index 000000000..95954f7f4 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Assets.xcassets/white.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF9", + "green" : "0xF9", + "red" : "0xF9" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF9", + "green" : "0xF9", + "red" : "0xF9" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Constants/Spacing.swift b/SDDSDemoApp/SDDSDemoApp/Constants/Spacing.swift new file mode 100644 index 000000000..f7054e42b --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Constants/Spacing.swift @@ -0,0 +1,73 @@ +import Foundation +import SwiftUI + +enum Spacing { + static let two: CGFloat = 2 + static let four: CGFloat = 4 + static let five: CGFloat = 5 + static let six: CGFloat = 6 + static let eight: CGFloat = 8 + static let ten: CGFloat = 10 + static let eleven: CGFloat = 11 + static let twelve: CGFloat = 12 + static let fourteen: CGFloat = 14 + static let sixteen: CGFloat = 16 + static let twenty: CGFloat = 20 + static let twentyTwo: CGFloat = 22 + static let twentyFour: CGFloat = 24 + static let thirtyTwo: CGFloat = 32 + static let fourty: CGFloat = 40 + static let fourtyEight: CGFloat = 48 + static let fiftySix: CGFloat = 56 + + enum Button { + static let previewWidth: CGFloat = 200 + + enum Height { + static let large: CGFloat = Spacing.fiftySix + static let medium: CGFloat = Spacing.fourtyEight + static let small: CGFloat = Spacing.fourty + static let xs: CGFloat = Spacing.thirtyTwo + static let xxs: CGFloat = Spacing.twentyFour + } + + enum CornerRadius { + static let large: CGFloat = Spacing.fourteen + static let medium: CGFloat = Spacing.twelve + static let small: CGFloat = Spacing.ten + static let xs: CGFloat = Spacing.eight + static let xxs: CGFloat = Spacing.six + } + + enum Padding { + static let large = EdgeInsets(top: Spacing.eleven, leading: Spacing.twentyTwo, bottom: Spacing.eleven, trailing: Spacing.twentyFour) + static let medium = EdgeInsets(top: Spacing.eleven, leading: Spacing.twenty, bottom: Spacing.eleven, trailing: Spacing.twenty) + static let small = EdgeInsets(top: Spacing.eleven, leading: Spacing.sixteen, bottom: Spacing.eleven, trailing: Spacing.sixteen) + static let xs = EdgeInsets(top: Spacing.eleven, leading: Spacing.twelve, bottom: Spacing.eleven, trailing: Spacing.twelve) + static let xxs = EdgeInsets(top: Spacing.five, leading: Spacing.ten, bottom: Spacing.five, trailing: Spacing.ten) + } + + enum IconSize { + static let large = CGSize(width: Spacing.twentyFour, height: Spacing.twentyFour) + static let medium = CGSize(width: Spacing.twentyFour, height: Spacing.twentyFour) + static let small = CGSize(width: Spacing.twentyFour, height: Spacing.twentyFour) + static let xs = CGSize(width: Spacing.sixteen, height: Spacing.sixteen) + static let xxs = CGSize(width: Spacing.sixteen, height: Spacing.sixteen) + } + + enum SpinnerSize { + static let large = CGSize(width: Spacing.twentyTwo, height: Spacing.twentyTwo) + static let medium = CGSize(width: Spacing.twentyTwo, height: Spacing.twentyTwo) + static let small = CGSize(width: Spacing.twentyTwo, height: Spacing.twentyTwo) + static let xs = CGSize(width: Spacing.sixteen, height: Spacing.sixteen) + static let xxs = CGSize(width: Spacing.twelve, height: Spacing.twelve) + } + + enum Gap { + static let large: CGFloat = Spacing.eight + static let medium: CGFloat = Spacing.six + static let small: CGFloat = Spacing.four + static let extraSmall: CGFloat = Spacing.two + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/SDDSDemoApp.swift b/SDDSDemoApp/SDDSDemoApp/SDDSDemoApp.swift index 42345e3b9..dc5811634 100644 --- a/SDDSDemoApp/SDDSDemoApp/SDDSDemoApp.swift +++ b/SDDSDemoApp/SDDSDemoApp/SDDSDemoApp.swift @@ -1,19 +1,10 @@ import SwiftUI -import SDDSCore -import SDDSUIKit -import SDDSSwiftUI -import SDDSIcons -import SDDSTheme @main struct SDDSDemoApp: App { - init() { - ThemeService.shared.initialize() - } - var body: some Scene { WindowGroup { - ContentView() + ComponentsView() } } } diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonSize.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonSize.swift new file mode 100644 index 000000000..2e1996e7f --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonSize.swift @@ -0,0 +1,115 @@ +import Foundation +import SDDSComponents +import SwiftUI + +public enum ButtonSize: String, CaseIterable { + case large + case medium + case small + case xs + case xxs +} + +extension ButtonSize: ButtonSizeConfiguration { + public var height: CGFloat { + switch self { + case .large: + return Spacing.Button.Height.large + case .medium: + return Spacing.Button.Height.medium + case .small: + return Spacing.Button.Height.small + case .xs: + return Spacing.Button.Height.xs + case .xxs: + return Spacing.Button.Height.xxs + } + } + + public var cornerRadius: CGFloat { + switch self { + case .large: + return Spacing.Button.CornerRadius.large + case .medium: + return Spacing.Button.CornerRadius.medium + case .small: + return Spacing.Button.CornerRadius.small + case .xs: + return Spacing.Button.CornerRadius.xs + case .xxs: + return Spacing.Button.CornerRadius.xxs + } + } + + public var paddings: EdgeInsets { + switch self { + case .large: + return Spacing.Button.Padding.large + case .medium: + return Spacing.Button.Padding.medium + case .small: + return Spacing.Button.Padding.small + case .xs: + return Spacing.Button.Padding.xs + case .xxs: + return Spacing.Button.Padding.xxs + } + } + + public var iconSize: CGSize { + switch self { + case .large: + return Spacing.Button.IconSize.large + case .medium: + return Spacing.Button.IconSize.medium + case .small: + return Spacing.Button.IconSize.small + case .xs: + return Spacing.Button.IconSize.xs + case .xxs: + return Spacing.Button.IconSize.xxs + } + } + + public var spinnerSize: CGSize { + switch self { + case .large: + return Spacing.Button.SpinnerSize.large + case .medium: + return Spacing.Button.SpinnerSize.medium + case .small: + return Spacing.Button.SpinnerSize.small + case .xs: + return Spacing.Button.SpinnerSize.xs + case .xxs: + return Spacing.Button.SpinnerSize.xxs + } + } + + public var titleHorizontalGap: CGFloat { + switch self { + case .xs, .xxs: + return Spacing.Button.Gap.small + default: + return Spacing.Button.Gap.medium + } + } + + public var iconHorizontalGap: CGFloat { + switch self { + case .large: + return Spacing.Button.Gap.large + case .medium: + return Spacing.Button.Gap.medium + case .small: + return Spacing.Button.Gap.small + case .xs, .xxs: + return Spacing.Button.Gap.extraSmall + } + } + + public var debugDescription: String { + return rawValue + } + +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonTypography.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonTypography.swift new file mode 100644 index 000000000..9383cef4c --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonTypography.swift @@ -0,0 +1,57 @@ +import Foundation +import SDDSComponents +import SDDSThemeCore + +/** + `ButtonTypography` содержит типографику для заголовков кнопки для каждого размера кнопки. + + - Properties: + - large: Типографика для больших кнопок. + - medium: Типографика для средних кнопок. + - small: Типографика для маленьких кнопок. + - xs: Типографика для очень маленьких кнопок. + - xxs: Типографика для самых маленьких кнопок. + + - Methods: + - typography(with size: ButtonSize): Возвращает типографику для заданного размера кнопки. + */ +public struct ButtonTypography: GeneralTypographyConfiguration { + public typealias S = ButtonSizeConfiguration + + public let large: TypographyToken? + public let medium: TypographyToken? + public let small: TypographyToken? + public let xs: TypographyToken? + public let xxs: TypographyToken? + + public init(large: TypographyToken?, medium: TypographyToken?, small: TypographyToken?, xs: TypographyToken?, xxs: TypographyToken?) { + self.large = large + self.medium = medium + self.small = small + self.xs = xs + self.xxs = xxs + } + + /** + Возвращает типографику для заданного размера кнопки. + + - Parameter size: Размер кнопки. + - Returns: Типографика для заданного размера кнопки или nil, если не задана. + */ + public func typography(with size: ButtonSizeConfiguration) -> TypographyToken? { + switch size as? ButtonSize { + case .large: + return large + case .medium: + return medium + case .small: + return small + case .xs: + return xs + case .xxs: + return xxs + case .none: + return medium + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonView.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonView.swift new file mode 100644 index 000000000..92c840aeb --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonView.swift @@ -0,0 +1,166 @@ +import Foundation +import SwiftUI +import Combine +import SDDSComponents + +struct ButtonView: View { + @ObservedObject private var viewModel: ButtonViewModel + + init(viewModel: ButtonViewModel = ButtonViewModel()) { + self.viewModel = viewModel + } + + var body: some View { + List { + Section { + HStack { + Spacer() + SDDSButton( + title: viewModel.title, + subtitle: viewModel.subtitle, + iconAttributes: viewModel.iconAttributes, + size: viewModel.size, + isDisabled: viewModel.isDisabled, + isLoading: viewModel.isLoading, + spinnerImage: viewModel.spinnerImage, + spinnerStyle: viewModel.spinnerStyle, + buttonStyle: viewModel.buttonStyle, + appearance: viewModel.appearance, + layoutMode: viewModel.layoutMode, + action: {} + ) + Spacer() + } + } + + Section { + HStack { + Text("Style") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(SDDSComponents.ButtonStyle.allCases, id: \.self) { style in + Button(style.rawValue.capitalized) { + viewModel.buttonStyle = style + } + } + } label: { + Text(viewModel.buttonStyle.rawValue.capitalized) + } + } + HStack { + Text("Color Style") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(SolidColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.colorStyle = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.colorStyle.suiColor) + + Text(viewModel.colorStyle.rawValue) + } + } + } + if viewModel.isNotEquilateral { + HStack { + Text("Title") + Spacer() + .frame(maxWidth: .infinity) + TextField("Button Title", text: $viewModel.title) + .multilineTextAlignment(.trailing) + } + HStack { + Text("Value") + Spacer() + .frame(maxWidth: .infinity) + TextField("Button Value", text: $viewModel.subtitle) + .multilineTextAlignment(.trailing) + } + } + HStack { + Toggle("Icon", isOn: $viewModel.isIconVisible) + } + if viewModel.isNotEquilateral { + HStack { + Text("Icon Alignment") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(SDDSComponents.Alignment.allCases, id: \.self) { alignment in + Button(alignment.rawValue.capitalized) { + viewModel.alignment = alignment + } + } + } label: { + Text(viewModel.alignment.rawValue) + } + } + } + HStack { + Text("Size") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(ButtonSize.allCases, id: \.self) { size in + Button(size.rawValue) { + viewModel.size = size + } + } + } label: { + if let size = viewModel.size as? ButtonSize { + Text(size.rawValue) + } + } + } + if viewModel.isNotEquilateral { + HStack { + Text("Layout") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(ButtonLayoutMode.allCases, id: \.self) { layoutMode in + Button(layoutMode.title) { + viewModel.layoutMode = layoutMode + } + } + } label: { + Text(viewModel.layoutMode.title) + } + } + } + HStack { + Toggle("Disabled", isOn: $viewModel.isDisabled) + } + HStack { + Toggle("Loading", isOn: $viewModel.isLoading) + } + HStack { + Text("Spinner Style") + Spacer() + .frame(maxWidth: .infinity) + Menu { + ForEach(SpinnerStyle.allCases, id: \.self) { spinnerStyle in + Button(spinnerStyle.rawValue.capitalized) { + viewModel.spinnerStyle = spinnerStyle + } + } + } label: { + Text(viewModel.spinnerStyle.rawValue.capitalized) + } + } + } + } + .navigationTitle("SDDSButton") + } +} + +#Preview { + ButtonView(viewModel: ButtonViewModel()) +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonViewModel.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonViewModel.swift new file mode 100644 index 000000000..74fa93bd7 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/ButtonViewModel.swift @@ -0,0 +1,98 @@ +import Foundation +import Combine +import SwiftUI +import SDDSComponents + +final class ButtonViewModel: ObservableObject { + // MARK: - Button Properties + @Published var title: String = "" + @Published var subtitle: String = "" + @Published var iconAttributes: ButtonIconAttributes? = nil + @Published var size: ButtonSizeConfiguration = ButtonSize.medium + @Published var isDisabled: Bool = false + @Published var isLoading: Bool = false + @Published var spinnerImage: Image = Image("spinner", bundle: Bundle(for: Components.self)) + @Published var spinnerStyle: SpinnerStyle = .solid + @Published var buttonStyle: SDDSComponents.ButtonStyle = .basic + @Published var appearance: ButtonAppearance = .black + @Published var layoutMode: ButtonLayoutMode = .wrapContent + + // MARK: - Screen properties + @Published var isIconVisible: Bool = false + @Published var alignment: SDDSComponents.Alignment = .left + @Published var colorStyle: SolidColorStyle = .black + + private var cancellables: Set = [] + + init() { + observeIcon() + observeColorStyle() + } + + private func observeIcon() { + $isIconVisible + .sink { [weak self] value in + guard let self = self else { + return + } + if value { + self.setIconAttributes(alignment: self.alignment) + } else { + self.iconAttributes = nil + } + } + .store(in: &cancellables) + + $alignment + .sink { [weak self] value in + guard let self = self, isIconVisible else { + return + } + self.setIconAttributes(alignment: value) + } + .store(in: &cancellables) + } + + private func observeColorStyle() { + $colorStyle + .sink { [weak self] value in + self?.applyColorStyle(value) + } + .store(in: &cancellables) + } + + private func setIconAttributes(alignment: SDDSComponents.Alignment) { + iconAttributes = iconAttributes(with: alignment) + } + + private func iconAttributes(with alignment: SDDSComponents.Alignment) -> ButtonIconAttributes { + .init(image: Image("buttonIcon"), alignment: alignment) + } + + private func applyColorStyle(_ colorStyle: SolidColorStyle) { + let black = ButtonAppearance.black + + appearance = .init( + titleTypography: black.titleTypography, + titleColor: colorStyle.primaryTextColor.equalToken, + subtitleTypography: black.subtitleTypography, + subtitleColor: colorStyle.secondaryTextColor.equalToken, + iconColor: colorStyle.primaryTextColor.equalToken, + spinnerColor: colorStyle.spinnerColor.equalToken, + backgroundColor: colorStyle.suiColor.equalToken + ) + } +} + +extension ButtonViewModel { + var isNotEquilateral: Bool { + switch buttonStyle { + case .basic: + true + case .square, .circle: + false + @unknown default: + fatalError() + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Colors.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Colors.swift new file mode 100644 index 000000000..089866492 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Colors.swift @@ -0,0 +1,67 @@ +import Foundation +import SwiftUI +import SDDSComponents +import SDDSThemeCore + +enum SolidColorStyle: String, CaseIterable { + case black = "Black" + case green = "Green" + case lightGray = "LightGray" + case orange = "Orange" + case red = "Red" + case darkGray = "DarkGray" + case white = "White" + case transparent = "Transparent" +} + +extension SolidColorStyle { + var primaryTextColor: Color { + switch self { + case .black, .green, .darkGray, .red, .orange: + Color("textPrimaryLight") + case .transparent, .lightGray, .white: + Color("textPrimaryDark") + } + } + + var secondaryTextColor: Color { + switch self { + case .black, .green, .darkGray, .red, .orange: + Color("textSecondaryLight") + case .transparent, .lightGray, .white: + Color("textSecondaryDark") + } + } + + var spinnerColor: Color { + switch self { + case .black, .green, .darkGray, .red, .orange: + Color("textPrimaryLight") + case .transparent, .lightGray, .white: + Color("textPrimaryDark") + } + } +} + +extension SolidColorStyle { + var suiColor: Color { + switch self { + case .black: + return Color("black") + case .green: + return Color("green") + case .lightGray: + return Color("lightGray") + case .orange: + return Color("orange") + case .red: + return Color("red") + case .darkGray: + return Color("darkGray") + case .white: + return Color("white") + case .transparent: + return .clear + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewEquilateral.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewEquilateral.swift new file mode 100644 index 000000000..7653d3459 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewEquilateral.swift @@ -0,0 +1,18 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewEquilateral: PreviewProvider { + static var previews: some View { + SDDSButton(viewModel: SDDSButtonViewModel.equilateral(size: .large, buttonStyle: .square)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large square button") + + SDDSButton(viewModel: SDDSButtonViewModel.equilateral(size: .large, buttonStyle: .circle)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large circle button") + + SDDSButton(viewModel: SDDSButtonViewModel.equilateral(size: .large, buttonStyle: .circle, isLoading: true)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large circle button loading") + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewLoading.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewLoading.swift new file mode 100644 index 000000000..4e523386d --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewLoading.swift @@ -0,0 +1,14 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewLoading: PreviewProvider { + static var previews: some View { + SDDSButton(viewModel: SDDSButtonViewModel.textOnlyLoading(size: .large)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Loading large button with text") + + SDDSButton(viewModel: SDDSButtonViewModel.textOnlyLoadingTransparent(size: .large)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Transparent loading large button with text") + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextOnly.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextOnly.swift new file mode 100644 index 000000000..34fbeffa4 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextOnly.swift @@ -0,0 +1,60 @@ +import Foundation +import SwiftUI +import SDDSComponents + +struct SDDSButtonPreviewTextOnly: PreviewProvider { + static var previews: some View { + SDDSButton.button(with: SDDSButtonViewData( + title: "Large button with text", + size: ButtonSize.large, + layoutMode: .wrapContent + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text") + + SDDSButton.button(with: SDDSButtonViewData( + title: "Large button with text and fixed centered layout", + size: ButtonSize.large, + layoutMode: .fixedWidth(.centered) + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text and fixed centered layout") + + SDDSButton.button(with: SDDSButtonViewData( + title: "Large button with text and fixed side by side layout", + size: ButtonSize.large, + layoutMode: .fixedWidth(.sideBySide) + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text and fixed side by side layout") + + SDDSButton.button(with: SDDSButtonViewData( + title: "Medium button with text", + size: ButtonSize.medium + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text") + + SDDSButton.button(with: SDDSButtonViewData( + title: "Small button with text", + size: ButtonSize.small + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text") + + SDDSButton.button(with: SDDSButtonViewData( + title: "XS button with text", + size: ButtonSize.xs + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text") + + SDDSButton.button(with: SDDSButtonViewData( + title: "XXS button with text", + size: ButtonSize.xxs + )) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text") + } +} + diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIcon.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIcon.swift new file mode 100644 index 000000000..d54791089 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIcon.swift @@ -0,0 +1,36 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewTextWithLeftIcon: PreviewProvider { + static var previews: some View { + Group { + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large, layoutMode: .fixedWidth(.centered))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and left icon and fixed centered layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large, layoutMode: .fixedWidth(.sideBySide))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and left icon and fixed side by side layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .medium)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .small)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .xs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .xxs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text and left icon") + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIconAndSubtitle.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIconAndSubtitle.swift new file mode 100644 index 000000000..b8911dfc9 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithLeftIconAndSubtitle.swift @@ -0,0 +1,36 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewTextWithLeftIconAndSubtitle: PreviewProvider { + static var previews: some View { + Group { + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text, subtitle, and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large, layoutMode: .fixedWidth(.centered))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text, subtitle, and left icon and fixed centered layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large, layoutMode: .fixedWidth(.sideBySide))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text, subtitle, and left icon and fixed side by side layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .medium)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text, subtitle, and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .small)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text, subtitle, and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .xs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text, subtitle, and left icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .xxs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text, subtitle, and left icon") + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIcon.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIcon.swift new file mode 100644 index 000000000..fb60ccaf0 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIcon.swift @@ -0,0 +1,36 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewTextWithRightIcon: PreviewProvider { + static var previews: some View { + Group { + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large, alignment: .right, layoutMode: .fixedWidth(.centered))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and right icon and fixed centered layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .large, alignment: .right, layoutMode: .fixedWidth(.sideBySide))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and right icon and fixed side by side layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .medium, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .small, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .xs, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImage(size: .xxs, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text and right icon") + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIconAndSubtitle.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIconAndSubtitle.swift new file mode 100644 index 000000000..3652a7b45 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithRightIconAndSubtitle.swift @@ -0,0 +1,36 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewTextWithRightIconAndSubtitle: PreviewProvider { + static var previews: some View { + Group { + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text, subtitle, and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large, alignment: .right, layoutMode: .fixedWidth(.centered))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text, subtitle, and right icon and fixed centered layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .large, alignment: .right, layoutMode: .fixedWidth(.sideBySide))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text, subtitle, and right icon and fixed side by side layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .medium, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text, subtitle, and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .small, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text, subtitle, and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .xs, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text, subtitle, and right icon") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithImageAndSubtitle(size: .xxs, alignment: .right)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text, subtitle, and right icon") + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithSubtitle.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithSubtitle.swift new file mode 100644 index 000000000..2f0a4ee23 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonPreviewTextWithSubtitle.swift @@ -0,0 +1,36 @@ +import Foundation +import SwiftUI + +struct SDDSButtonPreviewTextWithSubtitle: PreviewProvider { + static var previews: some View { + Group { + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .large)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Large button with text and subtitle") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .large, layoutMode: .fixedWidth(.centered))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and subtitle and fixed centered layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .large, layoutMode: .fixedWidth(.sideBySide))) + .previewLayout(PreviewLayout.fixed(width: Spacing.Button.previewWidth, height: ButtonSize.large.height)) + .previewDisplayName("Large button with text and subtitle and fixed side by side layout") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .medium)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Medium button with text and subtitle") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .small)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("Small button with text and subtitle") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .xs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XS button with text and subtitle") + + SDDSButton(viewModel: SDDSButtonViewModel.textWithSubtitle(size: .xxs)) + .previewLayout(PreviewLayout.sizeThatFits) + .previewDisplayName("XXS button with text and subtitle") + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonViewModel+Preview.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonViewModel+Preview.swift new file mode 100644 index 000000000..3140fd047 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/Previews/SDDSButtonViewModel+Preview.swift @@ -0,0 +1,78 @@ +import Foundation +import SwiftUI +import SDDSThemeCore +import SDDSComponents +import SDDSIcons + +extension SDDSButtonViewData { + static func textOnly(size: ButtonSize, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", size: size, appearance: .black, layoutMode: layoutMode) + } + + static func textWithImage(size: ButtonSize, alignment: SDDSComponents.Alignment = .left, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", iconAttributes: ButtonIconAttributes(image: Asset.accessibility24.image, alignment: alignment), size: size, appearance: .black, layoutMode: layoutMode) + } + + static func textWithSubtitle(size: ButtonSize, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", subtitle: "Value", size: size, appearance: .black, layoutMode: layoutMode) + } + + static func textWithImageAndSubtitle(size: ButtonSize, alignment: SDDSComponents.Alignment = .left, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", subtitle: "Value", iconAttributes: ButtonIconAttributes(image: Asset.accessibility24.image, alignment: alignment), size: size, appearance: .black, layoutMode: layoutMode) + } + + static func textOnlyLoading(size: ButtonSize, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", size: size, isLoading: true, appearance: .black, layoutMode: layoutMode) + } + + static func textOnlyLoadingTransparent(size: ButtonSize, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", size: size, isLoading: true, spinnerStyle: .transparent, appearance: .transparent, layoutMode: layoutMode) + } + + static func textOnlyDisabled(size: ButtonSize, layoutMode: ButtonLayoutMode = .wrapContent) -> SDDSButtonViewData { + .init(title: "Label", size: size, isDisabled: true, appearance: .black, layoutMode: layoutMode) + } + + static func equilateral(size: ButtonSize, buttonStyle: SDDSComponents.ButtonStyle, isLoading: Bool = false) -> SDDSButtonViewData { + .init(title: "", iconAttributes: ButtonIconAttributes(image: Asset.accessibility24.image, alignment: .left), size: size, isLoading: isLoading, buttonStyle: buttonStyle, appearance: .black) + } +} + +public extension ButtonAppearance { + static var black: ButtonAppearance { + .init( + titleTypography: ButtonTypography.default, + titleColor: ColorToken.titleColor, + subtitleTypography: ButtonTypography.default, + subtitleColor: ColorToken.subtitleColor, + iconColor: ColorToken.titleColor, + spinnerColor: ColorToken.titleColor, + backgroundColor: ColorToken.backgroundColor + ) + } + + static var transparent: ButtonAppearance { + .init( + titleTypography: ButtonTypography.default, + titleColor: ColorToken.blackTitleColor, + subtitleTypography: ButtonTypography.default, + subtitleColor: ColorToken.blackTitleColor, + iconColor: ColorToken.blackTitleColor, + spinnerColor: ColorToken.blackTitleColor, + backgroundColor: ColorToken.clearColor + ) + } +} + +extension ButtonTypography { + static var `default`: TypographyConfiguration { + ButtonTypography( + large: TypographyToken.semibold18, + medium: TypographyToken.semibold16, + small: TypographyToken.semibold14, + xs: TypographyToken.semibold12, + xxs: TypographyToken.semibold12 + ) + .asContainer + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/SDDSButtonViewData.swift b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/SDDSButtonViewData.swift new file mode 100644 index 000000000..9babcbafa --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ButtonView/SDDSButtonViewData.swift @@ -0,0 +1,63 @@ +import Foundation +import SDDSComponents +import SwiftUI + +struct SDDSButtonViewData { + var title: String + var subtitle: String + var iconAttributes: ButtonIconAttributes? + var size: ButtonSizeConfiguration + var isDisabled: Bool + var isLoading: Bool + var spinnerImage: Image + var spinnerStyle: SpinnerStyle + var buttonStyle: SDDSComponents.ButtonStyle + var appearance: ButtonAppearance + var layoutMode: ButtonLayoutMode + var action: () -> Void + + init(title: String = "", + subtitle: String = "", + iconAttributes: ButtonIconAttributes? = nil, + size: ButtonSizeConfiguration, + isDisabled: Bool = false, + isLoading: Bool = false, + spinnerImage: Image = Image("spinner"), + spinnerStyle: SpinnerStyle = .solid, + buttonStyle: SDDSComponents.ButtonStyle = .basic, + appearance: ButtonAppearance = .black, + layoutMode: ButtonLayoutMode = .wrapContent, + action: @escaping () -> Void = {}) { + self.title = title + self.subtitle = subtitle + self.iconAttributes = iconAttributes + self.size = size + self.isDisabled = isDisabled + self.isLoading = isLoading + self.spinnerImage = spinnerImage + self.spinnerStyle = spinnerStyle + self.buttonStyle = buttonStyle + self.appearance = appearance + self.layoutMode = layoutMode + self.action = action + } +} + +extension SDDSButton { + static func button(with viewData: SDDSButtonViewData) -> SDDSButton { + return SDDSButton( + title: viewData.title, + subtitle: viewData.subtitle, + iconAttributes: viewData.iconAttributes, + size: viewData.size, + isDisabled: viewData.isDisabled, + isLoading: viewData.isLoading, + spinnerImage: viewData.spinnerImage, + spinnerStyle: viewData.spinnerStyle, + buttonStyle: viewData.buttonStyle, + appearance: viewData.appearance, + layoutMode: viewData.layoutMode, + action: {} + ) + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxView.swift b/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxView.swift new file mode 100644 index 000000000..b4b618d70 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxView.swift @@ -0,0 +1,120 @@ +import Foundation +import SwiftUI +import Combine +import SDDSComponents + +struct CheckboxView: View { + @ObservedObject private var viewModel: CheckboxViewModel + + init(viewModel: CheckboxViewModel = CheckboxViewModel()) { + self.viewModel = viewModel + } + + var body: some View { + List { + Section { + HStack { + Spacer() + SDDSCheckbox( + state: $viewModel.state, + title: viewModel.title, + subtitle: viewModel.subtitle, + isEnabled: viewModel.isEnabled, + images: .checkbox, + size: viewModel.size, + appearance: viewModel.appearance + ) + Spacer() + } + } + + Section { + HStack { + Text("Title") + Spacer() + TextField("Checkbox Title", text: $viewModel.title) + .multilineTextAlignment(.trailing) + } + + HStack { + Text("Subtitle") + Spacer() + TextField("Checkbox Subtitle", text: $viewModel.subtitle) + .multilineTextAlignment(.trailing) + } + + HStack { + Text("State") + Spacer() + Menu { + ForEach(SelectionControlState.allCases, id: \.self) { state in + Button(state.rawValue.capitalized) { + viewModel.state = state + } + } + } label: { + Text(viewModel.state.rawValue.capitalized) + } + } + + HStack { + Toggle("Enabled", isOn: $viewModel.isEnabled) + } + + HStack { + Text("Tint Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.tintColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.tintColor.color) + + Text(viewModel.tintColor.rawValue) + } + } + } + + HStack { + Text("Image Size") + Spacer() + VStack { + TextField("Width", value: $viewModel.imageWidth, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + TextField("Height", value: $viewModel.imageHeight, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + + HStack { + Text("Horizontal Gap") + Spacer() + TextField("Gap", value: $viewModel.horizontalGap, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Text("Vertical Gap") + Spacer() + TextField("Gap", value: $viewModel.verticalGap, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + } + .navigationTitle("SDDSCheckbox") + } +} + +#Preview { + CheckboxView(viewModel: CheckboxViewModel()) +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxViewModel.swift b/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxViewModel.swift new file mode 100644 index 000000000..4d48ce488 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/CheckboxView/CheckboxViewModel.swift @@ -0,0 +1,109 @@ +import Foundation +import Combine +import SwiftUI +import SDDSComponents + +final class CheckboxViewModel: ObservableObject { + // MARK: - Checkbox Properties + @Published var title: String = "" + @Published var subtitle: String = "" + @Published var state: SelectionControlState = .deselected + @Published var isEnabled: Bool = true + @Published var size: SelectionControlSizeConfiguration = SDDSCheckboxSize() + @Published var appearance: CheckboxAppearance = .defaultExample + + // MARK: - Screen properties + @Published var tintColor: ColorStyle = .green + @Published var imageWidth: CGFloat = 20 + @Published var imageHeight: CGFloat = 20 + @Published var horizontalGap: CGFloat = 8 + @Published var verticalGap: CGFloat = 0 + + private var cancellables: Set = [] + + init() { + observeColors() + observeSize() + } + + private func observeColors() { + $tintColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTintColor(style.color.equalToken) ?? .defaultExample + } + .store(in: &cancellables) + } + + private func observeSize() { + Publishers.CombineLatest3($imageWidth, $imageHeight, $horizontalGap) + .combineLatest($verticalGap) + .sink { [weak self] (sizeValues, verticalGap) in + let (width, height, horizontalGap) = sizeValues + self?.size = CustomCheckboxSize( + imageSize: CGSize(width: width, height: height), + horizontalGap: horizontalGap, + verticalGap: verticalGap + ) + } + .store(in: &cancellables) + } +} + +// Custom Size Configuration +struct CustomCheckboxSize: SelectionControlSizeConfiguration { + var imageSize: CGSize + var horizontalGap: CGFloat + var verticalGap: CGFloat + + var debugDescription: String { + String(reflecting: self) + } +} + +// Extension for Appearance to update colors +extension CheckboxAppearance { + static var defaultExample: CheckboxAppearance { + .init( + titleTypography: .semibold16, + subtitleTypography: .semibold14, + enabledTitleColor: .blackTitleColor, + enabledSubtitleColor: .subtitleColor, + disabledTitleColor: .blackTitleColor.withOpacity(0.3), + disabledSubtitleColor: .subtitleColor.withOpacity(0.3), + disabledImageAlpha: 0.3, + imageTintColor: .greenColor + ) + } + + func withTintColor(_ color: ColorToken) -> CheckboxAppearance { + .init( + titleTypography: titleTypography, + subtitleTypography: subtitleTypography, + enabledTitleColor: enabledTitleColor, + enabledSubtitleColor: enabledSubtitleColor, + disabledTitleColor: disabledTitleColor, + disabledSubtitleColor: disabledSubtitleColor, + disabledImageAlpha: disabledImageAlpha, + imageTintColor: color + ) + } +} + +enum ColorStyle: String, CaseIterable { + case blue, green, red, gray, black + + var color: Color { + switch self { + case .blue: + return .blue + case .green: + return .green + case .red: + return .red + case .gray: + return .gray + case .black: + return .black + } + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/Components/ComponentsView.swift b/SDDSDemoApp/SDDSDemoApp/Views/Components/ComponentsView.swift new file mode 100644 index 000000000..612ceaf3c --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/Components/ComponentsView.swift @@ -0,0 +1,40 @@ +import SwiftUI + +struct ComponentsView: View { + var body: some View { + NavigationView { + List { + NavigationLink { + ButtonView() + } label: { + Text("SDDSButton") + } + NavigationLink { + CheckboxView() + } label: { + Text("SDDSCheckbox") + } + NavigationLink { + RadioboxView() + } label: { + Text("SDDSRadiobox") + } + NavigationLink { + ProgressBarView() + } label: { + Text("SDDSProgressBar") + } + NavigationLink { + SwitchView() + } label: { + Text("SDDSSwitch") + } + } + .navigationTitle("Components") + } + } +} + +#Preview { + ComponentsView() +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarView.swift b/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarView.swift new file mode 100644 index 000000000..b7ee0dc2e --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarView.swift @@ -0,0 +1,126 @@ +import Foundation +import SwiftUI +import Combine +import SDDSComponents + +struct ProgressBarView: View { + @ObservedObject private var viewModel: ProgressBarViewModel + + init(viewModel: ProgressBarViewModel = ProgressBarViewModel()) { + self.viewModel = viewModel + } + + var body: some View { + List { + Section { + HStack { + Spacer() + SDDSProgressView( + progress: $viewModel.progress, + isEnabled: viewModel.isEnabled, + appearance: viewModel.appearance, + size: viewModel.size + ) + Spacer() + } + } + + Section { + HStack { + Text("Progress") + Spacer() + Slider(value: $viewModel.progress, in: 0...1) + } + + HStack { + Text("Progress Value (%)") + Spacer() + TextField("Progress", text: $viewModel.progressString) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Toggle("Enabled", isOn: $viewModel.isEnabled) + } + + HStack { + Text("Tint Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.tintColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.tintColor.color) + + Text(viewModel.tintColor.rawValue) + } + } + } + + HStack { + Text("Track Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.trackColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.trackColor.color) + + Text(viewModel.trackColor.rawValue) + } + } + } + + HStack { + Text("Height") + Spacer() + TextField("Height", value: $viewModel.height, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Text("Indicator Height") + Spacer() + TextField("Height", value: $viewModel.indicatorHeight, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Text("Corner Radius") + Spacer() + TextField("Radius", value: $viewModel.cornerRadius, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Text("Indicator Corner Radius") + Spacer() + TextField("Radius", value: $viewModel.indicatorCornerRadius, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + } + .navigationTitle("SDDSProgressView") + } +} + +#Preview { + ProgressBarView(viewModel: ProgressBarViewModel()) +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarViewModel.swift b/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarViewModel.swift new file mode 100644 index 000000000..7aa8b1d65 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/ProgressBarView/ProgressBarViewModel.swift @@ -0,0 +1,104 @@ +import Foundation +import Combine +import SwiftUI +import SDDSComponents + +final class ProgressBarViewModel: ObservableObject { + // MARK: - Progress Bar Properties + @Published var progress: Double = 0.5 { + didSet { + if !isUpdatingProgress { + isUpdatingProgressString = true + progressString = String(format: "%.0f", progress * 100) + isUpdatingProgressString = false + } + } + } + + @Published var progressString: String = "50" { + didSet { + if !isUpdatingProgressString { + isUpdatingProgress = true + if let value = Double(progressString), value >= 0, value <= 100 { + progress = value / 100 + } + isUpdatingProgress = false + } + } + } + @Published var isEnabled: Bool = true + @Published var appearance: ProgressBarAppearance = .defaultExample + @Published var size: ProgressBarSizeConfiguration = DefaultProgressBarSize() + + // MARK: - Screen properties + @Published var tintColor: ColorStyle = .green + @Published var trackColor: ColorStyle = .gray + @Published var height: CGFloat = 4.0 + @Published var indicatorHeight: CGFloat = 6.0 + @Published var cornerRadius: CGFloat = 2.0 + @Published var indicatorCornerRadius: CGFloat = 6.0 + + private var cancellables: Set = [] + private var isUpdatingProgress = false + private var isUpdatingProgressString = false + + init() { + observeColors() + observeSize() + } + + private func observeColors() { + $tintColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTintColor(style.color.equalToken) ?? .defaultExample + } + .store(in: &cancellables) + + $trackColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTrackColor(style.color.equalToken) ?? .defaultExample + } + .store(in: &cancellables) + } + + private func observeSize() { + Publishers.CombineLatest4($height, $indicatorHeight, $cornerRadius, $indicatorCornerRadius) + .sink { [weak self] (height, indicatorHeight, cornerRadius, indicatorCornerRadius) in + self?.size = CustomProgressBarSize( + height: height, + indicatorHeight: indicatorHeight, + cornerRadius: cornerRadius, + indicatorCornerRadius: indicatorCornerRadius + ) + } + .store(in: &cancellables) + } +} + +// Custom Size Configuration +struct CustomProgressBarSize: ProgressBarSizeConfiguration { + var height: CGFloat + var indicatorHeight: CGFloat + var cornerRadius: CGFloat + var indicatorCornerRadius: CGFloat + + var debugDescription: String { + String(reflecting: self) + } +} + +extension ProgressBarAppearance { + func withTintColor(_ color: ColorToken) -> ProgressBarAppearance { + .init( + tintColor: color, + trackColor: trackColor + ) + } + + func withTrackColor(_ color: ColorToken) -> ProgressBarAppearance { + .init( + tintColor: tintColor, + trackColor: color + ) + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxView.swift b/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxView.swift new file mode 100644 index 000000000..f8e05bbe9 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxView.swift @@ -0,0 +1,112 @@ +import Foundation +import SwiftUI +import Combine +import SDDSComponents + +struct RadioboxView: View { + @ObservedObject private var viewModel: RadioboxViewModel + + init(viewModel: RadioboxViewModel = RadioboxViewModel()) { + self.viewModel = viewModel + } + + var body: some View { + List { + Section { + HStack { + Spacer() + SDDSRadiobox( + isSelected: $viewModel.isSelected, + title: viewModel.title, + subtitle: viewModel.subtitle, + isEnabled: viewModel.isEnabled, + images: .defaultImages, + size: viewModel.size, + appearance: viewModel.appearance + ) + Spacer() + } + } + + Section { + HStack { + Text("Title") + Spacer() + TextField("Radiobox Title", text: $viewModel.title) + .multilineTextAlignment(.trailing) + } + + HStack { + Text("Subtitle") + Spacer() + TextField("Radiobox Subtitle", text: $viewModel.subtitle) + .multilineTextAlignment(.trailing) + } + + HStack { + Text("State") + Spacer() + Toggle("Selected", isOn: $viewModel.isSelected) + } + + HStack { + Toggle("Enabled", isOn: $viewModel.isEnabled) + } + + HStack { + Text("Tint Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.tintColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.tintColor.color) + + Text(viewModel.tintColor.rawValue) + } + } + } + + HStack { + Text("Image Size") + Spacer() + VStack { + TextField("Width", value: $viewModel.imageWidth, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + TextField("Height", value: $viewModel.imageHeight, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + + HStack { + Text("Horizontal Gap") + Spacer() + TextField("Gap", value: $viewModel.horizontalGap, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + + HStack { + Text("Vertical Gap") + Spacer() + TextField("Gap", value: $viewModel.verticalGap, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + } + .navigationTitle("SDDSRadiobox") + } +} + +#Preview { + RadioboxView(viewModel: RadioboxViewModel()) +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxViewModel.swift b/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxViewModel.swift new file mode 100644 index 000000000..d89cfb6e9 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/RadioboxView/RadioboxViewModel.swift @@ -0,0 +1,88 @@ +import Foundation +import Combine +import SwiftUI +import SDDSComponents + +final class RadioboxViewModel: ObservableObject { + @Published var title: String = "" + @Published var subtitle: String = "" + @Published var isSelected: Bool = false + @Published var isEnabled: Bool = true + @Published var size: SelectionControlSizeConfiguration = SDDSRadioboxSize() + @Published var appearance: RadioboxAppearance = .defaultExample + + @Published var tintColor: ColorStyle = .green + @Published var imageWidth: CGFloat = 20 + @Published var imageHeight: CGFloat = 20 + @Published var horizontalGap: CGFloat = 8 + @Published var verticalGap: CGFloat = 0 + + private var cancellables: Set = [] + + init() { + observeColors() + observeSize() + } + + private func observeColors() { + $tintColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTintColor(style.color.equalToken) ?? .defaultExample + } + .store(in: &cancellables) + } + + private func observeSize() { + Publishers.CombineLatest3($imageWidth, $imageHeight, $horizontalGap) + .combineLatest($verticalGap) + .sink { [weak self] (sizeValues, verticalGap) in + let (width, height, horizontalGap) = sizeValues + self?.size = CustomRadioboxSize( + imageSize: CGSize(width: width, height: height), + horizontalGap: horizontalGap, + verticalGap: verticalGap + ) + } + .store(in: &cancellables) + } +} + +// Custom Size Configuration +struct CustomRadioboxSize: SelectionControlSizeConfiguration { + var imageSize: CGSize + var horizontalGap: CGFloat + var verticalGap: CGFloat + + var debugDescription: String { + String(reflecting: self) + } +} + +// Extension for Appearance to update colors +extension RadioboxAppearance { + static var defaultExample: RadioboxAppearance { + .init( + titleTypography: .semibold16, + subtitleTypography: .semibold14, + enabledTitleColor: .blackTitleColor, + enabledSubtitleColor: .subtitleColor, + disabledTitleColor: .blackTitleColor.withOpacity(0.3), + disabledSubtitleColor: .subtitleColor.withOpacity(0.3), + disabledImageAlpha: 0.3, + imageTintColor: .greenColor + ) + } + + func withTintColor(_ color: ColorToken) -> RadioboxAppearance { + .init( + titleTypography: titleTypography, + subtitleTypography: subtitleTypography, + enabledTitleColor: enabledTitleColor, + enabledSubtitleColor: enabledSubtitleColor, + disabledTitleColor: disabledTitleColor, + disabledSubtitleColor: disabledSubtitleColor, + disabledImageAlpha: disabledImageAlpha, + imageTintColor: color + ) + } +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchView.swift b/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchView.swift new file mode 100644 index 000000000..726f9d849 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchView.swift @@ -0,0 +1,129 @@ +import Foundation +import SwiftUI +import Combine +import SDDSComponents + +struct SwitchView: View { + @ObservedObject private var viewModel: SwitchViewModel + + init(viewModel: SwitchViewModel = SwitchViewModel()) { + self.viewModel = viewModel + } + + var body: some View { + List { + Section { + HStack { + Spacer() + SDDSSwitch( + title: viewModel.title, + subtitle: viewModel.subtitle, + isOn: $viewModel.isOn, + isEnabled: viewModel.isEnabled, + size: viewModel.size, + appearance: viewModel.appearance, + switchAccessibility: viewModel.switchAccessibility + ) + Spacer() + } + } + + Section { + HStack { + Text("Title") + Spacer() + TextField("Switch Title", text: $viewModel.title) + .multilineTextAlignment(.trailing) + } + + HStack { + Text("Subtitle") + Spacer() + TextField("Switch Subtitle", text: $viewModel.subtitle) + .multilineTextAlignment(.trailing) + } + + HStack { + Toggle("Enabled", isOn: $viewModel.isEnabled) + } + + HStack { + Toggle("On/Off", isOn: $viewModel.isOn) + } + + HStack { + Text("Tint Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.tintColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.tintColor.color) + + Text(viewModel.tintColor.rawValue) + } + } + } + + HStack { + Text("Title Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.titleColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.titleColor.color) + + Text(viewModel.titleColor.rawValue) + } + } + } + + HStack { + Text("Subtitle Color") + Spacer() + Menu { + ForEach(ColorStyle.allCases, id: \.self) { style in + Button(style.rawValue) { + viewModel.subtitleColor = style + } + } + } label: { + HStack { + Rectangle() + .frame(width: 24, height: 24) + .foregroundColor(viewModel.subtitleColor.color) + + Text(viewModel.subtitleColor.rawValue) + } + } + } + + HStack { + Text("Vertical Gap") + Spacer() + TextField("Gap", value: $viewModel.verticalGap, formatter: NumberFormatter()) + .keyboardType(.decimalPad) + .frame(maxWidth: 100) + } + } + } + .navigationTitle("SDDSSwitch") + } +} + +#Preview { + SwitchView(viewModel: SwitchViewModel()) +} diff --git a/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchViewModel.swift b/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchViewModel.swift new file mode 100644 index 000000000..8ca229562 --- /dev/null +++ b/SDDSDemoApp/SDDSDemoApp/Views/SwitchView/SwitchViewModel.swift @@ -0,0 +1,113 @@ +import Foundation +import Combine +import SwiftUI +import SDDSComponents + +final class SwitchViewModel: ObservableObject { + // MARK: - Switch Properties + @Published var title: String = "Switch Title" + @Published var subtitle: String = "Switch Subtitle" + @Published var isOn: Bool = true + @Published var isEnabled: Bool = true + @Published var size: SwitchSizeConfiguration = SwitchSize() + @Published var appearance: SwitchAppearance = .defaultAppearance + @Published var switchAccessibility: SwitchAccessibility = SwitchAccessibility() + + // MARK: - Screen properties + @Published var tintColor: ColorStyle = .green + @Published var titleColor: ColorStyle = .black + @Published var subtitleColor: ColorStyle = .gray + @Published var verticalGap: CGFloat = 0 + + private var cancellables: Set = [] + + init() { + observeColors() + observeSize() + } + + private func observeColors() { + $tintColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTintColor(style.color.equalToken) ?? .defaultAppearance + } + .store(in: &cancellables) + + $titleColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withTitleColor(style.color.equalToken) ?? .defaultAppearance + } + .store(in: &cancellables) + + $subtitleColor + .sink { [weak self] style in + self?.appearance = self?.appearance.withSubtitleColor(style.color.equalToken) ?? .defaultAppearance + } + .store(in: &cancellables) + } + + private func observeSize() { + $verticalGap + .sink { [weak self] gap in + self?.size = SwitchSize(verticalGap: gap) + } + .store(in: &cancellables) + } +} + +// Custom Size Configuration +struct SwitchSize: SwitchSizeConfiguration { + var debugDescription: String { + String(reflecting: self) + } + + var width: CGFloat? + var verticalGap: CGFloat + + init(width: CGFloat? = 170, verticalGap: CGFloat = 0) { + self.width = width + self.verticalGap = verticalGap + } +} + +// Extension for Appearance to update colors +extension SwitchAppearance { + func withTintColor(_ color: ColorToken) -> SwitchAppearance { + .init( + titleTypography: titleTypography, + subtitleTypography: subtitleTypography, + enabledTitleColor: enabledTitleColor, + enabledSubtitleColor: enabledSubtitleColor, + enabledTintColor: color, + disabledTitleColor: disabledTitleColor, + disabledSubtitleColor: disabledSubtitleColor, + disabledTintColor: color + ) + } + + func withTitleColor(_ color: ColorToken) -> SwitchAppearance { + .init( + titleTypography: titleTypography, + subtitleTypography: subtitleTypography, + enabledTitleColor: color, + enabledSubtitleColor: enabledSubtitleColor, + enabledTintColor: enabledTintColor, + disabledTitleColor: color.withOpacity(0.3), + disabledSubtitleColor: disabledSubtitleColor, + disabledTintColor: disabledTintColor + ) + } + + func withSubtitleColor(_ color: ColorToken) -> SwitchAppearance { + .init( + titleTypography: titleTypography, + subtitleTypography: subtitleTypography, + enabledTitleColor: enabledTitleColor, + enabledSubtitleColor: color, + enabledTintColor: enabledTintColor, + disabledTitleColor: disabledTitleColor, + disabledSubtitleColor: color.withOpacity(0.3), + disabledTintColor: disabledTintColor + ) + } +} diff --git a/SDDSIcons/Package.swift b/SDDSIcons/Package.swift new file mode 100644 index 000000000..d7463511d --- /dev/null +++ b/SDDSIcons/Package.swift @@ -0,0 +1,30 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "SDDSIcons", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "SDDSIcons", + type: .dynamic, + targets: ["SDDSIcons"]), + ], + targets: [ + .target( + name: "SDDSIcons", + dependencies: [], + path: "Sources/SDDSIcons", + resources: [ + .process("Assets.xcassets") + ] + ), + .testTarget( + name: "SDDSIconsTests", + dependencies: ["SDDSIcons"], + path: "SDDSIconsTests" + ), + ] +) diff --git a/SDDSIcons/SDDSIcons.docc/SDDSIcons.md b/SDDSIcons/SDDSIcons.docc/SDDSIcons.md new file mode 100755 index 000000000..60ec89343 --- /dev/null +++ b/SDDSIcons/SDDSIcons.docc/SDDSIcons.md @@ -0,0 +1,13 @@ +# ``SDDSIcons`` + +Summary + +## Overview + +Text + +## Topics + +### Group + +- ``Symbol`` \ No newline at end of file diff --git a/SDDSIcons/SDDSIcons.xcodeproj/project.pbxproj b/SDDSIcons/SDDSIcons.xcodeproj/project.pbxproj index d50ca02a2..9d2b79a3a 100644 --- a/SDDSIcons/SDDSIcons.xcodeproj/project.pbxproj +++ b/SDDSIcons/SDDSIcons.xcodeproj/project.pbxproj @@ -21,12 +21,12 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 242BF2422BBC600D00E4D112 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 242BF2412BBC600D00E4D112 /* Assets.xcassets */; }; 242BF24F2BBC687700E4D112 /* Assets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 242BF24E2BBC687700E4D112 /* Assets.swift */; }; 2430DEA02BB5B53B00277123 /* SDDSIcons.docc in Sources */ = {isa = PBXBuildFile; fileRef = 2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */; }; 2430DEA62BB5B53B00277123 /* SDDSIcons.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DE9B2BB5B53B00277123 /* SDDSIcons.framework */; }; 2430DEAB2BB5B53B00277123 /* SDDSIconsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */; }; 2430DEAC2BB5B53B00277123 /* SDDSIcons.h in Headers */ = {isa = PBXBuildFile; fileRef = 2430DE9E2BB5B53B00277123 /* SDDSIcons.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 814F719C2C58CEBB006385E4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 814F719B2C58CEBB006385E4 /* Assets.xcassets */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -40,19 +40,19 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 242BF2412BBC600D00E4D112 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 242BF2472BBC673300E4D112 /* swiftgen.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = swiftgen.yml; sourceTree = ""; }; 242BF24E2BBC687700E4D112 /* Assets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Assets.swift; sourceTree = ""; }; 242BF2552BBD8AB000E4D112 /* assets.stencil */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = assets.stencil; sourceTree = ""; }; 242BF2582BBD941D00E4D112 /* build_xcframework.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = build_xcframework.sh; sourceTree = ""; }; 242BF26B2BBDA47A00E4D112 /* SDDSIcons.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = SDDSIcons.xcframework; sourceTree = ""; }; - 242BF26E2BBDAE4A00E4D112 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; 2430DE9B2BB5B53B00277123 /* SDDSIcons.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSIcons.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2430DE9E2BB5B53B00277123 /* SDDSIcons.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSIcons.h; sourceTree = ""; }; 2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = SDDSIcons.docc; sourceTree = ""; }; 2430DEA52BB5B53B00277123 /* SDDSIconsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSIconsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSIconsTests.swift; sourceTree = ""; }; 243C6C462BBF14E900525EAD /* info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = info.plist; sourceTree = ""; }; + 814F718F2C58CA7E006385E4 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; + 814F719B2C58CEBB006385E4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -74,14 +74,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 242BF24D2BBC687700E4D112 /* Generated */ = { - isa = PBXGroup; - children = ( - 242BF24E2BBC687700E4D112 /* Assets.swift */, - ); - path = Generated; - sourceTree = ""; - }; 242BF2542BBD8AB000E4D112 /* Templates */ = { isa = PBXGroup; children = ( @@ -109,14 +101,14 @@ 2430DE912BB5B53B00277123 = { isa = PBXGroup; children = ( + 2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */, + 814F71912C58CB4F006385E4 /* Sources */, + 814F718F2C58CA7E006385E4 /* Package.swift */, 243C6C462BBF14E900525EAD /* info.plist */, - 242BF26E2BBDAE4A00E4D112 /* Package.swift */, 242BF2472BBC673300E4D112 /* swiftgen.yml */, 242BF26A2BBDA47A00E4D112 /* build */, - 242BF24D2BBC687700E4D112 /* Generated */, 242BF2572BBD940700E4D112 /* Scripts */, 242BF2542BBD8AB000E4D112 /* Templates */, - 2430DE9D2BB5B53B00277123 /* SDDSIcons */, 2430DEA92BB5B53B00277123 /* SDDSIconsTests */, 2430DE9C2BB5B53B00277123 /* Products */, ); @@ -131,22 +123,30 @@ name = Products; sourceTree = ""; }; - 2430DE9D2BB5B53B00277123 /* SDDSIcons */ = { + 2430DEA92BB5B53B00277123 /* SDDSIconsTests */ = { isa = PBXGroup; children = ( - 2430DE9E2BB5B53B00277123 /* SDDSIcons.h */, - 2430DE9F2BB5B53B00277123 /* SDDSIcons.docc */, - 242BF2412BBC600D00E4D112 /* Assets.xcassets */, + 2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */, ); - path = SDDSIcons; + path = SDDSIconsTests; sourceTree = ""; }; - 2430DEA92BB5B53B00277123 /* SDDSIconsTests */ = { + 814F71912C58CB4F006385E4 /* Sources */ = { isa = PBXGroup; children = ( - 2430DEAA2BB5B53B00277123 /* SDDSIconsTests.swift */, + 814F71922C58CB4F006385E4 /* SDDSIcons */, ); - path = SDDSIconsTests; + path = Sources; + sourceTree = ""; + }; + 814F71922C58CB4F006385E4 /* SDDSIcons */ = { + isa = PBXGroup; + children = ( + 814F719B2C58CEBB006385E4 /* Assets.xcassets */, + 242BF24E2BBC687700E4D112 /* Assets.swift */, + 2430DE9E2BB5B53B00277123 /* SDDSIcons.h */, + ); + path = SDDSIcons; sourceTree = ""; }; /* End PBXGroup section */ @@ -246,7 +246,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 242BF2422BBC600D00E4D112 /* Assets.xcassets in Resources */, + 814F719C2C58CEBB006385E4 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -305,7 +305,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 242BF2442BBC610200E4D112 /* SDDSIcons.swift in Sources */, 2430DEA02BB5B53B00277123 /* SDDSIcons.docc in Sources */, 242BF24F2BBC687700E4D112 /* Assets.swift in Sources */, ); diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.swift b/SDDSIcons/Sources/SDDSIcons/Assets.swift new file mode 100644 index 000000000..a0fb9c820 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.swift @@ -0,0 +1,3210 @@ +// swiftlint:disable all +// Generated using SwiftGen — https://github.com/SwiftGen/SwiftGen + + +#if os(iOS) + import UIKit +#elseif os(tvOS) || os(watchOS) + import UIKit +#endif +#if canImport(SwiftUI) + import SwiftUI +#endif + +// Deprecated typealiases +@available(*, deprecated, renamed: "ImageAsset.Image", message: "This typealias will be removed in SwiftGen 7.0") +public typealias AssetImageTypeAlias = ImageAsset.Image + +// swiftlint:disable superfluous_disable_command file_length implicit_return + +// MARK: - Asset Catalogs + +// swiftlint:disable identifier_name line_length nesting type_body_length type_name +public enum Asset { + public static let accessibility16 = ImageAsset(name: "Accessibility16") + public static let accessibility24 = ImageAsset(name: "Accessibility24") + public static let accessibility36 = ImageAsset(name: "Accessibility36") + public static let addFill16 = ImageAsset(name: "AddFill16") + public static let addFill24 = ImageAsset(name: "AddFill24") + public static let addFill36 = ImageAsset(name: "AddFill36") + public static let addOutline16 = ImageAsset(name: "AddOutline16") + public static let addOutline24 = ImageAsset(name: "AddOutline24") + public static let addOutline36 = ImageAsset(name: "AddOutline36") + public static let addSmileFill16 = ImageAsset(name: "AddSmileFill16") + public static let addSmileFill24 = ImageAsset(name: "AddSmileFill24") + public static let addSmileFill36 = ImageAsset(name: "AddSmileFill36") + public static let addSmileOutline16 = ImageAsset(name: "AddSmileOutline16") + public static let addSmileOutline24 = ImageAsset(name: "AddSmileOutline24") + public static let addSmileOutline36 = ImageAsset(name: "AddSmileOutline36") + public static let alarmAddFill16 = ImageAsset(name: "AlarmAddFill16") + public static let alarmAddFill24 = ImageAsset(name: "AlarmAddFill24") + public static let alarmAddFill36 = ImageAsset(name: "AlarmAddFill36") + public static let alarmAddOutline16 = ImageAsset(name: "AlarmAddOutline16") + public static let alarmAddOutline24 = ImageAsset(name: "AlarmAddOutline24") + public static let alarmAddOutline36 = ImageAsset(name: "AlarmAddOutline36") + public static let alarmCircleFill16 = ImageAsset(name: "AlarmCircleFill16") + public static let alarmCircleFill24 = ImageAsset(name: "AlarmCircleFill24") + public static let alarmCircleFill36 = ImageAsset(name: "AlarmCircleFill36") + public static let alarmCircleOutline16 = ImageAsset(name: "AlarmCircleOutline16") + public static let alarmCircleOutline24 = ImageAsset(name: "AlarmCircleOutline24") + public static let alarmCircleOutline36 = ImageAsset(name: "AlarmCircleOutline36") + public static let alarmDoneFill16 = ImageAsset(name: "AlarmDoneFill16") + public static let alarmDoneFill24 = ImageAsset(name: "AlarmDoneFill24") + public static let alarmDoneFill36 = ImageAsset(name: "AlarmDoneFill36") + public static let alarmDoneOutline16 = ImageAsset(name: "AlarmDoneOutline16") + public static let alarmDoneOutline24 = ImageAsset(name: "AlarmDoneOutline24") + public static let alarmDoneOutline36 = ImageAsset(name: "AlarmDoneOutline36") + public static let animalFill16 = ImageAsset(name: "AnimalFill16") + public static let animalFill24 = ImageAsset(name: "AnimalFill24") + public static let animalFill36 = ImageAsset(name: "AnimalFill36") + public static let animalOutline16 = ImageAsset(name: "AnimalOutline16") + public static let animalOutline24 = ImageAsset(name: "AnimalOutline24") + public static let animalOutline36 = ImageAsset(name: "AnimalOutline36") + public static let antennaFill16 = ImageAsset(name: "AntennaFill16") + public static let antennaFill24 = ImageAsset(name: "AntennaFill24") + public static let antennaFill36 = ImageAsset(name: "AntennaFill36") + public static let antennaOutline16 = ImageAsset(name: "AntennaOutline16") + public static let antennaOutline24 = ImageAsset(name: "AntennaOutline24") + public static let antennaOutline36 = ImageAsset(name: "AntennaOutline36") + public static let appleFill16 = ImageAsset(name: "AppleFill16") + public static let appleFill24 = ImageAsset(name: "AppleFill24") + public static let appleFill36 = ImageAsset(name: "AppleFill36") + public static let appleOutline16 = ImageAsset(name: "AppleOutline16") + public static let appleOutline24 = ImageAsset(name: "AppleOutline24") + public static let appleOutline36 = ImageAsset(name: "AppleOutline36") + public static let appsFill16 = ImageAsset(name: "AppsFill16") + public static let appsFill24 = ImageAsset(name: "AppsFill24") + public static let appsFill36 = ImageAsset(name: "AppsFill36") + public static let appsOutline16 = ImageAsset(name: "AppsOutline16") + public static let appsOutline24 = ImageAsset(name: "AppsOutline24") + public static let appsOutline36 = ImageAsset(name: "AppsOutline36") + public static let arrowBarDown16 = ImageAsset(name: "ArrowBarDown16") + public static let arrowBarDown24 = ImageAsset(name: "ArrowBarDown24") + public static let arrowBarDown36 = ImageAsset(name: "ArrowBarDown36") + public static let arrowBarUp16 = ImageAsset(name: "ArrowBarUp16") + public static let arrowBarUp24 = ImageAsset(name: "ArrowBarUp24") + public static let arrowBarUp36 = ImageAsset(name: "ArrowBarUp36") + public static let arrowDiagLeftDown16 = ImageAsset(name: "ArrowDiagLeftDown16") + public static let arrowDiagLeftDown24 = ImageAsset(name: "ArrowDiagLeftDown24") + public static let arrowDiagLeftDown36 = ImageAsset(name: "ArrowDiagLeftDown36") + public static let arrowDiagRightUp16 = ImageAsset(name: "ArrowDiagRightUp16") + public static let arrowDiagRightUp24 = ImageAsset(name: "ArrowDiagRightUp24") + public static let arrowDiagRightUp36 = ImageAsset(name: "ArrowDiagRightUp36") + public static let arrowDown16 = ImageAsset(name: "ArrowDown16") + public static let arrowDown24 = ImageAsset(name: "ArrowDown24") + public static let arrowDown36 = ImageAsset(name: "ArrowDown36") + public static let arrowLeft16 = ImageAsset(name: "ArrowLeft16") + public static let arrowLeft24 = ImageAsset(name: "ArrowLeft24") + public static let arrowLeft36 = ImageAsset(name: "ArrowLeft36") + public static let arrowRight16 = ImageAsset(name: "ArrowRight16") + public static let arrowRight24 = ImageAsset(name: "ArrowRight24") + public static let arrowRight36 = ImageAsset(name: "ArrowRight36") + public static let arrowUp16 = ImageAsset(name: "ArrowUp16") + public static let arrowUp24 = ImageAsset(name: "ArrowUp24") + public static let arrowUp36 = ImageAsset(name: "ArrowUp36") + public static let arrowWideDownFill16 = ImageAsset(name: "ArrowWideDownFill16") + public static let arrowWideDownFill24 = ImageAsset(name: "ArrowWideDownFill24") + public static let arrowWideDownFill36 = ImageAsset(name: "ArrowWideDownFill36") + public static let arrowWideDownOutline16 = ImageAsset(name: "ArrowWideDownOutline16") + public static let arrowWideDownOutline24 = ImageAsset(name: "ArrowWideDownOutline24") + public static let arrowWideDownOutline36 = ImageAsset(name: "ArrowWideDownOutline36") + public static let arrowWideForwardBack16 = ImageAsset(name: "ArrowWideForwardBack16") + public static let arrowWideForwardBack24 = ImageAsset(name: "ArrowWideForwardBack24") + public static let arrowWideForwardBack36 = ImageAsset(name: "ArrowWideForwardBack36") + public static let arrowWideLeftFill16 = ImageAsset(name: "ArrowWideLeftFill16") + public static let arrowWideLeftFill24 = ImageAsset(name: "ArrowWideLeftFill24") + public static let arrowWideLeftFill36 = ImageAsset(name: "ArrowWideLeftFill36") + public static let arrowWideLeftOutline16 = ImageAsset(name: "ArrowWideLeftOutline16") + public static let arrowWideLeftOutline24 = ImageAsset(name: "ArrowWideLeftOutline24") + public static let arrowWideLeftOutline36 = ImageAsset(name: "ArrowWideLeftOutline36") + public static let arrowWideRightFill16 = ImageAsset(name: "ArrowWideRightFill16") + public static let arrowWideRightFill24 = ImageAsset(name: "ArrowWideRightFill24") + public static let arrowWideRightFill36 = ImageAsset(name: "ArrowWideRightFill36") + public static let arrowWideRightOutline16 = ImageAsset(name: "ArrowWideRightOutline16") + public static let arrowWideRightOutline24 = ImageAsset(name: "ArrowWideRightOutline24") + public static let arrowWideRightOutline36 = ImageAsset(name: "ArrowWideRightOutline36") + public static let arrowWideTraceR16 = ImageAsset(name: "ArrowWideTraceR16") + public static let arrowWideTraceR24 = ImageAsset(name: "ArrowWideTraceR24") + public static let arrowWideTraceR36 = ImageAsset(name: "ArrowWideTraceR36") + public static let arrowWideUpFill16 = ImageAsset(name: "ArrowWideUpFill16") + public static let arrowWideUpFill24 = ImageAsset(name: "ArrowWideUpFill24") + public static let arrowWideUpFill36 = ImageAsset(name: "ArrowWideUpFill36") + public static let arrowWideUpOutline16 = ImageAsset(name: "ArrowWideUpOutline16") + public static let arrowWideUpOutline24 = ImageAsset(name: "ArrowWideUpOutline24") + public static let arrowWideUpOutline36 = ImageAsset(name: "ArrowWideUpOutline36") + public static let arrowsMove16 = ImageAsset(name: "ArrowsMove16") + public static let arrowsMove24 = ImageAsset(name: "ArrowsMove24") + public static let arrowsMove36 = ImageAsset(name: "ArrowsMove36") + public static let arrowsMoveHoriz16 = ImageAsset(name: "ArrowsMoveHoriz16") + public static let arrowsMoveHoriz24 = ImageAsset(name: "ArrowsMoveHoriz24") + public static let arrowsMoveHoriz36 = ImageAsset(name: "ArrowsMoveHoriz36") + public static let arrowsMoveVertical16 = ImageAsset(name: "ArrowsMoveVertical16") + public static let arrowsMoveVertical24 = ImageAsset(name: "ArrowsMoveVertical24") + public static let arrowsMoveVertical36 = ImageAsset(name: "ArrowsMoveVertical36") + public static let attentionCircleFill16 = ImageAsset(name: "AttentionCircleFill16") + public static let attentionCircleFill24 = ImageAsset(name: "AttentionCircleFill24") + public static let attentionCircleFill36 = ImageAsset(name: "AttentionCircleFill36") + public static let attentionCircleOutline16 = ImageAsset(name: "AttentionCircleOutline16") + public static let attentionCircleOutline24 = ImageAsset(name: "AttentionCircleOutline24") + public static let attentionCircleOutline36 = ImageAsset(name: "AttentionCircleOutline36") + public static let attentionTriangleFill16 = ImageAsset(name: "AttentionTriangleFill16") + public static let attentionTriangleFill24 = ImageAsset(name: "AttentionTriangleFill24") + public static let attentionTriangleFill36 = ImageAsset(name: "AttentionTriangleFill36") + public static let attentionTriangleOutline16 = ImageAsset(name: "AttentionTriangleOutline16") + public static let attentionTriangleOutline24 = ImageAsset(name: "AttentionTriangleOutline24") + public static let attentionTriangleOutline36 = ImageAsset(name: "AttentionTriangleOutline36") + public static let backspaceFill16 = ImageAsset(name: "BackspaceFill16") + public static let backspaceFill24 = ImageAsset(name: "BackspaceFill24") + public static let backspaceFill36 = ImageAsset(name: "BackspaceFill36") + public static let backspaceOutline16 = ImageAsset(name: "BackspaceOutline16") + public static let backspaceOutline24 = ImageAsset(name: "BackspaceOutline24") + public static let backspaceOutline36 = ImageAsset(name: "BackspaceOutline36") + public static let backwardFill16 = ImageAsset(name: "BackwardFill16") + public static let backwardFill24 = ImageAsset(name: "BackwardFill24") + public static let backwardFill36 = ImageAsset(name: "BackwardFill36") + public static let backwardOutline16 = ImageAsset(name: "BackwardOutline16") + public static let backwardOutline24 = ImageAsset(name: "BackwardOutline24") + public static let backwardOutline36 = ImageAsset(name: "BackwardOutline36") + public static let ballFill16 = ImageAsset(name: "BallFill16") + public static let ballFill24 = ImageAsset(name: "BallFill24") + public static let ballFill36 = ImageAsset(name: "BallFill36") + public static let ballOutline16 = ImageAsset(name: "BallOutline16") + public static let ballOutline24 = ImageAsset(name: "BallOutline24") + public static let ballOutline36 = ImageAsset(name: "BallOutline36") + public static let bankCardDoneFill16 = ImageAsset(name: "BankCardDoneFill16") + public static let bankCardDoneFill24 = ImageAsset(name: "BankCardDoneFill24") + public static let bankCardDoneFill36 = ImageAsset(name: "BankCardDoneFill36") + public static let bankCardDoneOutline16 = ImageAsset(name: "BankCardDoneOutline16") + public static let bankCardDoneOutline24 = ImageAsset(name: "BankCardDoneOutline24") + public static let bankCardDoneOutline36 = ImageAsset(name: "BankCardDoneOutline36") + public static let bankCardErrorFill16 = ImageAsset(name: "BankCardErrorFill16") + public static let bankCardErrorFill24 = ImageAsset(name: "BankCardErrorFill24") + public static let bankCardErrorFill36 = ImageAsset(name: "BankCardErrorFill36") + public static let bankCardErrorOutline16 = ImageAsset(name: "BankCardErrorOutline16") + public static let bankCardErrorOutline24 = ImageAsset(name: "BankCardErrorOutline24") + public static let bankCardErrorOutline36 = ImageAsset(name: "BankCardErrorOutline36") + public static let bankCardFill16 = ImageAsset(name: "BankCardFill16") + public static let bankCardFill24 = ImageAsset(name: "BankCardFill24") + public static let bankCardFill36 = ImageAsset(name: "BankCardFill36") + public static let bankCardForwardFill16 = ImageAsset(name: "BankCardForwardFill16") + public static let bankCardForwardFill24 = ImageAsset(name: "BankCardForwardFill24") + public static let bankCardForwardFill36 = ImageAsset(name: "BankCardForwardFill36") + public static let bankCardForwardOutline16 = ImageAsset(name: "BankCardForwardOutline16") + public static let bankCardForwardOutline24 = ImageAsset(name: "BankCardForwardOutline24") + public static let bankCardForwardOutline36 = ImageAsset(name: "BankCardForwardOutline36") + public static let bankCardLockFill16 = ImageAsset(name: "BankCardLockFill16") + public static let bankCardLockFill24 = ImageAsset(name: "BankCardLockFill24") + public static let bankCardLockFill36 = ImageAsset(name: "BankCardLockFill36") + public static let bankCardLockOutline16 = ImageAsset(name: "BankCardLockOutline16") + public static let bankCardLockOutline24 = ImageAsset(name: "BankCardLockOutline24") + public static let bankCardLockOutline36 = ImageAsset(name: "BankCardLockOutline36") + public static let bankCardOutline16 = ImageAsset(name: "BankCardOutline16") + public static let bankCardOutline24 = ImageAsset(name: "BankCardOutline24") + public static let bankCardOutline36 = ImageAsset(name: "BankCardOutline36") + public static let bankCardStackFill16 = ImageAsset(name: "BankCardStackFill16") + public static let bankCardStackFill24 = ImageAsset(name: "BankCardStackFill24") + public static let bankCardStackFill36 = ImageAsset(name: "BankCardStackFill36") + public static let bankCardStackOutline16 = ImageAsset(name: "BankCardStackOutline16") + public static let bankCardStackOutline24 = ImageAsset(name: "BankCardStackOutline24") + public static let bankCardStackOutline36 = ImageAsset(name: "BankCardStackOutline36") + public static let battery100Fill16 = ImageAsset(name: "Battery100Fill16") + public static let battery100Fill24 = ImageAsset(name: "Battery100Fill24") + public static let battery100Fill36 = ImageAsset(name: "Battery100Fill36") + public static let battery100Outline16 = ImageAsset(name: "Battery100Outline16") + public static let battery100Outline24 = ImageAsset(name: "Battery100Outline24") + public static let battery100Outline36 = ImageAsset(name: "Battery100Outline36") + public static let battery10Fill16 = ImageAsset(name: "Battery10Fill16") + public static let battery10Fill24 = ImageAsset(name: "Battery10Fill24") + public static let battery10Fill36 = ImageAsset(name: "Battery10Fill36") + public static let battery10Outline16 = ImageAsset(name: "Battery10Outline16") + public static let battery10Outline24 = ImageAsset(name: "Battery10Outline24") + public static let battery10Outline36 = ImageAsset(name: "Battery10Outline36") + public static let battery20Fill16 = ImageAsset(name: "Battery20Fill16") + public static let battery20Fill24 = ImageAsset(name: "Battery20Fill24") + public static let battery20Fill36 = ImageAsset(name: "Battery20Fill36") + public static let battery20Outline16 = ImageAsset(name: "Battery20Outline16") + public static let battery20Outline24 = ImageAsset(name: "Battery20Outline24") + public static let battery20Outline36 = ImageAsset(name: "Battery20Outline36") + public static let battery40Fill16 = ImageAsset(name: "Battery40Fill16") + public static let battery40Fill24 = ImageAsset(name: "Battery40Fill24") + public static let battery40Fill36 = ImageAsset(name: "Battery40Fill36") + public static let battery40Outline16 = ImageAsset(name: "Battery40Outline16") + public static let battery40Outline24 = ImageAsset(name: "Battery40Outline24") + public static let battery40Outline36 = ImageAsset(name: "Battery40Outline36") + public static let battery60Fill16 = ImageAsset(name: "Battery60Fill16") + public static let battery60Fill24 = ImageAsset(name: "Battery60Fill24") + public static let battery60Fill36 = ImageAsset(name: "Battery60Fill36") + public static let battery60Outline16 = ImageAsset(name: "Battery60Outline16") + public static let battery60Outline24 = ImageAsset(name: "Battery60Outline24") + public static let battery60Outline36 = ImageAsset(name: "Battery60Outline36") + public static let battery80Fill16 = ImageAsset(name: "Battery80Fill16") + public static let battery80Fill24 = ImageAsset(name: "Battery80Fill24") + public static let battery80Fill36 = ImageAsset(name: "Battery80Fill36") + public static let battery80Outline16 = ImageAsset(name: "Battery80Outline16") + public static let battery80Outline24 = ImageAsset(name: "Battery80Outline24") + public static let battery80Outline36 = ImageAsset(name: "Battery80Outline36") + public static let batteryChargeFill16 = ImageAsset(name: "BatteryChargeFill16") + public static let batteryChargeFill24 = ImageAsset(name: "BatteryChargeFill24") + public static let batteryChargeFill36 = ImageAsset(name: "BatteryChargeFill36") + public static let batteryChargeOutline16 = ImageAsset(name: "BatteryChargeOutline16") + public static let batteryChargeOutline24 = ImageAsset(name: "BatteryChargeOutline24") + public static let batteryChargeOutline36 = ImageAsset(name: "BatteryChargeOutline36") + public static let batteryEmptyFill16 = ImageAsset(name: "BatteryEmptyFill16") + public static let batteryEmptyFill24 = ImageAsset(name: "BatteryEmptyFill24") + public static let batteryEmptyFill36 = ImageAsset(name: "BatteryEmptyFill36") + public static let batteryEmptyOutline16 = ImageAsset(name: "BatteryEmptyOutline16") + public static let batteryEmptyOutline24 = ImageAsset(name: "BatteryEmptyOutline24") + public static let batteryEmptyOutline36 = ImageAsset(name: "BatteryEmptyOutline36") + public static let batteryHoriz100Fill16 = ImageAsset(name: "BatteryHoriz100Fill16") + public static let batteryHoriz100Fill24 = ImageAsset(name: "BatteryHoriz100Fill24") + public static let batteryHoriz100Fill36 = ImageAsset(name: "BatteryHoriz100Fill36") + public static let batteryHoriz100Outline16 = ImageAsset(name: "BatteryHoriz100Outline16") + public static let batteryHoriz100Outline24 = ImageAsset(name: "BatteryHoriz100Outline24") + public static let batteryHoriz100Outline36 = ImageAsset(name: "BatteryHoriz100Outline36") + public static let batteryHoriz10Fill16 = ImageAsset(name: "BatteryHoriz10Fill16") + public static let batteryHoriz10Fill24 = ImageAsset(name: "BatteryHoriz10Fill24") + public static let batteryHoriz10Fill36 = ImageAsset(name: "BatteryHoriz10Fill36") + public static let batteryHoriz10Outline16 = ImageAsset(name: "BatteryHoriz10Outline16") + public static let batteryHoriz10Outline24 = ImageAsset(name: "BatteryHoriz10Outline24") + public static let batteryHoriz10Outline36 = ImageAsset(name: "BatteryHoriz10Outline36") + public static let batteryHoriz20Fill16 = ImageAsset(name: "BatteryHoriz20Fill16") + public static let batteryHoriz20Fill24 = ImageAsset(name: "BatteryHoriz20Fill24") + public static let batteryHoriz20Fill36 = ImageAsset(name: "BatteryHoriz20Fill36") + public static let batteryHoriz20Outline16 = ImageAsset(name: "BatteryHoriz20Outline16") + public static let batteryHoriz20Outline24 = ImageAsset(name: "BatteryHoriz20Outline24") + public static let batteryHoriz20Outline36 = ImageAsset(name: "BatteryHoriz20Outline36") + public static let batteryHoriz40Fill16 = ImageAsset(name: "BatteryHoriz40Fill16") + public static let batteryHoriz40Fill24 = ImageAsset(name: "BatteryHoriz40Fill24") + public static let batteryHoriz40Fill36 = ImageAsset(name: "BatteryHoriz40Fill36") + public static let batteryHoriz40Outline16 = ImageAsset(name: "BatteryHoriz40Outline16") + public static let batteryHoriz40Outline24 = ImageAsset(name: "BatteryHoriz40Outline24") + public static let batteryHoriz40Outline36 = ImageAsset(name: "BatteryHoriz40Outline36") + public static let batteryHoriz60Fill16 = ImageAsset(name: "BatteryHoriz60Fill16") + public static let batteryHoriz60Fill24 = ImageAsset(name: "BatteryHoriz60Fill24") + public static let batteryHoriz60Fill36 = ImageAsset(name: "BatteryHoriz60Fill36") + public static let batteryHoriz60Outline16 = ImageAsset(name: "BatteryHoriz60Outline16") + public static let batteryHoriz60Outline24 = ImageAsset(name: "BatteryHoriz60Outline24") + public static let batteryHoriz60Outline36 = ImageAsset(name: "BatteryHoriz60Outline36") + public static let batteryHoriz80Fill16 = ImageAsset(name: "BatteryHoriz80Fill16") + public static let batteryHoriz80Fill24 = ImageAsset(name: "BatteryHoriz80Fill24") + public static let batteryHoriz80Fill36 = ImageAsset(name: "BatteryHoriz80Fill36") + public static let batteryHoriz80Outline16 = ImageAsset(name: "BatteryHoriz80Outline16") + public static let batteryHoriz80Outline24 = ImageAsset(name: "BatteryHoriz80Outline24") + public static let batteryHoriz80Outline36 = ImageAsset(name: "BatteryHoriz80Outline36") + public static let batteryHorizChargeFill16 = ImageAsset(name: "BatteryHorizChargeFill16") + public static let batteryHorizChargeFill24 = ImageAsset(name: "BatteryHorizChargeFill24") + public static let batteryHorizChargeFill36 = ImageAsset(name: "BatteryHorizChargeFill36") + public static let batteryHorizChargeOutline16 = ImageAsset(name: "BatteryHorizChargeOutline16") + public static let batteryHorizChargeOutline24 = ImageAsset(name: "BatteryHorizChargeOutline24") + public static let batteryHorizChargeOutline36 = ImageAsset(name: "BatteryHorizChargeOutline36") + public static let batteryHorizEmptyFill16 = ImageAsset(name: "BatteryHorizEmptyFill16") + public static let batteryHorizEmptyFill24 = ImageAsset(name: "BatteryHorizEmptyFill24") + public static let batteryHorizEmptyFill36 = ImageAsset(name: "BatteryHorizEmptyFill36") + public static let batteryHorizEmptyOutline16 = ImageAsset(name: "BatteryHorizEmptyOutline16") + public static let batteryHorizEmptyOutline24 = ImageAsset(name: "BatteryHorizEmptyOutline24") + public static let batteryHorizEmptyOutline36 = ImageAsset(name: "BatteryHorizEmptyOutline36") + public static let beachUmbrellaFill16 = ImageAsset(name: "BeachUmbrellaFill16") + public static let beachUmbrellaFill24 = ImageAsset(name: "BeachUmbrellaFill24") + public static let beachUmbrellaFill36 = ImageAsset(name: "BeachUmbrellaFill36") + public static let beachUmbrellaOutline16 = ImageAsset(name: "BeachUmbrellaOutline16") + public static let beachUmbrellaOutline24 = ImageAsset(name: "BeachUmbrellaOutline24") + public static let beachUmbrellaOutline36 = ImageAsset(name: "BeachUmbrellaOutline36") + public static let beautificationFill16 = ImageAsset(name: "BeautificationFill16") + public static let beautificationFill24 = ImageAsset(name: "BeautificationFill24") + public static let beautificationFill36 = ImageAsset(name: "BeautificationFill36") + public static let beautificationOutline16 = ImageAsset(name: "BeautificationOutline16") + public static let beautificationOutline24 = ImageAsset(name: "BeautificationOutline24") + public static let beautificationOutline36 = ImageAsset(name: "BeautificationOutline36") + public static let bellDashFill16 = ImageAsset(name: "BellDashFill16") + public static let bellDashFill24 = ImageAsset(name: "BellDashFill24") + public static let bellDashFill36 = ImageAsset(name: "BellDashFill36") + public static let bellDashOutline16 = ImageAsset(name: "BellDashOutline16") + public static let bellDashOutline24 = ImageAsset(name: "BellDashOutline24") + public static let bellDashOutline36 = ImageAsset(name: "BellDashOutline36") + public static let bellDoneFill16 = ImageAsset(name: "BellDoneFill16") + public static let bellDoneFill24 = ImageAsset(name: "BellDoneFill24") + public static let bellDoneFill36 = ImageAsset(name: "BellDoneFill36") + public static let bellDoneOutline16 = ImageAsset(name: "BellDoneOutline16") + public static let bellDoneOutline24 = ImageAsset(name: "BellDoneOutline24") + public static let bellDoneOutline36 = ImageAsset(name: "BellDoneOutline36") + public static let bellErrorFill16 = ImageAsset(name: "BellErrorFill16") + public static let bellErrorFill24 = ImageAsset(name: "BellErrorFill24") + public static let bellErrorFill36 = ImageAsset(name: "BellErrorFill36") + public static let bellErrorOutline16 = ImageAsset(name: "BellErrorOutline16") + public static let bellErrorOutline24 = ImageAsset(name: "BellErrorOutline24") + public static let bellErrorOutline36 = ImageAsset(name: "BellErrorOutline36") + public static let bellFill16 = ImageAsset(name: "BellFill16") + public static let bellFill24 = ImageAsset(name: "BellFill24") + public static let bellFill36 = ImageAsset(name: "BellFill36") + public static let bellOutline16 = ImageAsset(name: "BellOutline16") + public static let bellOutline24 = ImageAsset(name: "BellOutline24") + public static let bellOutline36 = ImageAsset(name: "BellOutline36") + public static let bikeFill16 = ImageAsset(name: "BikeFill16") + public static let bikeFill24 = ImageAsset(name: "BikeFill24") + public static let bikeFill36 = ImageAsset(name: "BikeFill36") + public static let bikeOutline16 = ImageAsset(name: "BikeOutline16") + public static let bikeOutline24 = ImageAsset(name: "BikeOutline24") + public static let bikeOutline36 = ImageAsset(name: "BikeOutline36") + public static let blankFill16 = ImageAsset(name: "BlankFill16") + public static let blankFill24 = ImageAsset(name: "BlankFill24") + public static let blankFill36 = ImageAsset(name: "BlankFill36") + public static let blankOutline16 = ImageAsset(name: "BlankOutline16") + public static let blankOutline24 = ImageAsset(name: "BlankOutline24") + public static let blankOutline36 = ImageAsset(name: "BlankOutline36") + public static let blankPdfFill16 = ImageAsset(name: "BlankPdfFill16") + public static let blankPdfFill24 = ImageAsset(name: "BlankPdfFill24") + public static let blankPdfFill36 = ImageAsset(name: "BlankPdfFill36") + public static let blankPdfOutline16 = ImageAsset(name: "BlankPdfOutline16") + public static let blankPdfOutline24 = ImageAsset(name: "BlankPdfOutline24") + public static let blankPdfOutline36 = ImageAsset(name: "BlankPdfOutline36") + public static let blankPlusAltFill16 = ImageAsset(name: "BlankPlusAltFill16") + public static let blankPlusAltFill24 = ImageAsset(name: "BlankPlusAltFill24") + public static let blankPlusAltFill36 = ImageAsset(name: "BlankPlusAltFill36") + public static let blankPlusAltOutline16 = ImageAsset(name: "BlankPlusAltOutline16") + public static let blankPlusAltOutline24 = ImageAsset(name: "BlankPlusAltOutline24") + public static let blankPlusAltOutline36 = ImageAsset(name: "BlankPlusAltOutline36") + public static let blankPlusFill16 = ImageAsset(name: "BlankPlusFill16") + public static let blankPlusFill24 = ImageAsset(name: "BlankPlusFill24") + public static let blankPlusFill36 = ImageAsset(name: "BlankPlusFill36") + public static let blankPlusOutline16 = ImageAsset(name: "BlankPlusOutline16") + public static let blankPlusOutline24 = ImageAsset(name: "BlankPlusOutline24") + public static let blankPlusOutline36 = ImageAsset(name: "BlankPlusOutline36") + public static let blankTextFill16 = ImageAsset(name: "BlankTextFill16") + public static let blankTextFill24 = ImageAsset(name: "BlankTextFill24") + public static let blankTextFill36 = ImageAsset(name: "BlankTextFill36") + public static let blankTextOutline16 = ImageAsset(name: "BlankTextOutline16") + public static let blankTextOutline24 = ImageAsset(name: "BlankTextOutline24") + public static let blankTextOutline36 = ImageAsset(name: "BlankTextOutline36") + public static let blockFill16 = ImageAsset(name: "BlockFill16") + public static let blockFill24 = ImageAsset(name: "BlockFill24") + public static let blockFill36 = ImageAsset(name: "BlockFill36") + public static let blockOutline16 = ImageAsset(name: "BlockOutline16") + public static let blockOutline24 = ImageAsset(name: "BlockOutline24") + public static let blockOutline36 = ImageAsset(name: "BlockOutline36") + public static let bluetooth16 = ImageAsset(name: "Bluetooth16") + public static let bluetooth24 = ImageAsset(name: "Bluetooth24") + public static let bluetooth36 = ImageAsset(name: "Bluetooth36") + public static let bluetoothDisabled16 = ImageAsset(name: "BluetoothDisabled16") + public static let bluetoothDisabled24 = ImageAsset(name: "BluetoothDisabled24") + public static let bluetoothDisabled36 = ImageAsset(name: "BluetoothDisabled36") + public static let bluetoothLock16 = ImageAsset(name: "BluetoothLock16") + public static let bluetoothLock24 = ImageAsset(name: "BluetoothLock24") + public static let bluetoothLock36 = ImageAsset(name: "BluetoothLock36") + public static let bluetoothSearching16 = ImageAsset(name: "BluetoothSearching16") + public static let bluetoothSearching24 = ImageAsset(name: "BluetoothSearching24") + public static let bluetoothSearching36 = ImageAsset(name: "BluetoothSearching36") + public static let bluetoothSignal16 = ImageAsset(name: "BluetoothSignal16") + public static let bluetoothSignal24 = ImageAsset(name: "BluetoothSignal24") + public static let bluetoothSignal36 = ImageAsset(name: "BluetoothSignal36") + public static let blurFill16 = ImageAsset(name: "BlurFill16") + public static let blurFill24 = ImageAsset(name: "BlurFill24") + public static let blurFill36 = ImageAsset(name: "BlurFill36") + public static let blurOutline16 = ImageAsset(name: "BlurOutline16") + public static let blurOutline24 = ImageAsset(name: "BlurOutline24") + public static let blurOutline36 = ImageAsset(name: "BlurOutline36") + public static let boardingPassFill16 = ImageAsset(name: "BoardingPassFill16") + public static let boardingPassFill24 = ImageAsset(name: "BoardingPassFill24") + public static let boardingPassFill36 = ImageAsset(name: "BoardingPassFill36") + public static let boardingPassOutline16 = ImageAsset(name: "BoardingPassOutline16") + public static let boardingPassOutline24 = ImageAsset(name: "BoardingPassOutline24") + public static let boardingPassOutline36 = ImageAsset(name: "BoardingPassOutline36") + public static let bookFill16 = ImageAsset(name: "BookFill16") + public static let bookFill24 = ImageAsset(name: "BookFill24") + public static let bookFill36 = ImageAsset(name: "BookFill36") + public static let bookOutline16 = ImageAsset(name: "BookOutline16") + public static let bookOutline24 = ImageAsset(name: "BookOutline24") + public static let bookOutline36 = ImageAsset(name: "BookOutline36") + public static let bookmarkDashFill16 = ImageAsset(name: "BookmarkDashFill16") + public static let bookmarkDashFill24 = ImageAsset(name: "BookmarkDashFill24") + public static let bookmarkDashFill36 = ImageAsset(name: "BookmarkDashFill36") + public static let bookmarkDashOutline16 = ImageAsset(name: "BookmarkDashOutline16") + public static let bookmarkDashOutline24 = ImageAsset(name: "BookmarkDashOutline24") + public static let bookmarkDashOutline36 = ImageAsset(name: "BookmarkDashOutline36") + public static let bookmarkFill16 = ImageAsset(name: "BookmarkFill16") + public static let bookmarkFill24 = ImageAsset(name: "BookmarkFill24") + public static let bookmarkFill36 = ImageAsset(name: "BookmarkFill36") + public static let bookmarkOutline16 = ImageAsset(name: "BookmarkOutline16") + public static let bookmarkOutline24 = ImageAsset(name: "BookmarkOutline24") + public static let bookmarkOutline36 = ImageAsset(name: "BookmarkOutline36") + public static let bookmarkStackFill16 = ImageAsset(name: "BookmarkStackFill16") + public static let bookmarkStackFill24 = ImageAsset(name: "BookmarkStackFill24") + public static let bookmarkStackFill36 = ImageAsset(name: "BookmarkStackFill36") + public static let bookmarkStackOutline16 = ImageAsset(name: "BookmarkStackOutline16") + public static let bookmarkStackOutline24 = ImageAsset(name: "BookmarkStackOutline24") + public static let bookmarkStackOutline36 = ImageAsset(name: "BookmarkStackOutline36") + public static let bookmarkStarFill16 = ImageAsset(name: "BookmarkStarFill16") + public static let bookmarkStarFill24 = ImageAsset(name: "BookmarkStarFill24") + public static let bookmarkStarFill36 = ImageAsset(name: "BookmarkStarFill36") + public static let bookmarkStarOutline16 = ImageAsset(name: "BookmarkStarOutline16") + public static let bookmarkStarOutline24 = ImageAsset(name: "BookmarkStarOutline24") + public static let bookmarkStarOutline36 = ImageAsset(name: "BookmarkStarOutline36") + public static let boxFill16 = ImageAsset(name: "BoxFill16") + public static let boxFill24 = ImageAsset(name: "BoxFill24") + public static let boxFill36 = ImageAsset(name: "BoxFill36") + public static let boxOutline16 = ImageAsset(name: "BoxOutline16") + public static let boxOutline24 = ImageAsset(name: "BoxOutline24") + public static let boxOutline36 = ImageAsset(name: "BoxOutline36") + public static let brightness0Fill16 = ImageAsset(name: "Brightness0Fill16") + public static let brightness0Fill24 = ImageAsset(name: "Brightness0Fill24") + public static let brightness0Fill36 = ImageAsset(name: "Brightness0Fill36") + public static let brightness0Outline16 = ImageAsset(name: "Brightness0Outline16") + public static let brightness0Outline24 = ImageAsset(name: "Brightness0Outline24") + public static let brightness0Outline36 = ImageAsset(name: "Brightness0Outline36") + public static let brightness1Fill16 = ImageAsset(name: "Brightness1Fill16") + public static let brightness1Fill24 = ImageAsset(name: "Brightness1Fill24") + public static let brightness1Fill36 = ImageAsset(name: "Brightness1Fill36") + public static let brightness1Outline16 = ImageAsset(name: "Brightness1Outline16") + public static let brightness1Outline24 = ImageAsset(name: "Brightness1Outline24") + public static let brightness1Outline36 = ImageAsset(name: "Brightness1Outline36") + public static let brightness2Fill16 = ImageAsset(name: "Brightness2Fill16") + public static let brightness2Fill24 = ImageAsset(name: "Brightness2Fill24") + public static let brightness2Fill36 = ImageAsset(name: "Brightness2Fill36") + public static let brightness2Outline16 = ImageAsset(name: "Brightness2Outline16") + public static let brightness2Outline24 = ImageAsset(name: "Brightness2Outline24") + public static let brightness2Outline36 = ImageAsset(name: "Brightness2Outline36") + public static let brightnessmaxFill16 = ImageAsset(name: "BrightnessmaxFill16") + public static let brightnessmaxFill24 = ImageAsset(name: "BrightnessmaxFill24") + public static let brightnessmaxFill36 = ImageAsset(name: "BrightnessmaxFill36") + public static let brightnessmaxOutline16 = ImageAsset(name: "BrightnessmaxOutline16") + public static let brightnessmaxOutline24 = ImageAsset(name: "BrightnessmaxOutline24") + public static let brightnessmaxOutline36 = ImageAsset(name: "BrightnessmaxOutline36") + public static let buildingsFill16 = ImageAsset(name: "BuildingsFill16") + public static let buildingsFill24 = ImageAsset(name: "BuildingsFill24") + public static let buildingsFill36 = ImageAsset(name: "BuildingsFill36") + public static let buildingsOutline16 = ImageAsset(name: "BuildingsOutline16") + public static let buildingsOutline24 = ImageAsset(name: "BuildingsOutline24") + public static let buildingsOutline36 = ImageAsset(name: "BuildingsOutline36") + public static let bulbDiodeFill16 = ImageAsset(name: "BulbDiodeFill16") + public static let bulbDiodeFill24 = ImageAsset(name: "BulbDiodeFill24") + public static let bulbDiodeFill36 = ImageAsset(name: "BulbDiodeFill36") + public static let bulbDiodeOutline16 = ImageAsset(name: "BulbDiodeOutline16") + public static let bulbDiodeOutline24 = ImageAsset(name: "BulbDiodeOutline24") + public static let bulbDiodeOutline36 = ImageAsset(name: "BulbDiodeOutline36") + public static let bulbFill16 = ImageAsset(name: "BulbFill16") + public static let bulbFill24 = ImageAsset(name: "BulbFill24") + public static let bulbFill36 = ImageAsset(name: "BulbFill36") + public static let bulbOutline16 = ImageAsset(name: "BulbOutline16") + public static let bulbOutline24 = ImageAsset(name: "BulbOutline24") + public static let bulbOutline36 = ImageAsset(name: "BulbOutline36") + public static let bulbSberFill16 = ImageAsset(name: "BulbSberFill16") + public static let bulbSberFill24 = ImageAsset(name: "BulbSberFill24") + public static let bulbSberFill36 = ImageAsset(name: "BulbSberFill36") + public static let bulbSberOutline16 = ImageAsset(name: "BulbSberOutline16") + public static let bulbSberOutline24 = ImageAsset(name: "BulbSberOutline24") + public static let bulbSberOutline36 = ImageAsset(name: "BulbSberOutline36") + public static let busFill16 = ImageAsset(name: "BusFill16") + public static let busFill24 = ImageAsset(name: "BusFill24") + public static let busFill36 = ImageAsset(name: "BusFill36") + public static let busOutline16 = ImageAsset(name: "BusOutline16") + public static let busOutline24 = ImageAsset(name: "BusOutline24") + public static let busOutline36 = ImageAsset(name: "BusOutline36") + public static let button2x1LFill16 = ImageAsset(name: "Button2x1LFill16") + public static let button2x1LFill24 = ImageAsset(name: "Button2x1LFill24") + public static let button2x1LFill36 = ImageAsset(name: "Button2x1LFill36") + public static let button2x1LOutline16 = ImageAsset(name: "Button2x1LOutline16") + public static let button2x1LOutline24 = ImageAsset(name: "Button2x1LOutline24") + public static let button2x1LOutline36 = ImageAsset(name: "Button2x1LOutline36") + public static let button2x1RFill16 = ImageAsset(name: "Button2x1RFill16") + public static let button2x1RFill24 = ImageAsset(name: "Button2x1RFill24") + public static let button2x1RFill36 = ImageAsset(name: "Button2x1RFill36") + public static let button2x1ROutline16 = ImageAsset(name: "Button2x1ROutline16") + public static let button2x1ROutline24 = ImageAsset(name: "Button2x1ROutline24") + public static let button2x1ROutline36 = ImageAsset(name: "Button2x1ROutline36") + public static let button2x2BotLFill16 = ImageAsset(name: "Button2x2BotLFill16") + public static let button2x2BotLFill24 = ImageAsset(name: "Button2x2BotLFill24") + public static let button2x2BotLFill36 = ImageAsset(name: "Button2x2BotLFill36") + public static let button2x2BotLOutline16 = ImageAsset(name: "Button2x2BotLOutline16") + public static let button2x2BotLOutline24 = ImageAsset(name: "Button2x2BotLOutline24") + public static let button2x2BotLOutline36 = ImageAsset(name: "Button2x2BotLOutline36") + public static let button2x2BotRFill16 = ImageAsset(name: "Button2x2BotRFill16") + public static let button2x2BotRFill24 = ImageAsset(name: "Button2x2BotRFill24") + public static let button2x2BotRFill36 = ImageAsset(name: "Button2x2BotRFill36") + public static let button2x2BotROutline16 = ImageAsset(name: "Button2x2BotROutline16") + public static let button2x2BotROutline24 = ImageAsset(name: "Button2x2BotROutline24") + public static let button2x2BotROutline36 = ImageAsset(name: "Button2x2BotROutline36") + public static let button2x2TopLFill16 = ImageAsset(name: "Button2x2TopLFill16") + public static let button2x2TopLFill24 = ImageAsset(name: "Button2x2TopLFill24") + public static let button2x2TopLFill36 = ImageAsset(name: "Button2x2TopLFill36") + public static let button2x2TopLOutline16 = ImageAsset(name: "Button2x2TopLOutline16") + public static let button2x2TopLOutline24 = ImageAsset(name: "Button2x2TopLOutline24") + public static let button2x2TopLOutline36 = ImageAsset(name: "Button2x2TopLOutline36") + public static let button2x2TopRFill16 = ImageAsset(name: "Button2x2TopRFill16") + public static let button2x2TopRFill24 = ImageAsset(name: "Button2x2TopRFill24") + public static let button2x2TopRFill36 = ImageAsset(name: "Button2x2TopRFill36") + public static let button2x2TopROutline16 = ImageAsset(name: "Button2x2TopROutline16") + public static let button2x2TopROutline24 = ImageAsset(name: "Button2x2TopROutline24") + public static let button2x2TopROutline36 = ImageAsset(name: "Button2x2TopROutline36") + public static let button3x2CFill16 = ImageAsset(name: "Button3x2CFill16") + public static let button3x2CFill24 = ImageAsset(name: "Button3x2CFill24") + public static let button3x2CFill36 = ImageAsset(name: "Button3x2CFill36") + public static let button3x2COutline16 = ImageAsset(name: "Button3x2COutline16") + public static let button3x2COutline24 = ImageAsset(name: "Button3x2COutline24") + public static let button3x2COutline36 = ImageAsset(name: "Button3x2COutline36") + public static let button3x2LFill16 = ImageAsset(name: "Button3x2LFill16") + public static let button3x2LFill24 = ImageAsset(name: "Button3x2LFill24") + public static let button3x2LFill36 = ImageAsset(name: "Button3x2LFill36") + public static let button3x2LOutline16 = ImageAsset(name: "Button3x2LOutline16") + public static let button3x2LOutline24 = ImageAsset(name: "Button3x2LOutline24") + public static let button3x2LOutline36 = ImageAsset(name: "Button3x2LOutline36") + public static let button3x2RFill16 = ImageAsset(name: "Button3x2RFill16") + public static let button3x2RFill24 = ImageAsset(name: "Button3x2RFill24") + public static let button3x2RFill36 = ImageAsset(name: "Button3x2RFill36") + public static let button3x2ROutline16 = ImageAsset(name: "Button3x2ROutline16") + public static let button3x2ROutline24 = ImageAsset(name: "Button3x2ROutline24") + public static let button3x2ROutline36 = ImageAsset(name: "Button3x2ROutline36") + public static let cakeFill16 = ImageAsset(name: "CakeFill16") + public static let cakeFill24 = ImageAsset(name: "CakeFill24") + public static let cakeFill36 = ImageAsset(name: "CakeFill36") + public static let cakeOutline16 = ImageAsset(name: "CakeOutline16") + public static let cakeOutline24 = ImageAsset(name: "CakeOutline24") + public static let cakeOutline36 = ImageAsset(name: "CakeOutline36") + public static let calculatorFill16 = ImageAsset(name: "CalculatorFill16") + public static let calculatorFill24 = ImageAsset(name: "CalculatorFill24") + public static let calculatorFill36 = ImageAsset(name: "CalculatorFill36") + public static let calculatorOutline16 = ImageAsset(name: "CalculatorOutline16") + public static let calculatorOutline24 = ImageAsset(name: "CalculatorOutline24") + public static let calculatorOutline36 = ImageAsset(name: "CalculatorOutline36") + public static let calendarEventFill16 = ImageAsset(name: "CalendarEventFill16") + public static let calendarEventFill24 = ImageAsset(name: "CalendarEventFill24") + public static let calendarEventFill36 = ImageAsset(name: "CalendarEventFill36") + public static let calendarEventOutline16 = ImageAsset(name: "CalendarEventOutline16") + public static let calendarEventOutline24 = ImageAsset(name: "CalendarEventOutline24") + public static let calendarEventOutline36 = ImageAsset(name: "CalendarEventOutline36") + public static let calendarFill16 = ImageAsset(name: "CalendarFill16") + public static let calendarFill24 = ImageAsset(name: "CalendarFill24") + public static let calendarFill36 = ImageAsset(name: "CalendarFill36") + public static let calendarOutline16 = ImageAsset(name: "CalendarOutline16") + public static let calendarOutline24 = ImageAsset(name: "CalendarOutline24") + public static let calendarOutline36 = ImageAsset(name: "CalendarOutline36") + public static let callBlockFill16 = ImageAsset(name: "CallBlockFill16") + public static let callBlockFill24 = ImageAsset(name: "CallBlockFill24") + public static let callBlockFill36 = ImageAsset(name: "CallBlockFill36") + public static let callBlockOutline16 = ImageAsset(name: "CallBlockOutline16") + public static let callBlockOutline24 = ImageAsset(name: "CallBlockOutline24") + public static let callBlockOutline36 = ImageAsset(name: "CallBlockOutline36") + public static let callCircleEndFill16 = ImageAsset(name: "CallCircleEndFill16") + public static let callCircleEndFill24 = ImageAsset(name: "CallCircleEndFill24") + public static let callCircleEndFill36 = ImageAsset(name: "CallCircleEndFill36") + public static let callCircleEndOutline16 = ImageAsset(name: "CallCircleEndOutline16") + public static let callCircleEndOutline24 = ImageAsset(name: "CallCircleEndOutline24") + public static let callCircleEndOutline36 = ImageAsset(name: "CallCircleEndOutline36") + public static let callCircleFill16 = ImageAsset(name: "CallCircleFill16") + public static let callCircleFill24 = ImageAsset(name: "CallCircleFill24") + public static let callCircleFill36 = ImageAsset(name: "CallCircleFill36") + public static let callCircleOutline16 = ImageAsset(name: "CallCircleOutline16") + public static let callCircleOutline24 = ImageAsset(name: "CallCircleOutline24") + public static let callCircleOutline36 = ImageAsset(name: "CallCircleOutline36") + public static let callDashFill16 = ImageAsset(name: "CallDashFill16") + public static let callDashFill24 = ImageAsset(name: "CallDashFill24") + public static let callDashFill36 = ImageAsset(name: "CallDashFill36") + public static let callDashOutline16 = ImageAsset(name: "CallDashOutline16") + public static let callDashOutline24 = ImageAsset(name: "CallDashOutline24") + public static let callDashOutline36 = ImageAsset(name: "CallDashOutline36") + public static let callEndBlockFill16 = ImageAsset(name: "CallEndBlockFill16") + public static let callEndBlockFill24 = ImageAsset(name: "CallEndBlockFill24") + public static let callEndBlockFill36 = ImageAsset(name: "CallEndBlockFill36") + public static let callEndBlockOutline16 = ImageAsset(name: "CallEndBlockOutline16") + public static let callEndBlockOutline24 = ImageAsset(name: "CallEndBlockOutline24") + public static let callEndBlockOutline36 = ImageAsset(name: "CallEndBlockOutline36") + public static let callEndFill16 = ImageAsset(name: "CallEndFill16") + public static let callEndFill24 = ImageAsset(name: "CallEndFill24") + public static let callEndFill36 = ImageAsset(name: "CallEndFill36") + public static let callEndOutline16 = ImageAsset(name: "CallEndOutline16") + public static let callEndOutline24 = ImageAsset(name: "CallEndOutline24") + public static let callEndOutline36 = ImageAsset(name: "CallEndOutline36") + public static let callFill16 = ImageAsset(name: "CallFill16") + public static let callFill24 = ImageAsset(name: "CallFill24") + public static let callFill36 = ImageAsset(name: "CallFill36") + public static let callIncomingFill16 = ImageAsset(name: "CallIncomingFill16") + public static let callIncomingFill24 = ImageAsset(name: "CallIncomingFill24") + public static let callIncomingFill36 = ImageAsset(name: "CallIncomingFill36") + public static let callIncomingOutline16 = ImageAsset(name: "CallIncomingOutline16") + public static let callIncomingOutline24 = ImageAsset(name: "CallIncomingOutline24") + public static let callIncomingOutline36 = ImageAsset(name: "CallIncomingOutline36") + public static let callMissedFill16 = ImageAsset(name: "CallMissedFill16") + public static let callMissedFill24 = ImageAsset(name: "CallMissedFill24") + public static let callMissedFill36 = ImageAsset(name: "CallMissedFill36") + public static let callMissedOutline16 = ImageAsset(name: "CallMissedOutline16") + public static let callMissedOutline24 = ImageAsset(name: "CallMissedOutline24") + public static let callMissedOutline36 = ImageAsset(name: "CallMissedOutline36") + public static let callOutgoingFill16 = ImageAsset(name: "CallOutgoingFill16") + public static let callOutgoingFill24 = ImageAsset(name: "CallOutgoingFill24") + public static let callOutgoingFill36 = ImageAsset(name: "CallOutgoingFill36") + public static let callOutgoingOutline16 = ImageAsset(name: "CallOutgoingOutline16") + public static let callOutgoingOutline24 = ImageAsset(name: "CallOutgoingOutline24") + public static let callOutgoingOutline36 = ImageAsset(name: "CallOutgoingOutline36") + public static let callOutline16 = ImageAsset(name: "CallOutline16") + public static let callOutline24 = ImageAsset(name: "CallOutline24") + public static let callOutline36 = ImageAsset(name: "CallOutline36") + public static let cameraDashFill16 = ImageAsset(name: "CameraDashFill16") + public static let cameraDashFill24 = ImageAsset(name: "CameraDashFill24") + public static let cameraDashFill36 = ImageAsset(name: "CameraDashFill36") + public static let cameraDashOutline16 = ImageAsset(name: "CameraDashOutline16") + public static let cameraDashOutline24 = ImageAsset(name: "CameraDashOutline24") + public static let cameraDashOutline36 = ImageAsset(name: "CameraDashOutline36") + public static let cameraPhotoFill16 = ImageAsset(name: "CameraPhotoFill16") + public static let cameraPhotoFill24 = ImageAsset(name: "CameraPhotoFill24") + public static let cameraPhotoFill36 = ImageAsset(name: "CameraPhotoFill36") + public static let cameraPhotoOutline16 = ImageAsset(name: "CameraPhotoOutline16") + public static let cameraPhotoOutline24 = ImageAsset(name: "CameraPhotoOutline24") + public static let cameraPhotoOutline36 = ImageAsset(name: "CameraPhotoOutline36") + public static let cameraReverseFill16 = ImageAsset(name: "CameraReverseFill16") + public static let cameraReverseFill24 = ImageAsset(name: "CameraReverseFill24") + public static let cameraReverseFill36 = ImageAsset(name: "CameraReverseFill36") + public static let cameraReverseOutline16 = ImageAsset(name: "CameraReverseOutline16") + public static let cameraReverseOutline24 = ImageAsset(name: "CameraReverseOutline24") + public static let cameraReverseOutline36 = ImageAsset(name: "CameraReverseOutline36") + public static let cameraVideoFill16 = ImageAsset(name: "CameraVideoFill16") + public static let cameraVideoFill24 = ImageAsset(name: "CameraVideoFill24") + public static let cameraVideoFill36 = ImageAsset(name: "CameraVideoFill36") + public static let cameraVideoOffFill16 = ImageAsset(name: "CameraVideoOffFill16") + public static let cameraVideoOffFill24 = ImageAsset(name: "CameraVideoOffFill24") + public static let cameraVideoOffFill36 = ImageAsset(name: "CameraVideoOffFill36") + public static let cameraVideoOffOutline16 = ImageAsset(name: "CameraVideoOffOutline16") + public static let cameraVideoOffOutline24 = ImageAsset(name: "CameraVideoOffOutline24") + public static let cameraVideoOffOutline36 = ImageAsset(name: "CameraVideoOffOutline36") + public static let cameraVideoOutline16 = ImageAsset(name: "CameraVideoOutline16") + public static let cameraVideoOutline24 = ImageAsset(name: "CameraVideoOutline24") + public static let cameraVideoOutline36 = ImageAsset(name: "CameraVideoOutline36") + public static let cameraVideoRecFill16 = ImageAsset(name: "CameraVideoRecFill16") + public static let cameraVideoRecFill24 = ImageAsset(name: "CameraVideoRecFill24") + public static let cameraVideoRecFill36 = ImageAsset(name: "CameraVideoRecFill36") + public static let cameraVideoRecOutline16 = ImageAsset(name: "CameraVideoRecOutline16") + public static let cameraVideoRecOutline24 = ImageAsset(name: "CameraVideoRecOutline24") + public static let cameraVideoRecOutline36 = ImageAsset(name: "CameraVideoRecOutline36") + public static let candyFill16 = ImageAsset(name: "CandyFill16") + public static let candyFill24 = ImageAsset(name: "CandyFill24") + public static let candyFill36 = ImageAsset(name: "CandyFill36") + public static let candyOutline16 = ImageAsset(name: "CandyOutline16") + public static let candyOutline24 = ImageAsset(name: "CandyOutline24") + public static let candyOutline36 = ImageAsset(name: "CandyOutline36") + public static let canisterFill16 = ImageAsset(name: "CanisterFill16") + public static let canisterFill24 = ImageAsset(name: "CanisterFill24") + public static let canisterFill36 = ImageAsset(name: "CanisterFill36") + public static let canisterOutline16 = ImageAsset(name: "CanisterOutline16") + public static let canisterOutline24 = ImageAsset(name: "CanisterOutline24") + public static let canisterOutline36 = ImageAsset(name: "CanisterOutline36") + public static let capsuleFill16 = ImageAsset(name: "CapsuleFill16") + public static let capsuleFill24 = ImageAsset(name: "CapsuleFill24") + public static let capsuleFill36 = ImageAsset(name: "CapsuleFill36") + public static let capsuleOpenFill16 = ImageAsset(name: "CapsuleOpenFill16") + public static let capsuleOpenFill24 = ImageAsset(name: "CapsuleOpenFill24") + public static let capsuleOpenFill36 = ImageAsset(name: "CapsuleOpenFill36") + public static let capsuleOpenOutline16 = ImageAsset(name: "CapsuleOpenOutline16") + public static let capsuleOpenOutline24 = ImageAsset(name: "CapsuleOpenOutline24") + public static let capsuleOpenOutline36 = ImageAsset(name: "CapsuleOpenOutline36") + public static let capsuleOutline16 = ImageAsset(name: "CapsuleOutline16") + public static let capsuleOutline24 = ImageAsset(name: "CapsuleOutline24") + public static let capsuleOutline36 = ImageAsset(name: "CapsuleOutline36") + public static let carFill16 = ImageAsset(name: "CarFill16") + public static let carFill24 = ImageAsset(name: "CarFill24") + public static let carFill36 = ImageAsset(name: "CarFill36") + public static let carOutline16 = ImageAsset(name: "CarOutline16") + public static let carOutline24 = ImageAsset(name: "CarOutline24") + public static let carOutline36 = ImageAsset(name: "CarOutline36") + public static let carTaxFill16 = ImageAsset(name: "CarTaxFill16") + public static let carTaxFill24 = ImageAsset(name: "CarTaxFill24") + public static let carTaxFill36 = ImageAsset(name: "CarTaxFill36") + public static let carTaxOutline16 = ImageAsset(name: "CarTaxOutline16") + public static let carTaxOutline24 = ImageAsset(name: "CarTaxOutline24") + public static let carTaxOutline36 = ImageAsset(name: "CarTaxOutline36") + public static let cardsOrderCenterHorizFill16 = ImageAsset(name: "CardsOrderCenterHorizFill16") + public static let cardsOrderCenterHorizFill24 = ImageAsset(name: "CardsOrderCenterHorizFill24") + public static let cardsOrderCenterHorizFill36 = ImageAsset(name: "CardsOrderCenterHorizFill36") + public static let cardsOrderCenterHorizOutline16 = ImageAsset(name: "CardsOrderCenterHorizOutline16") + public static let cardsOrderCenterHorizOutline24 = ImageAsset(name: "CardsOrderCenterHorizOutline24") + public static let cardsOrderCenterHorizOutline36 = ImageAsset(name: "CardsOrderCenterHorizOutline36") + public static let cardsOrderCenterVertFill16 = ImageAsset(name: "CardsOrderCenterVertFill16") + public static let cardsOrderCenterVertFill24 = ImageAsset(name: "CardsOrderCenterVertFill24") + public static let cardsOrderCenterVertFill36 = ImageAsset(name: "CardsOrderCenterVertFill36") + public static let cardsOrderCenterVertOutline16 = ImageAsset(name: "CardsOrderCenterVertOutline16") + public static let cardsOrderCenterVertOutline24 = ImageAsset(name: "CardsOrderCenterVertOutline24") + public static let cardsOrderCenterVertOutline36 = ImageAsset(name: "CardsOrderCenterVertOutline36") + public static let cardsOrderFrontHorizFill16 = ImageAsset(name: "CardsOrderFrontHorizFill16") + public static let cardsOrderFrontHorizFill24 = ImageAsset(name: "CardsOrderFrontHorizFill24") + public static let cardsOrderFrontHorizFill36 = ImageAsset(name: "CardsOrderFrontHorizFill36") + public static let cardsOrderFrontHorizOutline16 = ImageAsset(name: "CardsOrderFrontHorizOutline16") + public static let cardsOrderFrontHorizOutline24 = ImageAsset(name: "CardsOrderFrontHorizOutline24") + public static let cardsOrderFrontHorizOutline36 = ImageAsset(name: "CardsOrderFrontHorizOutline36") + public static let cardsOrderFrontVertFill16 = ImageAsset(name: "CardsOrderFrontVertFill16") + public static let cardsOrderFrontVertFill24 = ImageAsset(name: "CardsOrderFrontVertFill24") + public static let cardsOrderFrontVertFill36 = ImageAsset(name: "CardsOrderFrontVertFill36") + public static let cardsOrderFrontVertOutline16 = ImageAsset(name: "CardsOrderFrontVertOutline16") + public static let cardsOrderFrontVertOutline24 = ImageAsset(name: "CardsOrderFrontVertOutline24") + public static let cardsOrderFrontVertOutline36 = ImageAsset(name: "CardsOrderFrontVertOutline36") + public static let cardstackFill16 = ImageAsset(name: "CardstackFill16") + public static let cardstackFill24 = ImageAsset(name: "CardstackFill24") + public static let cardstackFill36 = ImageAsset(name: "CardstackFill36") + public static let cardstackHorizFill16 = ImageAsset(name: "CardstackHorizFill16") + public static let cardstackHorizFill24 = ImageAsset(name: "CardstackHorizFill24") + public static let cardstackHorizFill36 = ImageAsset(name: "CardstackHorizFill36") + public static let cardstackHorizOutline16 = ImageAsset(name: "CardstackHorizOutline16") + public static let cardstackHorizOutline24 = ImageAsset(name: "CardstackHorizOutline24") + public static let cardstackHorizOutline36 = ImageAsset(name: "CardstackHorizOutline36") + public static let cardstackOutline16 = ImageAsset(name: "CardstackOutline16") + public static let cardstackOutline24 = ImageAsset(name: "CardstackOutline24") + public static let cardstackOutline36 = ImageAsset(name: "CardstackOutline36") + public static let cartBagFill16 = ImageAsset(name: "CartBagFill16") + public static let cartBagFill24 = ImageAsset(name: "CartBagFill24") + public static let cartBagFill36 = ImageAsset(name: "CartBagFill36") + public static let cartBagOutline16 = ImageAsset(name: "CartBagOutline16") + public static let cartBagOutline24 = ImageAsset(name: "CartBagOutline24") + public static let cartBagOutline36 = ImageAsset(name: "CartBagOutline36") + public static let cartFill16 = ImageAsset(name: "CartFill16") + public static let cartFill24 = ImageAsset(name: "CartFill24") + public static let cartFill36 = ImageAsset(name: "CartFill36") + public static let cartOutline16 = ImageAsset(name: "CartOutline16") + public static let cartOutline24 = ImageAsset(name: "CartOutline24") + public static let cartOutline36 = ImageAsset(name: "CartOutline36") + public static let caseBusinessFill16 = ImageAsset(name: "CaseBusinessFill16") + public static let caseBusinessFill24 = ImageAsset(name: "CaseBusinessFill24") + public static let caseBusinessFill36 = ImageAsset(name: "CaseBusinessFill36") + public static let caseBusinessOutline16 = ImageAsset(name: "CaseBusinessOutline16") + public static let caseBusinessOutline24 = ImageAsset(name: "CaseBusinessOutline24") + public static let caseBusinessOutline36 = ImageAsset(name: "CaseBusinessOutline36") + public static let caseDiagramFill16 = ImageAsset(name: "CaseDiagramFill16") + public static let caseDiagramFill24 = ImageAsset(name: "CaseDiagramFill24") + public static let caseDiagramFill36 = ImageAsset(name: "CaseDiagramFill36") + public static let caseDiagramOutline16 = ImageAsset(name: "CaseDiagramOutline16") + public static let caseDiagramOutline24 = ImageAsset(name: "CaseDiagramOutline24") + public static let caseDiagramOutline36 = ImageAsset(name: "CaseDiagramOutline36") + public static let caseFill16 = ImageAsset(name: "CaseFill16") + public static let caseFill24 = ImageAsset(name: "CaseFill24") + public static let caseFill36 = ImageAsset(name: "CaseFill36") + public static let caseOutline16 = ImageAsset(name: "CaseOutline16") + public static let caseOutline24 = ImageAsset(name: "CaseOutline24") + public static let caseOutline36 = ImageAsset(name: "CaseOutline36") + public static let cashATMFill16 = ImageAsset(name: "CashATMFill16") + public static let cashATMFill24 = ImageAsset(name: "CashATMFill24") + public static let cashATMFill36 = ImageAsset(name: "CashATMFill36") + public static let cashATMOutline16 = ImageAsset(name: "CashATMOutline16") + public static let cashATMOutline24 = ImageAsset(name: "CashATMOutline24") + public static let cashATMOutline36 = ImageAsset(name: "CashATMOutline36") + public static let cashFill16 = ImageAsset(name: "CashFill16") + public static let cashFill24 = ImageAsset(name: "CashFill24") + public static let cashFill36 = ImageAsset(name: "CashFill36") + public static let cashOutline16 = ImageAsset(name: "CashOutline16") + public static let cashOutline24 = ImageAsset(name: "CashOutline24") + public static let cashOutline36 = ImageAsset(name: "CashOutline36") + public static let catalogFill16 = ImageAsset(name: "CatalogFill16") + public static let catalogFill24 = ImageAsset(name: "CatalogFill24") + public static let catalogFill36 = ImageAsset(name: "CatalogFill36") + public static let catalogOutline16 = ImageAsset(name: "CatalogOutline16") + public static let catalogOutline24 = ImageAsset(name: "CatalogOutline24") + public static let catalogOutline36 = ImageAsset(name: "CatalogOutline36") + public static let certificateFill16 = ImageAsset(name: "CertificateFill16") + public static let certificateFill24 = ImageAsset(name: "CertificateFill24") + public static let certificateFill36 = ImageAsset(name: "CertificateFill36") + public static let certificateOutline16 = ImageAsset(name: "CertificateOutline16") + public static let certificateOutline24 = ImageAsset(name: "CertificateOutline24") + public static let certificateOutline36 = ImageAsset(name: "CertificateOutline36") + public static let chartDistributionFill16 = ImageAsset(name: "ChartDistributionFill16") + public static let chartDistributionFill24 = ImageAsset(name: "ChartDistributionFill24") + public static let chartDistributionFill36 = ImageAsset(name: "ChartDistributionFill36") + public static let chartDistributionOutline16 = ImageAsset(name: "ChartDistributionOutline16") + public static let chartDistributionOutline24 = ImageAsset(name: "ChartDistributionOutline24") + public static let chartDistributionOutline36 = ImageAsset(name: "ChartDistributionOutline36") + public static let chartPieFill16 = ImageAsset(name: "ChartPieFill16") + public static let chartPieFill24 = ImageAsset(name: "ChartPieFill24") + public static let chartPieFill36 = ImageAsset(name: "ChartPieFill36") + public static let chartPieOutline16 = ImageAsset(name: "ChartPieOutline16") + public static let chartPieOutline24 = ImageAsset(name: "ChartPieOutline24") + public static let chartPieOutline36 = ImageAsset(name: "ChartPieOutline36") + public static let chatFill16 = ImageAsset(name: "ChatFill16") + public static let chatFill24 = ImageAsset(name: "ChatFill24") + public static let chatFill36 = ImageAsset(name: "ChatFill36") + public static let chatHumanFill16 = ImageAsset(name: "ChatHumanFill16") + public static let chatHumanFill24 = ImageAsset(name: "ChatHumanFill24") + public static let chatHumanFill36 = ImageAsset(name: "ChatHumanFill36") + public static let chatHumanOutline16 = ImageAsset(name: "ChatHumanOutline16") + public static let chatHumanOutline24 = ImageAsset(name: "ChatHumanOutline24") + public static let chatHumanOutline36 = ImageAsset(name: "ChatHumanOutline36") + public static let chatOutline16 = ImageAsset(name: "ChatOutline16") + public static let chatOutline24 = ImageAsset(name: "ChatOutline24") + public static let chatOutline36 = ImageAsset(name: "ChatOutline36") + public static let chatTranscriptionFill16 = ImageAsset(name: "ChatTranscriptionFill16") + public static let chatTranscriptionFill24 = ImageAsset(name: "ChatTranscriptionFill24") + public static let chatTranscriptionFill36 = ImageAsset(name: "ChatTranscriptionFill36") + public static let chatTranscriptionOutline16 = ImageAsset(name: "ChatTranscriptionOutline16") + public static let chatTranscriptionOutline24 = ImageAsset(name: "ChatTranscriptionOutline24") + public static let chatTranscriptionOutline36 = ImageAsset(name: "ChatTranscriptionOutline36") + public static let chevronCircleDownFill16 = ImageAsset(name: "ChevronCircleDownFill16") + public static let chevronCircleDownFill24 = ImageAsset(name: "ChevronCircleDownFill24") + public static let chevronCircleDownFill36 = ImageAsset(name: "ChevronCircleDownFill36") + public static let chevronCircleDownOutline16 = ImageAsset(name: "ChevronCircleDownOutline16") + public static let chevronCircleDownOutline24 = ImageAsset(name: "ChevronCircleDownOutline24") + public static let chevronCircleDownOutline36 = ImageAsset(name: "ChevronCircleDownOutline36") + public static let chevronCircleLeftFill16 = ImageAsset(name: "ChevronCircleLeftFill16") + public static let chevronCircleLeftFill24 = ImageAsset(name: "ChevronCircleLeftFill24") + public static let chevronCircleLeftFill36 = ImageAsset(name: "ChevronCircleLeftFill36") + public static let chevronCircleLeftOutline16 = ImageAsset(name: "ChevronCircleLeftOutline16") + public static let chevronCircleLeftOutline24 = ImageAsset(name: "ChevronCircleLeftOutline24") + public static let chevronCircleLeftOutline36 = ImageAsset(name: "ChevronCircleLeftOutline36") + public static let chevronCircleRightFill16 = ImageAsset(name: "ChevronCircleRightFill16") + public static let chevronCircleRightFill24 = ImageAsset(name: "ChevronCircleRightFill24") + public static let chevronCircleRightFill36 = ImageAsset(name: "ChevronCircleRightFill36") + public static let chevronCircleRightOutline16 = ImageAsset(name: "ChevronCircleRightOutline16") + public static let chevronCircleRightOutline24 = ImageAsset(name: "ChevronCircleRightOutline24") + public static let chevronCircleRightOutline36 = ImageAsset(name: "ChevronCircleRightOutline36") + public static let chevronCircleUpFill16 = ImageAsset(name: "ChevronCircleUpFill16") + public static let chevronCircleUpFill24 = ImageAsset(name: "ChevronCircleUpFill24") + public static let chevronCircleUpFill36 = ImageAsset(name: "ChevronCircleUpFill36") + public static let chevronCircleUpOutline16 = ImageAsset(name: "ChevronCircleUpOutline16") + public static let chevronCircleUpOutline24 = ImageAsset(name: "ChevronCircleUpOutline24") + public static let chevronCircleUpOutline36 = ImageAsset(name: "ChevronCircleUpOutline36") + public static let chevronDown16 = ImageAsset(name: "ChevronDown16") + public static let chevronDown24 = ImageAsset(name: "ChevronDown24") + public static let chevronDown36 = ImageAsset(name: "ChevronDown36") + public static let chevronLeft16 = ImageAsset(name: "ChevronLeft16") + public static let chevronLeft24 = ImageAsset(name: "ChevronLeft24") + public static let chevronLeft36 = ImageAsset(name: "ChevronLeft36") + public static let chevronRight16 = ImageAsset(name: "ChevronRight16") + public static let chevronRight24 = ImageAsset(name: "ChevronRight24") + public static let chevronRight36 = ImageAsset(name: "ChevronRight36") + public static let chevronUp16 = ImageAsset(name: "ChevronUp16") + public static let chevronUp24 = ImageAsset(name: "ChevronUp24") + public static let chevronUp36 = ImageAsset(name: "ChevronUp36") + public static let choiceFill16 = ImageAsset(name: "ChoiceFill16") + public static let choiceFill24 = ImageAsset(name: "ChoiceFill24") + public static let choiceFill36 = ImageAsset(name: "ChoiceFill36") + public static let choiceOutline16 = ImageAsset(name: "ChoiceOutline16") + public static let choiceOutline24 = ImageAsset(name: "ChoiceOutline24") + public static let choiceOutline36 = ImageAsset(name: "ChoiceOutline36") + public static let circleFill16 = ImageAsset(name: "CircleFill16") + public static let circleFill24 = ImageAsset(name: "CircleFill24") + public static let circleFill36 = ImageAsset(name: "CircleFill36") + public static let circleOutline16 = ImageAsset(name: "CircleOutline16") + public static let circleOutline24 = ImageAsset(name: "CircleOutline24") + public static let circleOutline36 = ImageAsset(name: "CircleOutline36") + public static let clip16 = ImageAsset(name: "Clip16") + public static let clip24 = ImageAsset(name: "Clip24") + public static let clip36 = ImageAsset(name: "Clip36") + public static let clipPlus16 = ImageAsset(name: "ClipPlus16") + public static let clipPlus24 = ImageAsset(name: "ClipPlus24") + public static let clipPlus36 = ImageAsset(name: "ClipPlus36") + public static let clockCircleFill16 = ImageAsset(name: "ClockCircleFill16") + public static let clockCircleFill24 = ImageAsset(name: "ClockCircleFill24") + public static let clockCircleFill36 = ImageAsset(name: "ClockCircleFill36") + public static let clockCircleOutline16 = ImageAsset(name: "ClockCircleOutline16") + public static let clockCircleOutline24 = ImageAsset(name: "ClockCircleOutline24") + public static let clockCircleOutline36 = ImageAsset(name: "ClockCircleOutline36") + public static let close16 = ImageAsset(name: "Close16") + public static let close24 = ImageAsset(name: "Close24") + public static let close36 = ImageAsset(name: "Close36") + public static let closeCircleFill16 = ImageAsset(name: "CloseCircleFill16") + public static let closeCircleFill24 = ImageAsset(name: "CloseCircleFill24") + public static let closeCircleFill36 = ImageAsset(name: "CloseCircleFill36") + public static let closeCircleOutline16 = ImageAsset(name: "CloseCircleOutline16") + public static let closeCircleOutline24 = ImageAsset(name: "CloseCircleOutline24") + public static let closeCircleOutline36 = ImageAsset(name: "CloseCircleOutline36") + public static let closeSquareFill16 = ImageAsset(name: "CloseSquareFill16") + public static let closeSquareFill24 = ImageAsset(name: "CloseSquareFill24") + public static let closeSquareFill36 = ImageAsset(name: "CloseSquareFill36") + public static let closeSquareOutline16 = ImageAsset(name: "CloseSquareOutline16") + public static let closeSquareOutline24 = ImageAsset(name: "CloseSquareOutline24") + public static let closeSquareOutline36 = ImageAsset(name: "CloseSquareOutline36") + public static let cloudDashFill16 = ImageAsset(name: "CloudDashFill16") + public static let cloudDashFill24 = ImageAsset(name: "CloudDashFill24") + public static let cloudDashFill36 = ImageAsset(name: "CloudDashFill36") + public static let cloudDashOutline16 = ImageAsset(name: "CloudDashOutline16") + public static let cloudDashOutline24 = ImageAsset(name: "CloudDashOutline24") + public static let cloudDashOutline36 = ImageAsset(name: "CloudDashOutline36") + public static let cloudDownloadFill16 = ImageAsset(name: "CloudDownloadFill16") + public static let cloudDownloadFill24 = ImageAsset(name: "CloudDownloadFill24") + public static let cloudDownloadFill36 = ImageAsset(name: "CloudDownloadFill36") + public static let cloudDownloadOutline16 = ImageAsset(name: "CloudDownloadOutline16") + public static let cloudDownloadOutline24 = ImageAsset(name: "CloudDownloadOutline24") + public static let cloudDownloadOutline36 = ImageAsset(name: "CloudDownloadOutline36") + public static let cloudErrorFill16 = ImageAsset(name: "CloudErrorFill16") + public static let cloudErrorFill24 = ImageAsset(name: "CloudErrorFill24") + public static let cloudErrorFill36 = ImageAsset(name: "CloudErrorFill36") + public static let cloudErrorOutline16 = ImageAsset(name: "CloudErrorOutline16") + public static let cloudErrorOutline24 = ImageAsset(name: "CloudErrorOutline24") + public static let cloudErrorOutline36 = ImageAsset(name: "CloudErrorOutline36") + public static let cloudFill16 = ImageAsset(name: "CloudFill16") + public static let cloudFill24 = ImageAsset(name: "CloudFill24") + public static let cloudFill36 = ImageAsset(name: "CloudFill36") + public static let cloudOutline16 = ImageAsset(name: "CloudOutline16") + public static let cloudOutline24 = ImageAsset(name: "CloudOutline24") + public static let cloudOutline36 = ImageAsset(name: "CloudOutline36") + public static let cloudUploadFill16 = ImageAsset(name: "CloudUploadFill16") + public static let cloudUploadFill24 = ImageAsset(name: "CloudUploadFill24") + public static let cloudUploadFill36 = ImageAsset(name: "CloudUploadFill36") + public static let cloudUploadOutline16 = ImageAsset(name: "CloudUploadOutline16") + public static let cloudUploadOutline24 = ImageAsset(name: "CloudUploadOutline24") + public static let cloudUploadOutline36 = ImageAsset(name: "CloudUploadOutline36") + public static let coatOfArmsFill16 = ImageAsset(name: "CoatOfArmsFill16") + public static let coatOfArmsFill24 = ImageAsset(name: "CoatOfArmsFill24") + public static let coatOfArmsFill36 = ImageAsset(name: "CoatOfArmsFill36") + public static let coatOfArmsOutline16 = ImageAsset(name: "CoatOfArmsOutline16") + public static let coatOfArmsOutline24 = ImageAsset(name: "CoatOfArmsOutline24") + public static let coatOfArmsOutline36 = ImageAsset(name: "CoatOfArmsOutline36") + public static let coinFallingFill16 = ImageAsset(name: "CoinFallingFill16") + public static let coinFallingFill24 = ImageAsset(name: "CoinFallingFill24") + public static let coinFallingFill36 = ImageAsset(name: "CoinFallingFill36") + public static let coinFallingOutline16 = ImageAsset(name: "CoinFallingOutline16") + public static let coinFallingOutline24 = ImageAsset(name: "CoinFallingOutline24") + public static let coinFallingOutline36 = ImageAsset(name: "CoinFallingOutline36") + public static let coinFill16 = ImageAsset(name: "CoinFill16") + public static let coinFill24 = ImageAsset(name: "CoinFill24") + public static let coinFill36 = ImageAsset(name: "CoinFill36") + public static let coinHeartFill16 = ImageAsset(name: "CoinHeartFill16") + public static let coinHeartFill24 = ImageAsset(name: "CoinHeartFill24") + public static let coinHeartFill36 = ImageAsset(name: "CoinHeartFill36") + public static let coinHeartOutline16 = ImageAsset(name: "CoinHeartOutline16") + public static let coinHeartOutline24 = ImageAsset(name: "CoinHeartOutline24") + public static let coinHeartOutline36 = ImageAsset(name: "CoinHeartOutline36") + public static let coinOutline16 = ImageAsset(name: "CoinOutline16") + public static let coinOutline24 = ImageAsset(name: "CoinOutline24") + public static let coinOutline36 = ImageAsset(name: "CoinOutline36") + public static let coinRubleFill16 = ImageAsset(name: "CoinRubleFill16") + public static let coinRubleFill24 = ImageAsset(name: "CoinRubleFill24") + public static let coinRubleFill36 = ImageAsset(name: "CoinRubleFill36") + public static let coinRubleOutline16 = ImageAsset(name: "CoinRubleOutline16") + public static let coinRubleOutline24 = ImageAsset(name: "CoinRubleOutline24") + public static let coinRubleOutline36 = ImageAsset(name: "CoinRubleOutline36") + public static let coinRupiahFallingFill16 = ImageAsset(name: "CoinRupiahFallingFill16") + public static let coinRupiahFallingFill24 = ImageAsset(name: "CoinRupiahFallingFill24") + public static let coinRupiahFallingFill36 = ImageAsset(name: "CoinRupiahFallingFill36") + public static let coinRupiahFallingOutline16 = ImageAsset(name: "CoinRupiahFallingOutline16") + public static let coinRupiahFallingOutline24 = ImageAsset(name: "CoinRupiahFallingOutline24") + public static let coinRupiahFallingOutline36 = ImageAsset(name: "CoinRupiahFallingOutline36") + public static let coinRupiahFill16 = ImageAsset(name: "CoinRupiahFill16") + public static let coinRupiahFill24 = ImageAsset(name: "CoinRupiahFill24") + public static let coinRupiahFill36 = ImageAsset(name: "CoinRupiahFill36") + public static let coinRupiahOutline16 = ImageAsset(name: "CoinRupiahOutline16") + public static let coinRupiahOutline24 = ImageAsset(name: "CoinRupiahOutline24") + public static let coinRupiahOutline36 = ImageAsset(name: "CoinRupiahOutline36") + public static let compassFill16 = ImageAsset(name: "CompassFill16") + public static let compassFill24 = ImageAsset(name: "CompassFill24") + public static let compassFill36 = ImageAsset(name: "CompassFill36") + public static let compassOutline16 = ImageAsset(name: "CompassOutline16") + public static let compassOutline24 = ImageAsset(name: "CompassOutline24") + public static let compassOutline36 = ImageAsset(name: "CompassOutline36") + public static let connectionError16 = ImageAsset(name: "ConnectionError16") + public static let connectionError24 = ImageAsset(name: "ConnectionError24") + public static let connectionError36 = ImageAsset(name: "ConnectionError36") + public static let connectionSuccess16 = ImageAsset(name: "ConnectionSuccess16") + public static let connectionSuccess24 = ImageAsset(name: "ConnectionSuccess24") + public static let connectionSuccess36 = ImageAsset(name: "ConnectionSuccess36") + public static let connectionWaiting16 = ImageAsset(name: "ConnectionWaiting16") + public static let connectionWaiting24 = ImageAsset(name: "ConnectionWaiting24") + public static let connectionWaiting36 = ImageAsset(name: "ConnectionWaiting36") + public static let contrast0Fill16 = ImageAsset(name: "Contrast0Fill16") + public static let contrast0Fill24 = ImageAsset(name: "Contrast0Fill24") + public static let contrast0Fill36 = ImageAsset(name: "Contrast0Fill36") + public static let contrast0Outline16 = ImageAsset(name: "Contrast0Outline16") + public static let contrast0Outline24 = ImageAsset(name: "Contrast0Outline24") + public static let contrast0Outline36 = ImageAsset(name: "Contrast0Outline36") + public static let contrast1Fill16 = ImageAsset(name: "Contrast1Fill16") + public static let contrast1Fill24 = ImageAsset(name: "Contrast1Fill24") + public static let contrast1Fill36 = ImageAsset(name: "Contrast1Fill36") + public static let contrast1Outline16 = ImageAsset(name: "Contrast1Outline16") + public static let contrast1Outline24 = ImageAsset(name: "Contrast1Outline24") + public static let contrast1Outline36 = ImageAsset(name: "Contrast1Outline36") + public static let contrast2Fill16 = ImageAsset(name: "Contrast2Fill16") + public static let contrast2Fill24 = ImageAsset(name: "Contrast2Fill24") + public static let contrast2Fill36 = ImageAsset(name: "Contrast2Fill36") + public static let contrast2Outline16 = ImageAsset(name: "Contrast2Outline16") + public static let contrast2Outline24 = ImageAsset(name: "Contrast2Outline24") + public static let contrast2Outline36 = ImageAsset(name: "Contrast2Outline36") + public static let contrastMaxFill16 = ImageAsset(name: "ContrastMaxFill16") + public static let contrastMaxFill24 = ImageAsset(name: "ContrastMaxFill24") + public static let contrastMaxFill36 = ImageAsset(name: "ContrastMaxFill36") + public static let contrastMaxOutline16 = ImageAsset(name: "ContrastMaxOutline16") + public static let contrastMaxOutline24 = ImageAsset(name: "ContrastMaxOutline24") + public static let contrastMaxOutline36 = ImageAsset(name: "ContrastMaxOutline36") + public static let copyFill16 = ImageAsset(name: "CopyFill16") + public static let copyFill24 = ImageAsset(name: "CopyFill24") + public static let copyFill36 = ImageAsset(name: "CopyFill36") + public static let copyOutline16 = ImageAsset(name: "CopyOutline16") + public static let copyOutline24 = ImageAsset(name: "CopyOutline24") + public static let copyOutline36 = ImageAsset(name: "CopyOutline36") + public static let crownFill16 = ImageAsset(name: "CrownFill16") + public static let crownFill24 = ImageAsset(name: "CrownFill24") + public static let crownFill36 = ImageAsset(name: "CrownFill36") + public static let crownOutline16 = ImageAsset(name: "CrownOutline16") + public static let crownOutline24 = ImageAsset(name: "CrownOutline24") + public static let crownOutline36 = ImageAsset(name: "CrownOutline36") + public static let cubeFill16 = ImageAsset(name: "CubeFill16") + public static let cubeFill24 = ImageAsset(name: "CubeFill24") + public static let cubeFill36 = ImageAsset(name: "CubeFill36") + public static let cubeOutline16 = ImageAsset(name: "CubeOutline16") + public static let cubeOutline24 = ImageAsset(name: "CubeOutline24") + public static let cubeOutline36 = ImageAsset(name: "CubeOutline36") + public static let cursorFill16 = ImageAsset(name: "CursorFill16") + public static let cursorFill24 = ImageAsset(name: "CursorFill24") + public static let cursorFill36 = ImageAsset(name: "CursorFill36") + public static let cursorOutline16 = ImageAsset(name: "CursorOutline16") + public static let cursorOutline24 = ImageAsset(name: "CursorOutline24") + public static let cursorOutline36 = ImageAsset(name: "CursorOutline36") + public static let curve16 = ImageAsset(name: "Curve16") + public static let curve24 = ImageAsset(name: "Curve24") + public static let curve36 = ImageAsset(name: "Curve36") + public static let cutlery16 = ImageAsset(name: "Cutlery16") + public static let cutlery24 = ImageAsset(name: "Cutlery24") + public static let cutlery36 = ImageAsset(name: "Cutlery36") + public static let deviceShareFill16 = ImageAsset(name: "DeviceShareFill16") + public static let deviceShareFill24 = ImageAsset(name: "DeviceShareFill24") + public static let deviceShareFill36 = ImageAsset(name: "DeviceShareFill36") + public static let deviceShareOutline16 = ImageAsset(name: "DeviceShareOutline16") + public static let deviceShareOutline24 = ImageAsset(name: "DeviceShareOutline24") + public static let deviceShareOutline36 = ImageAsset(name: "DeviceShareOutline36") + public static let devicesFill16 = ImageAsset(name: "DevicesFill16") + public static let devicesFill24 = ImageAsset(name: "DevicesFill24") + public static let devicesFill36 = ImageAsset(name: "DevicesFill36") + public static let devicesOutline16 = ImageAsset(name: "DevicesOutline16") + public static let devicesOutline24 = ImageAsset(name: "DevicesOutline24") + public static let devicesOutline36 = ImageAsset(name: "DevicesOutline36") + public static let disclosureDownFill16 = ImageAsset(name: "DisclosureDownFill16") + public static let disclosureDownFill24 = ImageAsset(name: "DisclosureDownFill24") + public static let disclosureDownFill36 = ImageAsset(name: "DisclosureDownFill36") + public static let disclosureDownOutline16 = ImageAsset(name: "DisclosureDownOutline16") + public static let disclosureDownOutline24 = ImageAsset(name: "DisclosureDownOutline24") + public static let disclosureDownOutline36 = ImageAsset(name: "DisclosureDownOutline36") + public static let disclosureLeftFill16 = ImageAsset(name: "DisclosureLeftFill16") + public static let disclosureLeftFill24 = ImageAsset(name: "DisclosureLeftFill24") + public static let disclosureLeftFill36 = ImageAsset(name: "DisclosureLeftFill36") + public static let disclosureLeftOutline16 = ImageAsset(name: "DisclosureLeftOutline16") + public static let disclosureLeftOutline24 = ImageAsset(name: "DisclosureLeftOutline24") + public static let disclosureLeftOutline36 = ImageAsset(name: "DisclosureLeftOutline36") + public static let disclosureRightFill16 = ImageAsset(name: "DisclosureRightFill16") + public static let disclosureRightFill24 = ImageAsset(name: "DisclosureRightFill24") + public static let disclosureRightFill36 = ImageAsset(name: "DisclosureRightFill36") + public static let disclosureRightOutline16 = ImageAsset(name: "DisclosureRightOutline16") + public static let disclosureRightOutline24 = ImageAsset(name: "DisclosureRightOutline24") + public static let disclosureRightOutline36 = ImageAsset(name: "DisclosureRightOutline36") + public static let disclosureUpFill16 = ImageAsset(name: "DisclosureUpFill16") + public static let disclosureUpFill24 = ImageAsset(name: "DisclosureUpFill24") + public static let disclosureUpFill36 = ImageAsset(name: "DisclosureUpFill36") + public static let disclosureUpOutline16 = ImageAsset(name: "DisclosureUpOutline16") + public static let disclosureUpOutline24 = ImageAsset(name: "DisclosureUpOutline24") + public static let disclosureUpOutline36 = ImageAsset(name: "DisclosureUpOutline36") + public static let dishwasherBrillianceFill16 = ImageAsset(name: "DishwasherBrillianceFill16") + public static let dishwasherBrillianceFill24 = ImageAsset(name: "DishwasherBrillianceFill24") + public static let dishwasherBrillianceFill36 = ImageAsset(name: "DishwasherBrillianceFill36") + public static let dishwasherBrillianceOutline16 = ImageAsset(name: "DishwasherBrillianceOutline16") + public static let dishwasherBrillianceOutline24 = ImageAsset(name: "DishwasherBrillianceOutline24") + public static let dishwasherBrillianceOutline36 = ImageAsset(name: "DishwasherBrillianceOutline36") + public static let dishwasherFill16 = ImageAsset(name: "DishwasherFill16") + public static let dishwasherFill24 = ImageAsset(name: "DishwasherFill24") + public static let dishwasherFill36 = ImageAsset(name: "DishwasherFill36") + public static let dishwasherIntensiveFill16 = ImageAsset(name: "DishwasherIntensiveFill16") + public static let dishwasherIntensiveFill24 = ImageAsset(name: "DishwasherIntensiveFill24") + public static let dishwasherIntensiveFill36 = ImageAsset(name: "DishwasherIntensiveFill36") + public static let dishwasherIntensiveOutline16 = ImageAsset(name: "DishwasherIntensiveOutline16") + public static let dishwasherIntensiveOutline24 = ImageAsset(name: "DishwasherIntensiveOutline24") + public static let dishwasherIntensiveOutline36 = ImageAsset(name: "DishwasherIntensiveOutline36") + public static let dishwasherNormalFill16 = ImageAsset(name: "DishwasherNormalFill16") + public static let dishwasherNormalFill24 = ImageAsset(name: "DishwasherNormalFill24") + public static let dishwasherNormalFill36 = ImageAsset(name: "DishwasherNormalFill36") + public static let dishwasherNormalOutline16 = ImageAsset(name: "DishwasherNormalOutline16") + public static let dishwasherNormalOutline24 = ImageAsset(name: "DishwasherNormalOutline24") + public static let dishwasherNormalOutline36 = ImageAsset(name: "DishwasherNormalOutline36") + public static let dishwasherOutline16 = ImageAsset(name: "DishwasherOutline16") + public static let dishwasherOutline24 = ImageAsset(name: "DishwasherOutline24") + public static let dishwasherOutline36 = ImageAsset(name: "DishwasherOutline36") + public static let dishwasherSelfcleanFill16 = ImageAsset(name: "DishwasherSelfcleanFill16") + public static let dishwasherSelfcleanFill24 = ImageAsset(name: "DishwasherSelfcleanFill24") + public static let dishwasherSelfcleanFill36 = ImageAsset(name: "DishwasherSelfcleanFill36") + public static let dishwasherSelfcleanOutline16 = ImageAsset(name: "DishwasherSelfcleanOutline16") + public static let dishwasherSelfcleanOutline24 = ImageAsset(name: "DishwasherSelfcleanOutline24") + public static let dishwasherSelfcleanOutline36 = ImageAsset(name: "DishwasherSelfcleanOutline36") + public static let dishwasherSuper60Fill16 = ImageAsset(name: "DishwasherSuper60Fill16") + public static let dishwasherSuper60Fill24 = ImageAsset(name: "DishwasherSuper60Fill24") + public static let dishwasherSuper60Fill36 = ImageAsset(name: "DishwasherSuper60Fill36") + public static let dishwasherSuper60Outline16 = ImageAsset(name: "DishwasherSuper60Outline16") + public static let dishwasherSuper60Outline24 = ImageAsset(name: "DishwasherSuper60Outline24") + public static let dishwasherSuper60Outline36 = ImageAsset(name: "DishwasherSuper60Outline36") + public static let dislikeFill16 = ImageAsset(name: "DislikeFill16") + public static let dislikeFill24 = ImageAsset(name: "DislikeFill24") + public static let dislikeFill36 = ImageAsset(name: "DislikeFill36") + public static let dislikeOutline16 = ImageAsset(name: "DislikeOutline16") + public static let dislikeOutline24 = ImageAsset(name: "DislikeOutline24") + public static let dislikeOutline36 = ImageAsset(name: "DislikeOutline36") + public static let documentAutopayFill16 = ImageAsset(name: "DocumentAutopayFill16") + public static let documentAutopayFill24 = ImageAsset(name: "DocumentAutopayFill24") + public static let documentAutopayFill36 = ImageAsset(name: "DocumentAutopayFill36") + public static let documentAutopayOutline16 = ImageAsset(name: "DocumentAutopayOutline16") + public static let documentAutopayOutline24 = ImageAsset(name: "DocumentAutopayOutline24") + public static let documentAutopayOutline36 = ImageAsset(name: "DocumentAutopayOutline36") + public static let documentBackwardFill16 = ImageAsset(name: "DocumentBackwardFill16") + public static let documentBackwardFill24 = ImageAsset(name: "DocumentBackwardFill24") + public static let documentBackwardFill36 = ImageAsset(name: "DocumentBackwardFill36") + public static let documentBackwardOutline16 = ImageAsset(name: "DocumentBackwardOutline16") + public static let documentBackwardOutline24 = ImageAsset(name: "DocumentBackwardOutline24") + public static let documentBackwardOutline36 = ImageAsset(name: "DocumentBackwardOutline36") + public static let documentFill16 = ImageAsset(name: "DocumentFill16") + public static let documentFill24 = ImageAsset(name: "DocumentFill24") + public static let documentFill36 = ImageAsset(name: "DocumentFill36") + public static let documentForwardFill16 = ImageAsset(name: "DocumentForwardFill16") + public static let documentForwardFill24 = ImageAsset(name: "DocumentForwardFill24") + public static let documentForwardFill36 = ImageAsset(name: "DocumentForwardFill36") + public static let documentForwardOutline16 = ImageAsset(name: "DocumentForwardOutline16") + public static let documentForwardOutline24 = ImageAsset(name: "DocumentForwardOutline24") + public static let documentForwardOutline36 = ImageAsset(name: "DocumentForwardOutline36") + public static let documentGlassFill16 = ImageAsset(name: "DocumentGlassFill16") + public static let documentGlassFill24 = ImageAsset(name: "DocumentGlassFill24") + public static let documentGlassFill36 = ImageAsset(name: "DocumentGlassFill36") + public static let documentGlassOutline16 = ImageAsset(name: "DocumentGlassOutline16") + public static let documentGlassOutline24 = ImageAsset(name: "DocumentGlassOutline24") + public static let documentGlassOutline36 = ImageAsset(name: "DocumentGlassOutline36") + public static let documentOutline16 = ImageAsset(name: "DocumentOutline16") + public static let documentOutline24 = ImageAsset(name: "DocumentOutline24") + public static let documentOutline36 = ImageAsset(name: "DocumentOutline36") + public static let done16 = ImageAsset(name: "Done16") + public static let done24 = ImageAsset(name: "Done24") + public static let done36 = ImageAsset(name: "Done36") + public static let doneCircleFill16 = ImageAsset(name: "DoneCircleFill16") + public static let doneCircleFill24 = ImageAsset(name: "DoneCircleFill24") + public static let doneCircleFill36 = ImageAsset(name: "DoneCircleFill36") + public static let doneCircleOutline16 = ImageAsset(name: "DoneCircleOutline16") + public static let doneCircleOutline24 = ImageAsset(name: "DoneCircleOutline24") + public static let doneCircleOutline36 = ImageAsset(name: "DoneCircleOutline36") + public static let doneDouble16 = ImageAsset(name: "DoneDouble16") + public static let doneDouble24 = ImageAsset(name: "DoneDouble24") + public static let doneDouble36 = ImageAsset(name: "DoneDouble36") + public static let doneSquareFill16 = ImageAsset(name: "DoneSquareFill16") + public static let doneSquareFill24 = ImageAsset(name: "DoneSquareFill24") + public static let doneSquareFill36 = ImageAsset(name: "DoneSquareFill36") + public static let doneSquareOutline16 = ImageAsset(name: "DoneSquareOutline16") + public static let doneSquareOutline24 = ImageAsset(name: "DoneSquareOutline24") + public static let doneSquareOutline36 = ImageAsset(name: "DoneSquareOutline36") + public static let doorLClosedFill16 = ImageAsset(name: "DoorLClosedFill16") + public static let doorLClosedFill24 = ImageAsset(name: "DoorLClosedFill24") + public static let doorLClosedFill36 = ImageAsset(name: "DoorLClosedFill36") + public static let doorLClosedOutline16 = ImageAsset(name: "DoorLClosedOutline16") + public static let doorLClosedOutline24 = ImageAsset(name: "DoorLClosedOutline24") + public static let doorLClosedOutline36 = ImageAsset(name: "DoorLClosedOutline36") + public static let doorLOpenFill16 = ImageAsset(name: "DoorLOpenFill16") + public static let doorLOpenFill24 = ImageAsset(name: "DoorLOpenFill24") + public static let doorLOpenFill36 = ImageAsset(name: "DoorLOpenFill36") + public static let doorLOpenOutline16 = ImageAsset(name: "DoorLOpenOutline16") + public static let doorLOpenOutline24 = ImageAsset(name: "DoorLOpenOutline24") + public static let doorLOpenOutline36 = ImageAsset(name: "DoorLOpenOutline36") + public static let doorRClosedFill16 = ImageAsset(name: "DoorRClosedFill16") + public static let doorRClosedFill24 = ImageAsset(name: "DoorRClosedFill24") + public static let doorRClosedFill36 = ImageAsset(name: "DoorRClosedFill36") + public static let doorRClosedOutline16 = ImageAsset(name: "DoorRClosedOutline16") + public static let doorRClosedOutline24 = ImageAsset(name: "DoorRClosedOutline24") + public static let doorRClosedOutline36 = ImageAsset(name: "DoorRClosedOutline36") + public static let doorROpenFill16 = ImageAsset(name: "DoorROpenFill16") + public static let doorROpenFill24 = ImageAsset(name: "DoorROpenFill24") + public static let doorROpenFill36 = ImageAsset(name: "DoorROpenFill36") + public static let doorROpenOutline16 = ImageAsset(name: "DoorROpenOutline16") + public static let doorROpenOutline24 = ImageAsset(name: "DoorROpenOutline24") + public static let doorROpenOutline36 = ImageAsset(name: "DoorROpenOutline36") + public static let dotsHorizontalOutline16 = ImageAsset(name: "DotsHorizontalOutline16") + public static let dotsHorizontalOutline24 = ImageAsset(name: "DotsHorizontalOutline24") + public static let dotsHorizontalOutline36 = ImageAsset(name: "DotsHorizontalOutline36") + public static let dotsVerticalOutline16 = ImageAsset(name: "DotsVerticalOutline16") + public static let dotsVerticalOutline24 = ImageAsset(name: "DotsVerticalOutline24") + public static let dotsVerticalOutline36 = ImageAsset(name: "DotsVerticalOutline36") + public static let doubleDisclosureLeft16 = ImageAsset(name: "DoubleDisclosureLeft16") + public static let doubleDisclosureLeft24 = ImageAsset(name: "DoubleDisclosureLeft24") + public static let doubleDisclosureLeft36 = ImageAsset(name: "DoubleDisclosureLeft36") + public static let doubleDisclosureRight16 = ImageAsset(name: "DoubleDisclosureRight16") + public static let doubleDisclosureRight24 = ImageAsset(name: "DoubleDisclosureRight24") + public static let doubleDisclosureRight36 = ImageAsset(name: "DoubleDisclosureRight36") + public static let download16 = ImageAsset(name: "Download16") + public static let download24 = ImageAsset(name: "Download24") + public static let download36 = ImageAsset(name: "Download36") + public static let drag16 = ImageAsset(name: "Drag16") + public static let drag24 = ImageAsset(name: "Drag24") + public static let drag36 = ImageAsset(name: "Drag36") + public static let dropDashFill16 = ImageAsset(name: "DropDashFill16") + public static let dropDashFill24 = ImageAsset(name: "DropDashFill24") + public static let dropDashFill36 = ImageAsset(name: "DropDashFill36") + public static let dropDashOutline16 = ImageAsset(name: "DropDashOutline16") + public static let dropDashOutline24 = ImageAsset(name: "DropDashOutline24") + public static let dropDashOutline36 = ImageAsset(name: "DropDashOutline36") + public static let dropFill16 = ImageAsset(name: "DropFill16") + public static let dropFill24 = ImageAsset(name: "DropFill24") + public static let dropFill36 = ImageAsset(name: "DropFill36") + public static let dropOutline16 = ImageAsset(name: "DropOutline16") + public static let dropOutline24 = ImageAsset(name: "DropOutline24") + public static let dropOutline36 = ImageAsset(name: "DropOutline36") + public static let earDashFill16 = ImageAsset(name: "EarDashFill16") + public static let earDashFill24 = ImageAsset(name: "EarDashFill24") + public static let earDashFill36 = ImageAsset(name: "EarDashFill36") + public static let earDashOutline16 = ImageAsset(name: "EarDashOutline16") + public static let earDashOutline24 = ImageAsset(name: "EarDashOutline24") + public static let earDashOutline36 = ImageAsset(name: "EarDashOutline36") + public static let earErrorFill16 = ImageAsset(name: "EarErrorFill16") + public static let earErrorFill24 = ImageAsset(name: "EarErrorFill24") + public static let earErrorFill36 = ImageAsset(name: "EarErrorFill36") + public static let earErrorOutline16 = ImageAsset(name: "EarErrorOutline16") + public static let earErrorOutline24 = ImageAsset(name: "EarErrorOutline24") + public static let earErrorOutline36 = ImageAsset(name: "EarErrorOutline36") + public static let earFill16 = ImageAsset(name: "EarFill16") + public static let earFill24 = ImageAsset(name: "EarFill24") + public static let earFill36 = ImageAsset(name: "EarFill36") + public static let earOutline16 = ImageAsset(name: "EarOutline16") + public static let earOutline24 = ImageAsset(name: "EarOutline24") + public static let earOutline36 = ImageAsset(name: "EarOutline36") + public static let editFill16 = ImageAsset(name: "EditFill16") + public static let editFill24 = ImageAsset(name: "EditFill24") + public static let editFill36 = ImageAsset(name: "EditFill36") + public static let editOutline16 = ImageAsset(name: "EditOutline16") + public static let editOutline24 = ImageAsset(name: "EditOutline24") + public static let editOutline36 = ImageAsset(name: "EditOutline36") + public static let educationFill16 = ImageAsset(name: "EducationFill16") + public static let educationFill24 = ImageAsset(name: "EducationFill24") + public static let educationFill36 = ImageAsset(name: "EducationFill36") + public static let educationOutline16 = ImageAsset(name: "EducationOutline16") + public static let educationOutline24 = ImageAsset(name: "EducationOutline24") + public static let educationOutline36 = ImageAsset(name: "EducationOutline36") + public static let eraserFill16 = ImageAsset(name: "EraserFill16") + public static let eraserFill24 = ImageAsset(name: "EraserFill24") + public static let eraserFill36 = ImageAsset(name: "EraserFill36") + public static let eraserOutline16 = ImageAsset(name: "EraserOutline16") + public static let eraserOutline24 = ImageAsset(name: "EraserOutline24") + public static let eraserOutline36 = ImageAsset(name: "EraserOutline36") + public static let ethernetFill16 = ImageAsset(name: "EthernetFill16") + public static let ethernetFill24 = ImageAsset(name: "EthernetFill24") + public static let ethernetFill36 = ImageAsset(name: "EthernetFill36") + public static let ethernetOutline16 = ImageAsset(name: "EthernetOutline16") + public static let ethernetOutline24 = ImageAsset(name: "EthernetOutline24") + public static let ethernetOutline36 = ImageAsset(name: "EthernetOutline36") + public static let eyeClosedFill16 = ImageAsset(name: "EyeClosedFill16") + public static let eyeClosedFill24 = ImageAsset(name: "EyeClosedFill24") + public static let eyeClosedFill36 = ImageAsset(name: "EyeClosedFill36") + public static let eyeClosedOutline16 = ImageAsset(name: "EyeClosedOutline16") + public static let eyeClosedOutline24 = ImageAsset(name: "EyeClosedOutline24") + public static let eyeClosedOutline36 = ImageAsset(name: "EyeClosedOutline36") + public static let eyeFill16 = ImageAsset(name: "EyeFill16") + public static let eyeFill24 = ImageAsset(name: "EyeFill24") + public static let eyeFill36 = ImageAsset(name: "EyeFill36") + public static let eyeOutline16 = ImageAsset(name: "EyeOutline16") + public static let eyeOutline24 = ImageAsset(name: "EyeOutline24") + public static let eyeOutline36 = ImageAsset(name: "EyeOutline36") + public static let feedbackCircleFill16 = ImageAsset(name: "FeedbackCircleFill16") + public static let feedbackCircleFill24 = ImageAsset(name: "FeedbackCircleFill24") + public static let feedbackCircleFill36 = ImageAsset(name: "FeedbackCircleFill36") + public static let fileCheckFill16 = ImageAsset(name: "FileCheckFill16") + public static let fileCheckFill24 = ImageAsset(name: "FileCheckFill24") + public static let fileCheckFill36 = ImageAsset(name: "FileCheckFill36") + public static let fileCheckOutline16 = ImageAsset(name: "FileCheckOutline16") + public static let fileCheckOutline24 = ImageAsset(name: "FileCheckOutline24") + public static let fileCheckOutline36 = ImageAsset(name: "FileCheckOutline36") + public static let fileErrorFill16 = ImageAsset(name: "FileErrorFill16") + public static let fileErrorFill24 = ImageAsset(name: "FileErrorFill24") + public static let fileErrorFill36 = ImageAsset(name: "FileErrorFill36") + public static let fileErrorOutline16 = ImageAsset(name: "FileErrorOutline16") + public static let fileErrorOutline24 = ImageAsset(name: "FileErrorOutline24") + public static let fileErrorOutline36 = ImageAsset(name: "FileErrorOutline36") + public static let fileGlassFill16 = ImageAsset(name: "FileGlassFill16") + public static let fileGlassFill24 = ImageAsset(name: "FileGlassFill24") + public static let fileGlassFill36 = ImageAsset(name: "FileGlassFill36") + public static let fileGlassOutline16 = ImageAsset(name: "FileGlassOutline16") + public static let fileGlassOutline24 = ImageAsset(name: "FileGlassOutline24") + public static let fileGlassOutline36 = ImageAsset(name: "FileGlassOutline36") + public static let fileStackFill16 = ImageAsset(name: "FileStackFill16") + public static let fileStackFill24 = ImageAsset(name: "FileStackFill24") + public static let fileStackFill36 = ImageAsset(name: "FileStackFill36") + public static let fileStackOutline16 = ImageAsset(name: "FileStackOutline16") + public static let fileStackOutline24 = ImageAsset(name: "FileStackOutline24") + public static let fileStackOutline36 = ImageAsset(name: "FileStackOutline36") + public static let fileTextFill16 = ImageAsset(name: "FileTextFill16") + public static let fileTextFill24 = ImageAsset(name: "FileTextFill24") + public static let fileTextFill36 = ImageAsset(name: "FileTextFill36") + public static let fileTextOutline16 = ImageAsset(name: "FileTextOutline16") + public static let fileTextOutline24 = ImageAsset(name: "FileTextOutline24") + public static let fileTextOutline36 = ImageAsset(name: "FileTextOutline36") + public static let filter16 = ImageAsset(name: "Filter16") + public static let filter24 = ImageAsset(name: "Filter24") + public static let filter36 = ImageAsset(name: "Filter36") + public static let filterFunnelFill16 = ImageAsset(name: "FilterFunnelFill16") + public static let filterFunnelFill24 = ImageAsset(name: "FilterFunnelFill24") + public static let filterFunnelFill36 = ImageAsset(name: "FilterFunnelFill36") + public static let filterFunnelOutline16 = ImageAsset(name: "FilterFunnelOutline16") + public static let filterFunnelOutline24 = ImageAsset(name: "FilterFunnelOutline24") + public static let filterFunnelOutline36 = ImageAsset(name: "FilterFunnelOutline36") + public static let fireFill16 = ImageAsset(name: "FireFill16") + public static let fireFill24 = ImageAsset(name: "FireFill24") + public static let fireFill36 = ImageAsset(name: "FireFill36") + public static let fireOutline16 = ImageAsset(name: "FireOutline16") + public static let fireOutline24 = ImageAsset(name: "FireOutline24") + public static let fireOutline36 = ImageAsset(name: "FireOutline36") + public static let flagFill16 = ImageAsset(name: "FlagFill16") + public static let flagFill24 = ImageAsset(name: "FlagFill24") + public static let flagFill36 = ImageAsset(name: "FlagFill36") + public static let flagOutline16 = ImageAsset(name: "FlagOutline16") + public static let flagOutline24 = ImageAsset(name: "FlagOutline24") + public static let flagOutline36 = ImageAsset(name: "FlagOutline36") + public static let flashDriveFill16 = ImageAsset(name: "FlashDriveFill16") + public static let flashDriveFill24 = ImageAsset(name: "FlashDriveFill24") + public static let flashDriveFill36 = ImageAsset(name: "FlashDriveFill36") + public static let flashDriveOutline16 = ImageAsset(name: "FlashDriveOutline16") + public static let flashDriveOutline24 = ImageAsset(name: "FlashDriveOutline24") + public static let flashDriveOutline36 = ImageAsset(name: "FlashDriveOutline36") + public static let flasherFill16 = ImageAsset(name: "FlasherFill16") + public static let flasherFill24 = ImageAsset(name: "FlasherFill24") + public static let flasherFill36 = ImageAsset(name: "FlasherFill36") + public static let flasherOutline16 = ImageAsset(name: "FlasherOutline16") + public static let flasherOutline24 = ImageAsset(name: "FlasherOutline24") + public static let flasherOutline36 = ImageAsset(name: "FlasherOutline36") + public static let focusFill16 = ImageAsset(name: "FocusFill16") + public static let focusFill24 = ImageAsset(name: "FocusFill24") + public static let focusFill36 = ImageAsset(name: "FocusFill36") + public static let focusOutline16 = ImageAsset(name: "FocusOutline16") + public static let focusOutline24 = ImageAsset(name: "FocusOutline24") + public static let focusOutline36 = ImageAsset(name: "FocusOutline36") + public static let folderFill16 = ImageAsset(name: "FolderFill16") + public static let folderFill24 = ImageAsset(name: "FolderFill24") + public static let folderFill36 = ImageAsset(name: "FolderFill36") + public static let folderOutline16 = ImageAsset(name: "FolderOutline16") + public static let folderOutline24 = ImageAsset(name: "FolderOutline24") + public static let folderOutline36 = ImageAsset(name: "FolderOutline36") + public static let folderPlusFill16 = ImageAsset(name: "FolderPlusFill16") + public static let folderPlusFill24 = ImageAsset(name: "FolderPlusFill24") + public static let folderPlusFill36 = ImageAsset(name: "FolderPlusFill36") + public static let folderPlusOutline16 = ImageAsset(name: "FolderPlusOutline16") + public static let folderPlusOutline24 = ImageAsset(name: "FolderPlusOutline24") + public static let folderPlusOutline36 = ImageAsset(name: "FolderPlusOutline36") + public static let footballFill16 = ImageAsset(name: "FootballFill16") + public static let footballFill24 = ImageAsset(name: "FootballFill24") + public static let footballFill36 = ImageAsset(name: "FootballFill36") + public static let footballOutline16 = ImageAsset(name: "FootballOutline16") + public static let footballOutline24 = ImageAsset(name: "FootballOutline24") + public static let footballOutline36 = ImageAsset(name: "FootballOutline36") + public static let fullscreenOff16 = ImageAsset(name: "FullscreenOff16") + public static let fullscreenOff24 = ImageAsset(name: "FullscreenOff24") + public static let fullscreenOff36 = ImageAsset(name: "FullscreenOff36") + public static let fullscreenOn16 = ImageAsset(name: "FullscreenOn16") + public static let fullscreenOn24 = ImageAsset(name: "FullscreenOn24") + public static let fullscreenOn36 = ImageAsset(name: "FullscreenOn36") + public static let gamepadFill16 = ImageAsset(name: "GamepadFill16") + public static let gamepadFill24 = ImageAsset(name: "GamepadFill24") + public static let gamepadFill36 = ImageAsset(name: "GamepadFill36") + public static let gamepadOutline16 = ImageAsset(name: "GamepadOutline16") + public static let gamepadOutline24 = ImageAsset(name: "GamepadOutline24") + public static let gamepadOutline36 = ImageAsset(name: "GamepadOutline36") + public static let gasStationFill16 = ImageAsset(name: "GasStationFill16") + public static let gasStationFill24 = ImageAsset(name: "GasStationFill24") + public static let gasStationFill36 = ImageAsset(name: "GasStationFill36") + public static let gasStationOutline16 = ImageAsset(name: "GasStationOutline16") + public static let gasStationOutline24 = ImageAsset(name: "GasStationOutline24") + public static let gasStationOutline36 = ImageAsset(name: "GasStationOutline36") + public static let giftFill16 = ImageAsset(name: "GiftFill16") + public static let giftFill24 = ImageAsset(name: "GiftFill24") + public static let giftFill36 = ImageAsset(name: "GiftFill36") + public static let giftOutline16 = ImageAsset(name: "GiftOutline16") + public static let giftOutline24 = ImageAsset(name: "GiftOutline24") + public static let giftOutline36 = ImageAsset(name: "GiftOutline36") + public static let glassCareFill16 = ImageAsset(name: "GlassCareFill16") + public static let glassCareFill24 = ImageAsset(name: "GlassCareFill24") + public static let glassCareFill36 = ImageAsset(name: "GlassCareFill36") + public static let glassCareOutline16 = ImageAsset(name: "GlassCareOutline16") + public static let glassCareOutline24 = ImageAsset(name: "GlassCareOutline24") + public static let glassCareOutline36 = ImageAsset(name: "GlassCareOutline36") + public static let glassFill16 = ImageAsset(name: "GlassFill16") + public static let glassFill24 = ImageAsset(name: "GlassFill24") + public static let glassFill36 = ImageAsset(name: "GlassFill36") + public static let glassOutline16 = ImageAsset(name: "GlassOutline16") + public static let glassOutline24 = ImageAsset(name: "GlassOutline24") + public static let glassOutline36 = ImageAsset(name: "GlassOutline36") + public static let glassesFill16 = ImageAsset(name: "GlassesFill16") + public static let glassesFill24 = ImageAsset(name: "GlassesFill24") + public static let glassesFill36 = ImageAsset(name: "GlassesFill36") + public static let glassesOutline16 = ImageAsset(name: "GlassesOutline16") + public static let glassesOutline24 = ImageAsset(name: "GlassesOutline24") + public static let glassesOutline36 = ImageAsset(name: "GlassesOutline36") + public static let globeFill16 = ImageAsset(name: "GlobeFill16") + public static let globeFill24 = ImageAsset(name: "GlobeFill24") + public static let globeFill36 = ImageAsset(name: "GlobeFill36") + public static let globeOutline16 = ImageAsset(name: "GlobeOutline16") + public static let globeOutline24 = ImageAsset(name: "GlobeOutline24") + public static let globeOutline36 = ImageAsset(name: "GlobeOutline36") + public static let groupFill16 = ImageAsset(name: "GroupFill16") + public static let groupFill24 = ImageAsset(name: "GroupFill24") + public static let groupFill36 = ImageAsset(name: "GroupFill36") + public static let groupOutline16 = ImageAsset(name: "GroupOutline16") + public static let groupOutline24 = ImageAsset(name: "GroupOutline24") + public static let groupOutline36 = ImageAsset(name: "GroupOutline36") + public static let gyroOutline16 = ImageAsset(name: "GyroOutline16") + public static let gyroOutline24 = ImageAsset(name: "GyroOutline24") + public static let gyroOutline36 = ImageAsset(name: "GyroOutline36") + public static let handActionFill16 = ImageAsset(name: "HandActionFill16") + public static let handActionFill24 = ImageAsset(name: "HandActionFill24") + public static let handActionFill36 = ImageAsset(name: "HandActionFill36") + public static let handActionOutline16 = ImageAsset(name: "HandActionOutline16") + public static let handActionOutline24 = ImageAsset(name: "HandActionOutline24") + public static let handActionOutline36 = ImageAsset(name: "HandActionOutline36") + public static let handFill16 = ImageAsset(name: "HandFill16") + public static let handFill24 = ImageAsset(name: "HandFill24") + public static let handFill36 = ImageAsset(name: "HandFill36") + public static let handOutline16 = ImageAsset(name: "HandOutline16") + public static let handOutline24 = ImageAsset(name: "HandOutline24") + public static let handOutline36 = ImageAsset(name: "HandOutline36") + public static let handPointerFill16 = ImageAsset(name: "HandPointerFill16") + public static let handPointerFill24 = ImageAsset(name: "HandPointerFill24") + public static let handPointerFill36 = ImageAsset(name: "HandPointerFill36") + public static let handPointerOutline16 = ImageAsset(name: "HandPointerOutline16") + public static let handPointerOutline24 = ImageAsset(name: "HandPointerOutline24") + public static let handPointerOutline36 = ImageAsset(name: "HandPointerOutline36") + public static let handTapFill16 = ImageAsset(name: "HandTapFill16") + public static let handTapFill24 = ImageAsset(name: "HandTapFill24") + public static let handTapFill36 = ImageAsset(name: "HandTapFill36") + public static let handTapOutline16 = ImageAsset(name: "HandTapOutline16") + public static let handTapOutline24 = ImageAsset(name: "HandTapOutline24") + public static let handTapOutline36 = ImageAsset(name: "HandTapOutline36") + public static let hdmiFill16 = ImageAsset(name: "HdmiFill16") + public static let hdmiFill24 = ImageAsset(name: "HdmiFill24") + public static let hdmiFill36 = ImageAsset(name: "HdmiFill36") + public static let hdmiOutline16 = ImageAsset(name: "HdmiOutline16") + public static let hdmiOutline24 = ImageAsset(name: "HdmiOutline24") + public static let hdmiOutline36 = ImageAsset(name: "HdmiOutline36") + public static let headphonesFill16 = ImageAsset(name: "HeadphonesFill16") + public static let headphonesFill24 = ImageAsset(name: "HeadphonesFill24") + public static let headphonesFill36 = ImageAsset(name: "HeadphonesFill36") + public static let headphonesOutline16 = ImageAsset(name: "HeadphonesOutline16") + public static let headphonesOutline24 = ImageAsset(name: "HeadphonesOutline24") + public static let headphonesOutline36 = ImageAsset(name: "HeadphonesOutline36") + public static let heartBoxFill16 = ImageAsset(name: "HeartBoxFill16") + public static let heartBoxFill24 = ImageAsset(name: "HeartBoxFill24") + public static let heartBoxFill36 = ImageAsset(name: "HeartBoxFill36") + public static let heartBoxOutline16 = ImageAsset(name: "HeartBoxOutline16") + public static let heartBoxOutline24 = ImageAsset(name: "HeartBoxOutline24") + public static let heartBoxOutline36 = ImageAsset(name: "HeartBoxOutline36") + public static let heartCircleFill16 = ImageAsset(name: "HeartCircleFill16") + public static let heartCircleFill24 = ImageAsset(name: "HeartCircleFill24") + public static let heartCircleFill36 = ImageAsset(name: "HeartCircleFill36") + public static let heartCircleOutline16 = ImageAsset(name: "HeartCircleOutline16") + public static let heartCircleOutline24 = ImageAsset(name: "HeartCircleOutline24") + public static let heartCircleOutline36 = ImageAsset(name: "HeartCircleOutline36") + public static let heartDashFill16 = ImageAsset(name: "HeartDashFill16") + public static let heartDashFill24 = ImageAsset(name: "HeartDashFill24") + public static let heartDashFill36 = ImageAsset(name: "HeartDashFill36") + public static let heartDashOutline16 = ImageAsset(name: "HeartDashOutline16") + public static let heartDashOutline24 = ImageAsset(name: "HeartDashOutline24") + public static let heartDashOutline36 = ImageAsset(name: "HeartDashOutline36") + public static let heartFill16 = ImageAsset(name: "HeartFill16") + public static let heartFill24 = ImageAsset(name: "HeartFill24") + public static let heartFill36 = ImageAsset(name: "HeartFill36") + public static let heartOutline16 = ImageAsset(name: "HeartOutline16") + public static let heartOutline24 = ImageAsset(name: "HeartOutline24") + public static let heartOutline36 = ImageAsset(name: "HeartOutline36") + public static let helpCircleFill16 = ImageAsset(name: "HelpCircleFill16") + public static let helpCircleFill24 = ImageAsset(name: "HelpCircleFill24") + public static let helpCircleFill36 = ImageAsset(name: "HelpCircleFill36") + public static let helpCircleOutline16 = ImageAsset(name: "HelpCircleOutline16") + public static let helpCircleOutline24 = ImageAsset(name: "HelpCircleOutline24") + public static let helpCircleOutline36 = ImageAsset(name: "HelpCircleOutline36") + public static let homeAltFill16 = ImageAsset(name: "HomeAltFill16") + public static let homeAltFill24 = ImageAsset(name: "HomeAltFill24") + public static let homeAltFill36 = ImageAsset(name: "HomeAltFill36") + public static let homeAltOutline16 = ImageAsset(name: "HomeAltOutline16") + public static let homeAltOutline24 = ImageAsset(name: "HomeAltOutline24") + public static let homeAltOutline36 = ImageAsset(name: "HomeAltOutline36") + public static let hourglassBotFill16 = ImageAsset(name: "HourglassBotFill16") + public static let hourglassBotFill24 = ImageAsset(name: "HourglassBotFill24") + public static let hourglassBotFill36 = ImageAsset(name: "HourglassBotFill36") + public static let hourglassBotOutline16 = ImageAsset(name: "HourglassBotOutline16") + public static let hourglassBotOutline24 = ImageAsset(name: "HourglassBotOutline24") + public static let hourglassBotOutline36 = ImageAsset(name: "HourglassBotOutline36") + public static let hourglassFill16 = ImageAsset(name: "HourglassFill16") + public static let hourglassFill24 = ImageAsset(name: "HourglassFill24") + public static let hourglassFill36 = ImageAsset(name: "HourglassFill36") + public static let hourglassOutline16 = ImageAsset(name: "HourglassOutline16") + public static let hourglassOutline24 = ImageAsset(name: "HourglassOutline24") + public static let hourglassOutline36 = ImageAsset(name: "HourglassOutline36") + public static let hourglassTopFill16 = ImageAsset(name: "HourglassTopFill16") + public static let hourglassTopFill24 = ImageAsset(name: "HourglassTopFill24") + public static let hourglassTopFill36 = ImageAsset(name: "HourglassTopFill36") + public static let hourglassTopOutline16 = ImageAsset(name: "HourglassTopOutline16") + public static let hourglassTopOutline24 = ImageAsset(name: "HourglassTopOutline24") + public static let hourglassTopOutline36 = ImageAsset(name: "HourglassTopOutline36") + public static let houseFill16 = ImageAsset(name: "HouseFill16") + public static let houseFill24 = ImageAsset(name: "HouseFill24") + public static let houseFill36 = ImageAsset(name: "HouseFill36") + public static let houseHandsetFill16 = ImageAsset(name: "HouseHandsetFill16") + public static let houseHandsetFill24 = ImageAsset(name: "HouseHandsetFill24") + public static let houseHandsetFill36 = ImageAsset(name: "HouseHandsetFill36") + public static let houseHandsetOutline16 = ImageAsset(name: "HouseHandsetOutline16") + public static let houseHandsetOutline24 = ImageAsset(name: "HouseHandsetOutline24") + public static let houseHandsetOutline36 = ImageAsset(name: "HouseHandsetOutline36") + public static let houseOutline16 = ImageAsset(name: "HouseOutline16") + public static let houseOutline24 = ImageAsset(name: "HouseOutline24") + public static let houseOutline36 = ImageAsset(name: "HouseOutline36") + public static let housePercentFill16 = ImageAsset(name: "HousePercentFill16") + public static let housePercentFill24 = ImageAsset(name: "HousePercentFill24") + public static let housePercentFill36 = ImageAsset(name: "HousePercentFill36") + public static let housePercentOutline16 = ImageAsset(name: "HousePercentOutline16") + public static let housePercentOutline24 = ImageAsset(name: "HousePercentOutline24") + public static let housePercentOutline36 = ImageAsset(name: "HousePercentOutline36") + public static let hummerFill16 = ImageAsset(name: "HummerFill16") + public static let hummerFill24 = ImageAsset(name: "HummerFill24") + public static let hummerFill36 = ImageAsset(name: "HummerFill36") + public static let hummerOutline16 = ImageAsset(name: "HummerOutline16") + public static let hummerOutline24 = ImageAsset(name: "HummerOutline24") + public static let hummerOutline36 = ImageAsset(name: "HummerOutline36") + public static let infoCircleFill16 = ImageAsset(name: "InfoCircleFill16") + public static let infoCircleFill24 = ImageAsset(name: "InfoCircleFill24") + public static let infoCircleFill36 = ImageAsset(name: "InfoCircleFill36") + public static let infoCircleOutline16 = ImageAsset(name: "InfoCircleOutline16") + public static let infoCircleOutline24 = ImageAsset(name: "InfoCircleOutline24") + public static let infoCircleOutline36 = ImageAsset(name: "InfoCircleOutline36") + public static let inputsFill16 = ImageAsset(name: "InputsFill16") + public static let inputsFill24 = ImageAsset(name: "InputsFill24") + public static let inputsFill36 = ImageAsset(name: "InputsFill36") + public static let inputsOutline16 = ImageAsset(name: "InputsOutline16") + public static let inputsOutline24 = ImageAsset(name: "InputsOutline24") + public static let inputsOutline36 = ImageAsset(name: "InputsOutline36") + public static let keyFill16 = ImageAsset(name: "KeyFill16") + public static let keyFill24 = ImageAsset(name: "KeyFill24") + public static let keyFill36 = ImageAsset(name: "KeyFill36") + public static let keyOutline16 = ImageAsset(name: "KeyOutline16") + public static let keyOutline24 = ImageAsset(name: "KeyOutline24") + public static let keyOutline36 = ImageAsset(name: "KeyOutline36") + public static let keyboardFill16 = ImageAsset(name: "KeyboardFill16") + public static let keyboardFill24 = ImageAsset(name: "KeyboardFill24") + public static let keyboardFill36 = ImageAsset(name: "KeyboardFill36") + public static let keyboardOutline16 = ImageAsset(name: "KeyboardOutline16") + public static let keyboardOutline24 = ImageAsset(name: "KeyboardOutline24") + public static let keyboardOutline36 = ImageAsset(name: "KeyboardOutline36") + public static let kidsFill16 = ImageAsset(name: "KidsFill16") + public static let kidsFill24 = ImageAsset(name: "KidsFill24") + public static let kidsFill36 = ImageAsset(name: "KidsFill36") + public static let kidsOutline16 = ImageAsset(name: "KidsOutline16") + public static let kidsOutline24 = ImageAsset(name: "KidsOutline24") + public static let kidsOutline36 = ImageAsset(name: "KidsOutline36") + public static let lightbulbFill16 = ImageAsset(name: "LightbulbFill16") + public static let lightbulbFill24 = ImageAsset(name: "LightbulbFill24") + public static let lightbulbFill36 = ImageAsset(name: "LightbulbFill36") + public static let lightbulbOutline16 = ImageAsset(name: "LightbulbOutline16") + public static let lightbulbOutline24 = ImageAsset(name: "LightbulbOutline24") + public static let lightbulbOutline36 = ImageAsset(name: "LightbulbOutline36") + public static let lightningFill16 = ImageAsset(name: "LightningFill16") + public static let lightningFill24 = ImageAsset(name: "LightningFill24") + public static let lightningFill36 = ImageAsset(name: "LightningFill36") + public static let lightningOutline16 = ImageAsset(name: "LightningOutline16") + public static let lightningOutline24 = ImageAsset(name: "LightningOutline24") + public static let lightningOutline36 = ImageAsset(name: "LightningOutline36") + public static let likeFill16 = ImageAsset(name: "LikeFill16") + public static let likeFill24 = ImageAsset(name: "LikeFill24") + public static let likeFill36 = ImageAsset(name: "LikeFill36") + public static let likeOutline16 = ImageAsset(name: "LikeOutline16") + public static let likeOutline24 = ImageAsset(name: "LikeOutline24") + public static let likeOutline36 = ImageAsset(name: "LikeOutline36") + public static let line16 = ImageAsset(name: "Line16") + public static let line24 = ImageAsset(name: "Line24") + public static let line36 = ImageAsset(name: "Line36") + public static let lineLinkFromto16 = ImageAsset(name: "LineLinkFromto16") + public static let lineLinkFromto24 = ImageAsset(name: "LineLinkFromto24") + public static let lineLinkFromto36 = ImageAsset(name: "LineLinkFromto36") + public static let lineLinkToto16 = ImageAsset(name: "LineLinkToto16") + public static let lineLinkToto24 = ImageAsset(name: "LineLinkToto24") + public static let lineLinkToto36 = ImageAsset(name: "LineLinkToto36") + public static let lineWeight16 = ImageAsset(name: "LineWeight16") + public static let lineWeight24 = ImageAsset(name: "LineWeight24") + public static let lineWeight36 = ImageAsset(name: "LineWeight36") + public static let link16 = ImageAsset(name: "Link16") + public static let link24 = ImageAsset(name: "Link24") + public static let link36 = ImageAsset(name: "Link36") + public static let linkError16 = ImageAsset(name: "LinkError16") + public static let linkError24 = ImageAsset(name: "LinkError24") + public static let linkError36 = ImageAsset(name: "LinkError36") + public static let listView16 = ImageAsset(name: "ListView16") + public static let listView24 = ImageAsset(name: "ListView24") + public static let listView36 = ImageAsset(name: "ListView36") + public static let locationArrowFill16 = ImageAsset(name: "LocationArrowFill16") + public static let locationArrowFill24 = ImageAsset(name: "LocationArrowFill24") + public static let locationArrowFill36 = ImageAsset(name: "LocationArrowFill36") + public static let locationArrowOutline16 = ImageAsset(name: "LocationArrowOutline16") + public static let locationArrowOutline24 = ImageAsset(name: "LocationArrowOutline24") + public static let locationArrowOutline36 = ImageAsset(name: "LocationArrowOutline36") + public static let locationPinFill16 = ImageAsset(name: "LocationPinFill16") + public static let locationPinFill24 = ImageAsset(name: "LocationPinFill24") + public static let locationPinFill36 = ImageAsset(name: "LocationPinFill36") + public static let locationPinOutline16 = ImageAsset(name: "LocationPinOutline16") + public static let locationPinOutline24 = ImageAsset(name: "LocationPinOutline24") + public static let locationPinOutline36 = ImageAsset(name: "LocationPinOutline36") + public static let locationPointFill16 = ImageAsset(name: "LocationPointFill16") + public static let locationPointFill24 = ImageAsset(name: "LocationPointFill24") + public static let locationPointFill36 = ImageAsset(name: "LocationPointFill36") + public static let locationPointOutline16 = ImageAsset(name: "LocationPointOutline16") + public static let locationPointOutline24 = ImageAsset(name: "LocationPointOutline24") + public static let locationPointOutline36 = ImageAsset(name: "LocationPointOutline36") + public static let lockFill16 = ImageAsset(name: "LockFill16") + public static let lockFill24 = ImageAsset(name: "LockFill24") + public static let lockFill36 = ImageAsset(name: "LockFill36") + public static let lockOpenFill16 = ImageAsset(name: "LockOpenFill16") + public static let lockOpenFill24 = ImageAsset(name: "LockOpenFill24") + public static let lockOpenFill36 = ImageAsset(name: "LockOpenFill36") + public static let lockOpenOutline16 = ImageAsset(name: "LockOpenOutline16") + public static let lockOpenOutline24 = ImageAsset(name: "LockOpenOutline24") + public static let lockOpenOutline36 = ImageAsset(name: "LockOpenOutline36") + public static let lockOutline16 = ImageAsset(name: "LockOutline16") + public static let lockOutline24 = ImageAsset(name: "LockOutline24") + public static let lockOutline36 = ImageAsset(name: "LockOutline36") + public static let login16 = ImageAsset(name: "Login16") + public static let login24 = ImageAsset(name: "Login24") + public static let login36 = ImageAsset(name: "Login36") + public static let logout16 = ImageAsset(name: "Logout16") + public static let logout24 = ImageAsset(name: "Logout24") + public static let logout36 = ImageAsset(name: "Logout36") + public static let magic16 = ImageAsset(name: "Magic16") + public static let magic24 = ImageAsset(name: "Magic24") + public static let magic36 = ImageAsset(name: "Magic36") + public static let magicDailyFill16 = ImageAsset(name: "MagicDailyFill16") + public static let magicDailyFill24 = ImageAsset(name: "MagicDailyFill24") + public static let magicDailyFill36 = ImageAsset(name: "MagicDailyFill36") + public static let magicDailyOutline16 = ImageAsset(name: "MagicDailyOutline16") + public static let magicDailyOutline24 = ImageAsset(name: "MagicDailyOutline24") + public static let magicDailyOutline36 = ImageAsset(name: "MagicDailyOutline36") + public static let magicWand16 = ImageAsset(name: "MagicWand16") + public static let magicWand24 = ImageAsset(name: "MagicWand24") + public static let magicWand36 = ImageAsset(name: "MagicWand36") + public static let mailClosedFill16 = ImageAsset(name: "MailClosedFill16") + public static let mailClosedFill24 = ImageAsset(name: "MailClosedFill24") + public static let mailClosedFill36 = ImageAsset(name: "MailClosedFill36") + public static let mailClosedOutline16 = ImageAsset(name: "MailClosedOutline16") + public static let mailClosedOutline24 = ImageAsset(name: "MailClosedOutline24") + public static let mailClosedOutline36 = ImageAsset(name: "MailClosedOutline36") + public static let mailErrorFill16 = ImageAsset(name: "MailErrorFill16") + public static let mailErrorFill24 = ImageAsset(name: "MailErrorFill24") + public static let mailErrorFill36 = ImageAsset(name: "MailErrorFill36") + public static let mailErrorOutline16 = ImageAsset(name: "MailErrorOutline16") + public static let mailErrorOutline24 = ImageAsset(name: "MailErrorOutline24") + public static let mailErrorOutline36 = ImageAsset(name: "MailErrorOutline36") + public static let mailFill16 = ImageAsset(name: "MailFill16") + public static let mailFill24 = ImageAsset(name: "MailFill24") + public static let mailFill36 = ImageAsset(name: "MailFill36") + public static let mailOpenFill16 = ImageAsset(name: "MailOpenFill16") + public static let mailOpenFill24 = ImageAsset(name: "MailOpenFill24") + public static let mailOpenFill36 = ImageAsset(name: "MailOpenFill36") + public static let mailOpenOutline16 = ImageAsset(name: "MailOpenOutline16") + public static let mailOpenOutline24 = ImageAsset(name: "MailOpenOutline24") + public static let mailOpenOutline36 = ImageAsset(name: "MailOpenOutline36") + public static let mailOutline16 = ImageAsset(name: "MailOutline16") + public static let mailOutline24 = ImageAsset(name: "MailOutline24") + public static let mailOutline36 = ImageAsset(name: "MailOutline36") + public static let mailPlusFill16 = ImageAsset(name: "MailPlusFill16") + public static let mailPlusFill24 = ImageAsset(name: "MailPlusFill24") + public static let mailPlusFill36 = ImageAsset(name: "MailPlusFill36") + public static let mailPlusOutline16 = ImageAsset(name: "MailPlusOutline16") + public static let mailPlusOutline24 = ImageAsset(name: "MailPlusOutline24") + public static let mailPlusOutline36 = ImageAsset(name: "MailPlusOutline36") + public static let mailTrayFill16 = ImageAsset(name: "MailTrayFill16") + public static let mailTrayFill24 = ImageAsset(name: "MailTrayFill24") + public static let mailTrayFill36 = ImageAsset(name: "MailTrayFill36") + public static let mailTrayOutline16 = ImageAsset(name: "MailTrayOutline16") + public static let mailTrayOutline24 = ImageAsset(name: "MailTrayOutline24") + public static let mailTrayOutline36 = ImageAsset(name: "MailTrayOutline36") + public static let mailWavesFill16 = ImageAsset(name: "MailWavesFill16") + public static let mailWavesFill24 = ImageAsset(name: "MailWavesFill24") + public static let mailWavesFill36 = ImageAsset(name: "MailWavesFill36") + public static let mailWavesOutline16 = ImageAsset(name: "MailWavesOutline16") + public static let mailWavesOutline24 = ImageAsset(name: "MailWavesOutline24") + public static let mailWavesOutline36 = ImageAsset(name: "MailWavesOutline36") + public static let mapFill16 = ImageAsset(name: "MapFill16") + public static let mapFill24 = ImageAsset(name: "MapFill24") + public static let mapFill36 = ImageAsset(name: "MapFill36") + public static let mapOutline16 = ImageAsset(name: "MapOutline16") + public static let mapOutline24 = ImageAsset(name: "MapOutline24") + public static let mapOutline36 = ImageAsset(name: "MapOutline36") + public static let markerFill16 = ImageAsset(name: "MarkerFill16") + public static let markerFill24 = ImageAsset(name: "MarkerFill24") + public static let markerFill36 = ImageAsset(name: "MarkerFill36") + public static let markerOutline16 = ImageAsset(name: "MarkerOutline16") + public static let markerOutline24 = ImageAsset(name: "MarkerOutline24") + public static let markerOutline36 = ImageAsset(name: "MarkerOutline36") + public static let maskFill16 = ImageAsset(name: "MaskFill16") + public static let maskFill24 = ImageAsset(name: "MaskFill24") + public static let maskFill36 = ImageAsset(name: "MaskFill36") + public static let maskOutline16 = ImageAsset(name: "MaskOutline16") + public static let maskOutline24 = ImageAsset(name: "MaskOutline24") + public static let maskOutline36 = ImageAsset(name: "MaskOutline36") + public static let mastercard16 = ImageAsset(name: "Mastercard16") + public static let mastercard24 = ImageAsset(name: "Mastercard24") + public static let mastercard36 = ImageAsset(name: "Mastercard36") + public static let megaphoneFill16 = ImageAsset(name: "MegaphoneFill16") + public static let megaphoneFill24 = ImageAsset(name: "MegaphoneFill24") + public static let megaphoneFill36 = ImageAsset(name: "MegaphoneFill36") + public static let megaphoneLoudFill16 = ImageAsset(name: "MegaphoneLoudFill16") + public static let megaphoneLoudFill24 = ImageAsset(name: "MegaphoneLoudFill24") + public static let megaphoneLoudFill36 = ImageAsset(name: "MegaphoneLoudFill36") + public static let megaphoneLoudOutline16 = ImageAsset(name: "MegaphoneLoudOutline16") + public static let megaphoneLoudOutline24 = ImageAsset(name: "MegaphoneLoudOutline24") + public static let megaphoneLoudOutline36 = ImageAsset(name: "MegaphoneLoudOutline36") + public static let megaphoneOutline16 = ImageAsset(name: "MegaphoneOutline16") + public static let megaphoneOutline24 = ImageAsset(name: "MegaphoneOutline24") + public static let megaphoneOutline36 = ImageAsset(name: "MegaphoneOutline36") + public static let mention16 = ImageAsset(name: "Mention16") + public static let mention24 = ImageAsset(name: "Mention24") + public static let mention36 = ImageAsset(name: "Mention36") + public static let menu16 = ImageAsset(name: "Menu16") + public static let menu24 = ImageAsset(name: "Menu24") + public static let menu36 = ImageAsset(name: "Menu36") + public static let messageAltFill16 = ImageAsset(name: "MessageAltFill16") + public static let messageAltFill24 = ImageAsset(name: "MessageAltFill24") + public static let messageAltFill36 = ImageAsset(name: "MessageAltFill36") + public static let messageAltOutline16 = ImageAsset(name: "MessageAltOutline16") + public static let messageAltOutline24 = ImageAsset(name: "MessageAltOutline24") + public static let messageAltOutline36 = ImageAsset(name: "MessageAltOutline36") + public static let messageAttentionFill16 = ImageAsset(name: "MessageAttentionFill16") + public static let messageAttentionFill24 = ImageAsset(name: "MessageAttentionFill24") + public static let messageAttentionFill36 = ImageAsset(name: "MessageAttentionFill36") + public static let messageAttentionOutline16 = ImageAsset(name: "MessageAttentionOutline16") + public static let messageAttentionOutline24 = ImageAsset(name: "MessageAttentionOutline24") + public static let messageAttentionOutline36 = ImageAsset(name: "MessageAttentionOutline36") + public static let messageChatFill16 = ImageAsset(name: "MessageChatFill16") + public static let messageChatFill24 = ImageAsset(name: "MessageChatFill24") + public static let messageChatFill36 = ImageAsset(name: "MessageChatFill36") + public static let messageChatOutline16 = ImageAsset(name: "MessageChatOutline16") + public static let messageChatOutline24 = ImageAsset(name: "MessageChatOutline24") + public static let messageChatOutline36 = ImageAsset(name: "MessageChatOutline36") + public static let messageCloseFill16 = ImageAsset(name: "MessageCloseFill16") + public static let messageCloseFill24 = ImageAsset(name: "MessageCloseFill24") + public static let messageCloseFill36 = ImageAsset(name: "MessageCloseFill36") + public static let messageCloseOutline16 = ImageAsset(name: "MessageCloseOutline16") + public static let messageCloseOutline24 = ImageAsset(name: "MessageCloseOutline24") + public static let messageCloseOutline36 = ImageAsset(name: "MessageCloseOutline36") + public static let messageFill16 = ImageAsset(name: "MessageFill16") + public static let messageFill24 = ImageAsset(name: "MessageFill24") + public static let messageFill36 = ImageAsset(name: "MessageFill36") + public static let messageGoToFill16 = ImageAsset(name: "MessageGoToFill16") + public static let messageGoToFill24 = ImageAsset(name: "MessageGoToFill24") + public static let messageGoToFill36 = ImageAsset(name: "MessageGoToFill36") + public static let messageGoToOutline16 = ImageAsset(name: "MessageGoToOutline16") + public static let messageGoToOutline24 = ImageAsset(name: "MessageGoToOutline24") + public static let messageGoToOutline36 = ImageAsset(name: "MessageGoToOutline36") + public static let messageOutline16 = ImageAsset(name: "MessageOutline16") + public static let messageOutline24 = ImageAsset(name: "MessageOutline24") + public static let messageOutline36 = ImageAsset(name: "MessageOutline36") + public static let messagePersonChatFill16 = ImageAsset(name: "MessagePersonChatFill16") + public static let messagePersonChatFill24 = ImageAsset(name: "MessagePersonChatFill24") + public static let messagePersonChatFill36 = ImageAsset(name: "MessagePersonChatFill36") + public static let messagePersonChatOutline16 = ImageAsset(name: "MessagePersonChatOutline16") + public static let messagePersonChatOutline24 = ImageAsset(name: "MessagePersonChatOutline24") + public static let messagePersonChatOutline36 = ImageAsset(name: "MessagePersonChatOutline36") + public static let messagePersonFill16 = ImageAsset(name: "MessagePersonFill16") + public static let messagePersonFill24 = ImageAsset(name: "MessagePersonFill24") + public static let messagePersonFill36 = ImageAsset(name: "MessagePersonFill36") + public static let messagePersonOutline16 = ImageAsset(name: "MessagePersonOutline16") + public static let messagePersonOutline24 = ImageAsset(name: "MessagePersonOutline24") + public static let messagePersonOutline36 = ImageAsset(name: "MessagePersonOutline36") + public static let messageQuestionFill16 = ImageAsset(name: "MessageQuestionFill16") + public static let messageQuestionFill24 = ImageAsset(name: "MessageQuestionFill24") + public static let messageQuestionFill36 = ImageAsset(name: "MessageQuestionFill36") + public static let messageQuestionOutline16 = ImageAsset(name: "MessageQuestionOutline16") + public static let messageQuestionOutline24 = ImageAsset(name: "MessageQuestionOutline24") + public static let messageQuestionOutline36 = ImageAsset(name: "MessageQuestionOutline36") + public static let messageRequestFill16 = ImageAsset(name: "MessageRequestFill16") + public static let messageRequestFill24 = ImageAsset(name: "MessageRequestFill24") + public static let messageRequestFill36 = ImageAsset(name: "MessageRequestFill36") + public static let messageRequestOutline16 = ImageAsset(name: "MessageRequestOutline16") + public static let messageRequestOutline24 = ImageAsset(name: "MessageRequestOutline24") + public static let messageRequestOutline36 = ImageAsset(name: "MessageRequestOutline36") + public static let messageTranscriptionFill16 = ImageAsset(name: "MessageTranscriptionFill16") + public static let messageTranscriptionFill24 = ImageAsset(name: "MessageTranscriptionFill24") + public static let messageTranscriptionFill36 = ImageAsset(name: "MessageTranscriptionFill36") + public static let messageTranscriptionOutline16 = ImageAsset(name: "MessageTranscriptionOutline16") + public static let messageTranscriptionOutline24 = ImageAsset(name: "MessageTranscriptionOutline24") + public static let messageTranscriptionOutline36 = ImageAsset(name: "MessageTranscriptionOutline36") + public static let messageVideoFill16 = ImageAsset(name: "MessageVideoFill16") + public static let messageVideoFill24 = ImageAsset(name: "MessageVideoFill24") + public static let messageVideoFill36 = ImageAsset(name: "MessageVideoFill36") + public static let messageVideoOutline16 = ImageAsset(name: "MessageVideoOutline16") + public static let messageVideoOutline24 = ImageAsset(name: "MessageVideoOutline24") + public static let messageVideoOutline36 = ImageAsset(name: "MessageVideoOutline36") + public static let messagesFill16 = ImageAsset(name: "MessagesFill16") + public static let messagesFill24 = ImageAsset(name: "MessagesFill24") + public static let messagesFill36 = ImageAsset(name: "MessagesFill36") + public static let messagesOutline16 = ImageAsset(name: "MessagesOutline16") + public static let messagesOutline24 = ImageAsset(name: "MessagesOutline24") + public static let messagesOutline36 = ImageAsset(name: "MessagesOutline36") + public static let micErrorFill16 = ImageAsset(name: "MicErrorFill16") + public static let micErrorFill24 = ImageAsset(name: "MicErrorFill24") + public static let micErrorFill36 = ImageAsset(name: "MicErrorFill36") + public static let micErrorOutline16 = ImageAsset(name: "MicErrorOutline16") + public static let micErrorOutline24 = ImageAsset(name: "MicErrorOutline24") + public static let micErrorOutline36 = ImageAsset(name: "MicErrorOutline36") + public static let micFill16 = ImageAsset(name: "MicFill16") + public static let micFill24 = ImageAsset(name: "MicFill24") + public static let micFill36 = ImageAsset(name: "MicFill36") + public static let micOffFill16 = ImageAsset(name: "MicOffFill16") + public static let micOffFill24 = ImageAsset(name: "MicOffFill24") + public static let micOffFill36 = ImageAsset(name: "MicOffFill36") + public static let micOffOutline16 = ImageAsset(name: "MicOffOutline16") + public static let micOffOutline24 = ImageAsset(name: "MicOffOutline24") + public static let micOffOutline36 = ImageAsset(name: "MicOffOutline36") + public static let micOutline16 = ImageAsset(name: "MicOutline16") + public static let micOutline24 = ImageAsset(name: "MicOutline24") + public static let micOutline36 = ImageAsset(name: "MicOutline36") + public static let mindmap16 = ImageAsset(name: "Mindmap16") + public static let mindmap24 = ImageAsset(name: "Mindmap24") + public static let mindmap36 = ImageAsset(name: "Mindmap36") + public static let minus16 = ImageAsset(name: "Minus16") + public static let minus24 = ImageAsset(name: "Minus24") + public static let minus36 = ImageAsset(name: "Minus36") + public static let minusCircleFill16 = ImageAsset(name: "MinusCircleFill16") + public static let minusCircleFill24 = ImageAsset(name: "MinusCircleFill24") + public static let minusCircleFill36 = ImageAsset(name: "MinusCircleFill36") + public static let minusCircleOutline16 = ImageAsset(name: "MinusCircleOutline16") + public static let minusCircleOutline24 = ImageAsset(name: "MinusCircleOutline24") + public static let minusCircleOutline36 = ImageAsset(name: "MinusCircleOutline36") + public static let minusSquareFill16 = ImageAsset(name: "MinusSquareFill16") + public static let minusSquareFill24 = ImageAsset(name: "MinusSquareFill24") + public static let minusSquareFill36 = ImageAsset(name: "MinusSquareFill36") + public static let minusSquareOutline16 = ImageAsset(name: "MinusSquareOutline16") + public static let minusSquareOutline24 = ImageAsset(name: "MinusSquareOutline24") + public static let minusSquareOutline36 = ImageAsset(name: "MinusSquareOutline36") + public static let mir16 = ImageAsset(name: "Mir16") + public static let mir24 = ImageAsset(name: "Mir24") + public static let mir36 = ImageAsset(name: "Mir36") + public static let mobileAutorotateFill16 = ImageAsset(name: "MobileAutorotateFill16") + public static let mobileAutorotateFill24 = ImageAsset(name: "MobileAutorotateFill24") + public static let mobileAutorotateFill36 = ImageAsset(name: "MobileAutorotateFill36") + public static let mobileAutorotateOutline16 = ImageAsset(name: "MobileAutorotateOutline16") + public static let mobileAutorotateOutline24 = ImageAsset(name: "MobileAutorotateOutline24") + public static let mobileAutorotateOutline36 = ImageAsset(name: "MobileAutorotateOutline36") + public static let mobileFrontFill16 = ImageAsset(name: "MobileFrontFill16") + public static let mobileFrontFill24 = ImageAsset(name: "MobileFrontFill24") + public static let mobileFrontFill36 = ImageAsset(name: "MobileFrontFill36") + public static let mobileFrontOutline16 = ImageAsset(name: "MobileFrontOutline16") + public static let mobileFrontOutline24 = ImageAsset(name: "MobileFrontOutline24") + public static let mobileFrontOutline36 = ImageAsset(name: "MobileFrontOutline36") + public static let mobilePlusFill16 = ImageAsset(name: "MobilePlusFill16") + public static let mobilePlusFill24 = ImageAsset(name: "MobilePlusFill24") + public static let mobilePlusFill36 = ImageAsset(name: "MobilePlusFill36") + public static let mobilePlusOutline16 = ImageAsset(name: "MobilePlusOutline16") + public static let mobilePlusOutline24 = ImageAsset(name: "MobilePlusOutline24") + public static let mobilePlusOutline36 = ImageAsset(name: "MobilePlusOutline36") + public static let mobileVibrationFill16 = ImageAsset(name: "MobileVibrationFill16") + public static let mobileVibrationFill24 = ImageAsset(name: "MobileVibrationFill24") + public static let mobileVibrationFill36 = ImageAsset(name: "MobileVibrationFill36") + public static let mobileVibrationOutline16 = ImageAsset(name: "MobileVibrationOutline16") + public static let mobileVibrationOutline24 = ImageAsset(name: "MobileVibrationOutline24") + public static let mobileVibrationOutline36 = ImageAsset(name: "MobileVibrationOutline36") + public static let mobileWavesFill16 = ImageAsset(name: "MobileWavesFill16") + public static let mobileWavesFill24 = ImageAsset(name: "MobileWavesFill24") + public static let mobileWavesFill36 = ImageAsset(name: "MobileWavesFill36") + public static let mobileWavesOutline16 = ImageAsset(name: "MobileWavesOutline16") + public static let mobileWavesOutline24 = ImageAsset(name: "MobileWavesOutline24") + public static let mobileWavesOutline36 = ImageAsset(name: "MobileWavesOutline36") + public static let moneybagFill16 = ImageAsset(name: "MoneybagFill16") + public static let moneybagFill24 = ImageAsset(name: "MoneybagFill24") + public static let moneybagFill36 = ImageAsset(name: "MoneybagFill36") + public static let moneybagOutline16 = ImageAsset(name: "MoneybagOutline16") + public static let moneybagOutline24 = ImageAsset(name: "MoneybagOutline24") + public static let moneybagOutline36 = ImageAsset(name: "MoneybagOutline36") + public static let moviesFill16 = ImageAsset(name: "MoviesFill16") + public static let moviesFill24 = ImageAsset(name: "MoviesFill24") + public static let moviesFill36 = ImageAsset(name: "MoviesFill36") + public static let moviesOutline16 = ImageAsset(name: "MoviesOutline16") + public static let moviesOutline24 = ImageAsset(name: "MoviesOutline24") + public static let moviesOutline36 = ImageAsset(name: "MoviesOutline36") + public static let musicAlbumFill16 = ImageAsset(name: "MusicAlbumFill16") + public static let musicAlbumFill24 = ImageAsset(name: "MusicAlbumFill24") + public static let musicAlbumFill36 = ImageAsset(name: "MusicAlbumFill36") + public static let musicAlbumOutline16 = ImageAsset(name: "MusicAlbumOutline16") + public static let musicAlbumOutline24 = ImageAsset(name: "MusicAlbumOutline24") + public static let musicAlbumOutline36 = ImageAsset(name: "MusicAlbumOutline36") + public static let musicFill16 = ImageAsset(name: "MusicFill16") + public static let musicFill24 = ImageAsset(name: "MusicFill24") + public static let musicFill36 = ImageAsset(name: "MusicFill36") + public static let musicMicFill16 = ImageAsset(name: "MusicMicFill16") + public static let musicMicFill24 = ImageAsset(name: "MusicMicFill24") + public static let musicMicFill36 = ImageAsset(name: "MusicMicFill36") + public static let musicMicOutline16 = ImageAsset(name: "MusicMicOutline16") + public static let musicMicOutline24 = ImageAsset(name: "MusicMicOutline24") + public static let musicMicOutline36 = ImageAsset(name: "MusicMicOutline36") + public static let musicOutline16 = ImageAsset(name: "MusicOutline16") + public static let musicOutline24 = ImageAsset(name: "MusicOutline24") + public static let musicOutline36 = ImageAsset(name: "MusicOutline36") + public static let musicPodcastFill16 = ImageAsset(name: "MusicPodcastFill16") + public static let musicPodcastFill24 = ImageAsset(name: "MusicPodcastFill24") + public static let musicPodcastFill36 = ImageAsset(name: "MusicPodcastFill36") + public static let musicPodcastOutline16 = ImageAsset(name: "MusicPodcastOutline16") + public static let musicPodcastOutline24 = ImageAsset(name: "MusicPodcastOutline24") + public static let musicPodcastOutline36 = ImageAsset(name: "MusicPodcastOutline36") + public static let musicWithLightFill16 = ImageAsset(name: "MusicWithLightFill16") + public static let musicWithLightFill24 = ImageAsset(name: "MusicWithLightFill24") + public static let musicWithLightFill36 = ImageAsset(name: "MusicWithLightFill36") + public static let musicWithLightOutline16 = ImageAsset(name: "MusicWithLightOutline16") + public static let musicWithLightOutline24 = ImageAsset(name: "MusicWithLightOutline24") + public static let musicWithLightOutline36 = ImageAsset(name: "MusicWithLightOutline36") + public static let muteFill16 = ImageAsset(name: "MuteFill16") + public static let muteFill24 = ImageAsset(name: "MuteFill24") + public static let muteFill36 = ImageAsset(name: "MuteFill36") + public static let muteOutline16 = ImageAsset(name: "MuteOutline16") + public static let muteOutline24 = ImageAsset(name: "MuteOutline24") + public static let muteOutline36 = ImageAsset(name: "MuteOutline36") + public static let nested16 = ImageAsset(name: "Nested16") + public static let nested24 = ImageAsset(name: "Nested24") + public static let nested36 = ImageAsset(name: "Nested36") + public static let networkFill16 = ImageAsset(name: "NetworkFill16") + public static let networkFill24 = ImageAsset(name: "NetworkFill24") + public static let networkFill36 = ImageAsset(name: "NetworkFill36") + public static let networkOutline16 = ImageAsset(name: "NetworkOutline16") + public static let networkOutline24 = ImageAsset(name: "NetworkOutline24") + public static let networkOutline36 = ImageAsset(name: "NetworkOutline36") + public static let newsFill16 = ImageAsset(name: "NewsFill16") + public static let newsFill24 = ImageAsset(name: "NewsFill24") + public static let newsFill36 = ImageAsset(name: "NewsFill36") + public static let newsOutline16 = ImageAsset(name: "NewsOutline16") + public static let newsOutline24 = ImageAsset(name: "NewsOutline24") + public static let newsOutline36 = ImageAsset(name: "NewsOutline36") + public static let newsPaperFill16 = ImageAsset(name: "NewsPaperFill16") + public static let newsPaperFill24 = ImageAsset(name: "NewsPaperFill24") + public static let newsPaperFill36 = ImageAsset(name: "NewsPaperFill36") + public static let newsPaperOutline16 = ImageAsset(name: "NewsPaperOutline16") + public static let newsPaperOutline24 = ImageAsset(name: "NewsPaperOutline24") + public static let newsPaperOutline36 = ImageAsset(name: "NewsPaperOutline36") + public static let nextFill16 = ImageAsset(name: "NextFill16") + public static let nextFill24 = ImageAsset(name: "NextFill24") + public static let nextFill36 = ImageAsset(name: "NextFill36") + public static let nextOutline16 = ImageAsset(name: "NextOutline16") + public static let nextOutline24 = ImageAsset(name: "NextOutline24") + public static let nextOutline36 = ImageAsset(name: "NextOutline36") + public static let noteFill16 = ImageAsset(name: "NoteFill16") + public static let noteFill24 = ImageAsset(name: "NoteFill24") + public static let noteFill36 = ImageAsset(name: "NoteFill36") + public static let noteOutline16 = ImageAsset(name: "NoteOutline16") + public static let noteOutline24 = ImageAsset(name: "NoteOutline24") + public static let noteOutline36 = ImageAsset(name: "NoteOutline36") + public static let notebookFill16 = ImageAsset(name: "NotebookFill16") + public static let notebookFill24 = ImageAsset(name: "NotebookFill24") + public static let notebookFill36 = ImageAsset(name: "NotebookFill36") + public static let notebookOutline16 = ImageAsset(name: "NotebookOutline16") + public static let notebookOutline24 = ImageAsset(name: "NotebookOutline24") + public static let notebookOutline36 = ImageAsset(name: "NotebookOutline36") + public static let notebookWavesFill16 = ImageAsset(name: "NotebookWavesFill16") + public static let notebookWavesFill24 = ImageAsset(name: "NotebookWavesFill24") + public static let notebookWavesFill36 = ImageAsset(name: "NotebookWavesFill36") + public static let notebookWavesOutline16 = ImageAsset(name: "NotebookWavesOutline16") + public static let notebookWavesOutline24 = ImageAsset(name: "NotebookWavesOutline24") + public static let notebookWavesOutline36 = ImageAsset(name: "NotebookWavesOutline36") + public static let objectsSymbolsFill16 = ImageAsset(name: "ObjectsSymbolsFill16") + public static let objectsSymbolsFill24 = ImageAsset(name: "ObjectsSymbolsFill24") + public static let objectsSymbolsFill36 = ImageAsset(name: "ObjectsSymbolsFill36") + public static let objectsSymbolsOutline16 = ImageAsset(name: "ObjectsSymbolsOutline16") + public static let objectsSymbolsOutline24 = ImageAsset(name: "ObjectsSymbolsOutline24") + public static let objectsSymbolsOutline36 = ImageAsset(name: "ObjectsSymbolsOutline36") + public static let openFill16 = ImageAsset(name: "OpenFill16") + public static let openFill24 = ImageAsset(name: "OpenFill24") + public static let openFill36 = ImageAsset(name: "OpenFill36") + public static let openOutline16 = ImageAsset(name: "OpenOutline16") + public static let openOutline24 = ImageAsset(name: "OpenOutline24") + public static let openOutline36 = ImageAsset(name: "OpenOutline36") + public static let panelSidebarLFill16 = ImageAsset(name: "PanelSidebarLFill16") + public static let panelSidebarLFill24 = ImageAsset(name: "PanelSidebarLFill24") + public static let panelSidebarLFill36 = ImageAsset(name: "PanelSidebarLFill36") + public static let panelSidebarLFocusFill16 = ImageAsset(name: "PanelSidebarLFocusFill16") + public static let panelSidebarLFocusFill24 = ImageAsset(name: "PanelSidebarLFocusFill24") + public static let panelSidebarLFocusFill36 = ImageAsset(name: "PanelSidebarLFocusFill36") + public static let panelSidebarLFocusOutline16 = ImageAsset(name: "PanelSidebarLFocusOutline16") + public static let panelSidebarLFocusOutline24 = ImageAsset(name: "PanelSidebarLFocusOutline24") + public static let panelSidebarLFocusOutline36 = ImageAsset(name: "PanelSidebarLFocusOutline36") + public static let panelSidebarLOutline16 = ImageAsset(name: "PanelSidebarLOutline16") + public static let panelSidebarLOutline24 = ImageAsset(name: "PanelSidebarLOutline24") + public static let panelSidebarLOutline36 = ImageAsset(name: "PanelSidebarLOutline36") + public static let panelSidebarRFill16 = ImageAsset(name: "PanelSidebarRFill16") + public static let panelSidebarRFill24 = ImageAsset(name: "PanelSidebarRFill24") + public static let panelSidebarRFill36 = ImageAsset(name: "PanelSidebarRFill36") + public static let panelSidebarRFocusFill16 = ImageAsset(name: "PanelSidebarRFocusFill16") + public static let panelSidebarRFocusFill24 = ImageAsset(name: "PanelSidebarRFocusFill24") + public static let panelSidebarRFocusFill36 = ImageAsset(name: "PanelSidebarRFocusFill36") + public static let panelSidebarRFocusOutline16 = ImageAsset(name: "PanelSidebarRFocusOutline16") + public static let panelSidebarRFocusOutline24 = ImageAsset(name: "PanelSidebarRFocusOutline24") + public static let panelSidebarRFocusOutline36 = ImageAsset(name: "PanelSidebarRFocusOutline36") + public static let panelSidebarROutline16 = ImageAsset(name: "PanelSidebarROutline16") + public static let panelSidebarROutline24 = ImageAsset(name: "PanelSidebarROutline24") + public static let panelSidebarROutline36 = ImageAsset(name: "PanelSidebarROutline36") + public static let parkingFill16 = ImageAsset(name: "ParkingFill16") + public static let parkingFill24 = ImageAsset(name: "ParkingFill24") + public static let parkingFill36 = ImageAsset(name: "ParkingFill36") + public static let parkingOutline16 = ImageAsset(name: "ParkingOutline16") + public static let parkingOutline24 = ImageAsset(name: "ParkingOutline24") + public static let parkingOutline36 = ImageAsset(name: "ParkingOutline36") + public static let passportFill16 = ImageAsset(name: "PassportFill16") + public static let passportFill24 = ImageAsset(name: "PassportFill24") + public static let passportFill36 = ImageAsset(name: "PassportFill36") + public static let passportOutline16 = ImageAsset(name: "PassportOutline16") + public static let passportOutline24 = ImageAsset(name: "PassportOutline24") + public static let passportOutline36 = ImageAsset(name: "PassportOutline36") + public static let pauseFill16 = ImageAsset(name: "PauseFill16") + public static let pauseFill24 = ImageAsset(name: "PauseFill24") + public static let pauseFill36 = ImageAsset(name: "PauseFill36") + public static let pauseOutline16 = ImageAsset(name: "PauseOutline16") + public static let pauseOutline24 = ImageAsset(name: "PauseOutline24") + public static let pauseOutline36 = ImageAsset(name: "PauseOutline36") + public static let pawFill16 = ImageAsset(name: "PawFill16") + public static let pawFill24 = ImageAsset(name: "PawFill24") + public static let pawFill36 = ImageAsset(name: "PawFill36") + public static let pawOutline16 = ImageAsset(name: "PawOutline16") + public static let pawOutline24 = ImageAsset(name: "PawOutline24") + public static let pawOutline36 = ImageAsset(name: "PawOutline36") + public static let peopleGroupBigFill16 = ImageAsset(name: "PeopleGroupBigFill16") + public static let peopleGroupBigFill24 = ImageAsset(name: "PeopleGroupBigFill24") + public static let peopleGroupBigFill36 = ImageAsset(name: "PeopleGroupBigFill36") + public static let peopleGroupBigOutline16 = ImageAsset(name: "PeopleGroupBigOutline16") + public static let peopleGroupBigOutline24 = ImageAsset(name: "PeopleGroupBigOutline24") + public static let peopleGroupBigOutline36 = ImageAsset(name: "PeopleGroupBigOutline36") + public static let peopleGroupFill16 = ImageAsset(name: "PeopleGroupFill16") + public static let peopleGroupFill24 = ImageAsset(name: "PeopleGroupFill24") + public static let peopleGroupFill36 = ImageAsset(name: "PeopleGroupFill36") + public static let peopleGroupOutline16 = ImageAsset(name: "PeopleGroupOutline16") + public static let peopleGroupOutline24 = ImageAsset(name: "PeopleGroupOutline24") + public static let peopleGroupOutline36 = ImageAsset(name: "PeopleGroupOutline36") + public static let percent16 = ImageAsset(name: "Percent16") + public static let percent24 = ImageAsset(name: "Percent24") + public static let percent36 = ImageAsset(name: "Percent36") + public static let pictureCopyFill16 = ImageAsset(name: "PictureCopyFill16") + public static let pictureCopyFill24 = ImageAsset(name: "PictureCopyFill24") + public static let pictureCopyFill36 = ImageAsset(name: "PictureCopyFill36") + public static let pictureCopyOutline16 = ImageAsset(name: "PictureCopyOutline16") + public static let pictureCopyOutline24 = ImageAsset(name: "PictureCopyOutline24") + public static let pictureCopyOutline36 = ImageAsset(name: "PictureCopyOutline36") + public static let pictureFill16 = ImageAsset(name: "PictureFill16") + public static let pictureFill24 = ImageAsset(name: "PictureFill24") + public static let pictureFill36 = ImageAsset(name: "PictureFill36") + public static let pictureOutline16 = ImageAsset(name: "PictureOutline16") + public static let pictureOutline24 = ImageAsset(name: "PictureOutline24") + public static let pictureOutline36 = ImageAsset(name: "PictureOutline36") + public static let pinDashFill16 = ImageAsset(name: "PinDashFill16") + public static let pinDashFill24 = ImageAsset(name: "PinDashFill24") + public static let pinDashFill36 = ImageAsset(name: "PinDashFill36") + public static let pinDashOutline16 = ImageAsset(name: "PinDashOutline16") + public static let pinDashOutline24 = ImageAsset(name: "PinDashOutline24") + public static let pinDashOutline36 = ImageAsset(name: "PinDashOutline36") + public static let pinFill16 = ImageAsset(name: "PinFill16") + public static let pinFill24 = ImageAsset(name: "PinFill24") + public static let pinFill36 = ImageAsset(name: "PinFill36") + public static let pinListFill16 = ImageAsset(name: "PinListFill16") + public static let pinListFill24 = ImageAsset(name: "PinListFill24") + public static let pinListFill36 = ImageAsset(name: "PinListFill36") + public static let pinListOutline16 = ImageAsset(name: "PinListOutline16") + public static let pinListOutline24 = ImageAsset(name: "PinListOutline24") + public static let pinListOutline36 = ImageAsset(name: "PinListOutline36") + public static let pinOutline16 = ImageAsset(name: "PinOutline16") + public static let pinOutline24 = ImageAsset(name: "PinOutline24") + public static let pinOutline36 = ImageAsset(name: "PinOutline36") + public static let pipFill16 = ImageAsset(name: "PipFill16") + public static let pipFill24 = ImageAsset(name: "PipFill24") + public static let pipFill36 = ImageAsset(name: "PipFill36") + public static let pipOffFill16 = ImageAsset(name: "PipOffFill16") + public static let pipOffFill24 = ImageAsset(name: "PipOffFill24") + public static let pipOffFill36 = ImageAsset(name: "PipOffFill36") + public static let pipOffOutline16 = ImageAsset(name: "PipOffOutline16") + public static let pipOffOutline24 = ImageAsset(name: "PipOffOutline24") + public static let pipOffOutline36 = ImageAsset(name: "PipOffOutline36") + public static let pipOnFill16 = ImageAsset(name: "PipOnFill16") + public static let pipOnFill24 = ImageAsset(name: "PipOnFill24") + public static let pipOnFill36 = ImageAsset(name: "PipOnFill36") + public static let pipOnOutline16 = ImageAsset(name: "PipOnOutline16") + public static let pipOnOutline24 = ImageAsset(name: "PipOnOutline24") + public static let pipOnOutline36 = ImageAsset(name: "PipOnOutline36") + public static let pipOutline16 = ImageAsset(name: "PipOutline16") + public static let pipOutline24 = ImageAsset(name: "PipOutline24") + public static let pipOutline36 = ImageAsset(name: "PipOutline36") + public static let planeDashFill16 = ImageAsset(name: "PlaneDashFill16") + public static let planeDashFill24 = ImageAsset(name: "PlaneDashFill24") + public static let planeDashFill36 = ImageAsset(name: "PlaneDashFill36") + public static let planeDashOutline16 = ImageAsset(name: "PlaneDashOutline16") + public static let planeDashOutline24 = ImageAsset(name: "PlaneDashOutline24") + public static let planeDashOutline36 = ImageAsset(name: "PlaneDashOutline36") + public static let planeFill16 = ImageAsset(name: "PlaneFill16") + public static let planeFill24 = ImageAsset(name: "PlaneFill24") + public static let planeFill36 = ImageAsset(name: "PlaneFill36") + public static let planeFlyFill16 = ImageAsset(name: "PlaneFlyFill16") + public static let planeFlyFill24 = ImageAsset(name: "PlaneFlyFill24") + public static let planeFlyFill36 = ImageAsset(name: "PlaneFlyFill36") + public static let planeFlyOutline16 = ImageAsset(name: "PlaneFlyOutline16") + public static let planeFlyOutline24 = ImageAsset(name: "PlaneFlyOutline24") + public static let planeFlyOutline36 = ImageAsset(name: "PlaneFlyOutline36") + public static let planeOutline16 = ImageAsset(name: "PlaneOutline16") + public static let planeOutline24 = ImageAsset(name: "PlaneOutline24") + public static let planeOutline36 = ImageAsset(name: "PlaneOutline36") + public static let plasma16 = ImageAsset(name: "Plasma16") + public static let plasma24 = ImageAsset(name: "Plasma24") + public static let plasma36 = ImageAsset(name: "Plasma36") + public static let playCircleFill16 = ImageAsset(name: "PlayCircleFill16") + public static let playCircleFill24 = ImageAsset(name: "PlayCircleFill24") + public static let playCircleFill36 = ImageAsset(name: "PlayCircleFill36") + public static let playCircleOutline16 = ImageAsset(name: "PlayCircleOutline16") + public static let playCircleOutline24 = ImageAsset(name: "PlayCircleOutline24") + public static let playCircleOutline36 = ImageAsset(name: "PlayCircleOutline36") + public static let playFill16 = ImageAsset(name: "PlayFill16") + public static let playFill24 = ImageAsset(name: "PlayFill24") + public static let playFill36 = ImageAsset(name: "PlayFill36") + public static let playOutline16 = ImageAsset(name: "PlayOutline16") + public static let playOutline24 = ImageAsset(name: "PlayOutline24") + public static let playOutline36 = ImageAsset(name: "PlayOutline36") + public static let plus16 = ImageAsset(name: "Plus16") + public static let plus24 = ImageAsset(name: "Plus24") + public static let plus36 = ImageAsset(name: "Plus36") + public static let plusCircleFill16 = ImageAsset(name: "PlusCircleFill16") + public static let plusCircleFill24 = ImageAsset(name: "PlusCircleFill24") + public static let plusCircleFill36 = ImageAsset(name: "PlusCircleFill36") + public static let plusCircleOutline16 = ImageAsset(name: "PlusCircleOutline16") + public static let plusCircleOutline24 = ImageAsset(name: "PlusCircleOutline24") + public static let plusCircleOutline36 = ImageAsset(name: "PlusCircleOutline36") + public static let plusSquareFill16 = ImageAsset(name: "PlusSquareFill16") + public static let plusSquareFill24 = ImageAsset(name: "PlusSquareFill24") + public static let plusSquareFill36 = ImageAsset(name: "PlusSquareFill36") + public static let plusSquareOutline16 = ImageAsset(name: "PlusSquareOutline16") + public static let plusSquareOutline24 = ImageAsset(name: "PlusSquareOutline24") + public static let plusSquareOutline36 = ImageAsset(name: "PlusSquareOutline36") + public static let postFill16 = ImageAsset(name: "PostFill16") + public static let postFill24 = ImageAsset(name: "PostFill24") + public static let postFill36 = ImageAsset(name: "PostFill36") + public static let postOutline16 = ImageAsset(name: "PostOutline16") + public static let postOutline24 = ImageAsset(name: "PostOutline24") + public static let postOutline36 = ImageAsset(name: "PostOutline36") + public static let postcardFill16 = ImageAsset(name: "PostcardFill16") + public static let postcardFill24 = ImageAsset(name: "PostcardFill24") + public static let postcardFill36 = ImageAsset(name: "PostcardFill36") + public static let postcardOutline16 = ImageAsset(name: "PostcardOutline16") + public static let postcardOutline24 = ImageAsset(name: "PostcardOutline24") + public static let postcardOutline36 = ImageAsset(name: "PostcardOutline36") + public static let power16 = ImageAsset(name: "Power16") + public static let power24 = ImageAsset(name: "Power24") + public static let power36 = ImageAsset(name: "Power36") + public static let powerWireCableFill16 = ImageAsset(name: "PowerWireCableFill16") + public static let powerWireCableFill24 = ImageAsset(name: "PowerWireCableFill24") + public static let powerWireCableFill36 = ImageAsset(name: "PowerWireCableFill36") + public static let powerWireCableOutline16 = ImageAsset(name: "PowerWireCableOutline16") + public static let powerWireCableOutline24 = ImageAsset(name: "PowerWireCableOutline24") + public static let powerWireCableOutline36 = ImageAsset(name: "PowerWireCableOutline36") + public static let powerWireDashFill16 = ImageAsset(name: "PowerWireDashFill16") + public static let powerWireDashFill24 = ImageAsset(name: "PowerWireDashFill24") + public static let powerWireDashFill36 = ImageAsset(name: "PowerWireDashFill36") + public static let powerWireDashOutline16 = ImageAsset(name: "PowerWireDashOutline16") + public static let powerWireDashOutline24 = ImageAsset(name: "PowerWireDashOutline24") + public static let powerWireDashOutline36 = ImageAsset(name: "PowerWireDashOutline36") + public static let powerWireFill16 = ImageAsset(name: "PowerWireFill16") + public static let powerWireFill24 = ImageAsset(name: "PowerWireFill24") + public static let powerWireFill36 = ImageAsset(name: "PowerWireFill36") + public static let powerWireOutline16 = ImageAsset(name: "PowerWireOutline16") + public static let powerWireOutline24 = ImageAsset(name: "PowerWireOutline24") + public static let powerWireOutline36 = ImageAsset(name: "PowerWireOutline36") + public static let pramFill16 = ImageAsset(name: "PramFill16") + public static let pramFill24 = ImageAsset(name: "PramFill24") + public static let pramFill36 = ImageAsset(name: "PramFill36") + public static let pramOutline16 = ImageAsset(name: "PramOutline16") + public static let pramOutline24 = ImageAsset(name: "PramOutline24") + public static let pramOutline36 = ImageAsset(name: "PramOutline36") + public static let previousFill16 = ImageAsset(name: "PreviousFill16") + public static let previousFill24 = ImageAsset(name: "PreviousFill24") + public static let previousFill36 = ImageAsset(name: "PreviousFill36") + public static let previousOutline16 = ImageAsset(name: "PreviousOutline16") + public static let previousOutline24 = ImageAsset(name: "PreviousOutline24") + public static let previousOutline36 = ImageAsset(name: "PreviousOutline36") + public static let profileBadgeFill16 = ImageAsset(name: "ProfileBadgeFill16") + public static let profileBadgeFill24 = ImageAsset(name: "ProfileBadgeFill24") + public static let profileBadgeFill36 = ImageAsset(name: "ProfileBadgeFill36") + public static let profileBadgeOutline16 = ImageAsset(name: "ProfileBadgeOutline16") + public static let profileBadgeOutline24 = ImageAsset(name: "ProfileBadgeOutline24") + public static let profileBadgeOutline36 = ImageAsset(name: "ProfileBadgeOutline36") + public static let profileCircleFill16 = ImageAsset(name: "ProfileCircleFill16") + public static let profileCircleFill24 = ImageAsset(name: "ProfileCircleFill24") + public static let profileCircleFill36 = ImageAsset(name: "ProfileCircleFill36") + public static let profileCircleOutline16 = ImageAsset(name: "ProfileCircleOutline16") + public static let profileCircleOutline24 = ImageAsset(name: "ProfileCircleOutline24") + public static let profileCircleOutline36 = ImageAsset(name: "ProfileCircleOutline36") + public static let profileCrossFill16 = ImageAsset(name: "ProfileCrossFill16") + public static let profileCrossFill24 = ImageAsset(name: "ProfileCrossFill24") + public static let profileCrossFill36 = ImageAsset(name: "ProfileCrossFill36") + public static let profileCrossOutline16 = ImageAsset(name: "ProfileCrossOutline16") + public static let profileCrossOutline24 = ImageAsset(name: "ProfileCrossOutline24") + public static let profileCrossOutline36 = ImageAsset(name: "ProfileCrossOutline36") + public static let profileFill16 = ImageAsset(name: "ProfileFill16") + public static let profileFill24 = ImageAsset(name: "ProfileFill24") + public static let profileFill36 = ImageAsset(name: "ProfileFill36") + public static let profileOutline16 = ImageAsset(name: "ProfileOutline16") + public static let profileOutline24 = ImageAsset(name: "ProfileOutline24") + public static let profileOutline36 = ImageAsset(name: "ProfileOutline36") + public static let profilePlusFill16 = ImageAsset(name: "ProfilePlusFill16") + public static let profilePlusFill24 = ImageAsset(name: "ProfilePlusFill24") + public static let profilePlusFill36 = ImageAsset(name: "ProfilePlusFill36") + public static let profilePlusOutline16 = ImageAsset(name: "ProfilePlusOutline16") + public static let profilePlusOutline24 = ImageAsset(name: "ProfilePlusOutline24") + public static let profilePlusOutline36 = ImageAsset(name: "ProfilePlusOutline36") + public static let profileSquareFill16 = ImageAsset(name: "ProfileSquareFill16") + public static let profileSquareFill24 = ImageAsset(name: "ProfileSquareFill24") + public static let profileSquareFill36 = ImageAsset(name: "ProfileSquareFill36") + public static let profileSquareOutline16 = ImageAsset(name: "ProfileSquareOutline16") + public static let profileSquareOutline24 = ImageAsset(name: "ProfileSquareOutline24") + public static let profileSquareOutline36 = ImageAsset(name: "ProfileSquareOutline36") + public static let qrCode16 = ImageAsset(name: "QRCode16") + public static let qrCode24 = ImageAsset(name: "QRCode24") + public static let qrCode36 = ImageAsset(name: "QRCode36") + public static let radioFill16 = ImageAsset(name: "RadioFill16") + public static let radioFill24 = ImageAsset(name: "RadioFill24") + public static let radioFill36 = ImageAsset(name: "RadioFill36") + public static let radioOutline16 = ImageAsset(name: "RadioOutline16") + public static let radioOutline24 = ImageAsset(name: "RadioOutline24") + public static let radioOutline36 = ImageAsset(name: "RadioOutline36") + public static let redCrossFill16 = ImageAsset(name: "RedCrossFill16") + public static let redCrossFill24 = ImageAsset(name: "RedCrossFill24") + public static let redCrossFill36 = ImageAsset(name: "RedCrossFill36") + public static let redCrossOutline16 = ImageAsset(name: "RedCrossOutline16") + public static let redCrossOutline24 = ImageAsset(name: "RedCrossOutline24") + public static let redCrossOutline36 = ImageAsset(name: "RedCrossOutline36") + public static let refresh16 = ImageAsset(name: "Refresh16") + public static let refresh24 = ImageAsset(name: "Refresh24") + public static let refresh36 = ImageAsset(name: "Refresh36") + public static let regionalFill16 = ImageAsset(name: "RegionalFill16") + public static let regionalFill24 = ImageAsset(name: "RegionalFill24") + public static let regionalFill36 = ImageAsset(name: "RegionalFill36") + public static let regionalOutline16 = ImageAsset(name: "RegionalOutline16") + public static let regionalOutline24 = ImageAsset(name: "RegionalOutline24") + public static let regionalOutline36 = ImageAsset(name: "RegionalOutline36") + public static let remoteControllerFill16 = ImageAsset(name: "RemoteControllerFill16") + public static let remoteControllerFill24 = ImageAsset(name: "RemoteControllerFill24") + public static let remoteControllerFill36 = ImageAsset(name: "RemoteControllerFill36") + public static let remoteControllerOutline16 = ImageAsset(name: "RemoteControllerOutline16") + public static let remoteControllerOutline24 = ImageAsset(name: "RemoteControllerOutline24") + public static let remoteControllerOutline36 = ImageAsset(name: "RemoteControllerOutline36") + public static let repeatCircleOutline16 = ImageAsset(name: "RepeatCircleOutline16") + public static let repeatCircleOutline24 = ImageAsset(name: "RepeatCircleOutline24") + public static let repeatCircleOutline36 = ImageAsset(name: "RepeatCircleOutline36") + public static let repeatOneOutline16 = ImageAsset(name: "RepeatOneOutline16") + public static let repeatOneOutline24 = ImageAsset(name: "RepeatOneOutline24") + public static let repeatOneOutline36 = ImageAsset(name: "RepeatOneOutline36") + public static let repeatOutline16 = ImageAsset(name: "RepeatOutline16") + public static let repeatOutline24 = ImageAsset(name: "RepeatOutline24") + public static let repeatOutline36 = ImageAsset(name: "RepeatOutline36") + public static let resetOutline16 = ImageAsset(name: "ResetOutline16") + public static let resetOutline24 = ImageAsset(name: "ResetOutline24") + public static let resetOutline36 = ImageAsset(name: "ResetOutline36") + public static let rewindBackward1016 = ImageAsset(name: "RewindBackward1016") + public static let rewindBackward1024 = ImageAsset(name: "RewindBackward1024") + public static let rewindBackward1036 = ImageAsset(name: "RewindBackward1036") + public static let rewindBackward3016 = ImageAsset(name: "RewindBackward3016") + public static let rewindBackward3024 = ImageAsset(name: "RewindBackward3024") + public static let rewindBackward3036 = ImageAsset(name: "RewindBackward3036") + public static let rewindBackwardFill16 = ImageAsset(name: "RewindBackwardFill16") + public static let rewindBackwardFill24 = ImageAsset(name: "RewindBackwardFill24") + public static let rewindBackwardFill36 = ImageAsset(name: "RewindBackwardFill36") + public static let rewindBackwardOutline16 = ImageAsset(name: "RewindBackwardOutline16") + public static let rewindBackwardOutline24 = ImageAsset(name: "RewindBackwardOutline24") + public static let rewindBackwardOutline36 = ImageAsset(name: "RewindBackwardOutline36") + public static let rewindForward1016 = ImageAsset(name: "RewindForward1016") + public static let rewindForward1024 = ImageAsset(name: "RewindForward1024") + public static let rewindForward1036 = ImageAsset(name: "RewindForward1036") + public static let rewindForward3016 = ImageAsset(name: "RewindForward3016") + public static let rewindForward3024 = ImageAsset(name: "RewindForward3024") + public static let rewindForward3036 = ImageAsset(name: "RewindForward3036") + public static let rewindForwardFill16 = ImageAsset(name: "RewindForwardFill16") + public static let rewindForwardFill24 = ImageAsset(name: "RewindForwardFill24") + public static let rewindForwardFill36 = ImageAsset(name: "RewindForwardFill36") + public static let rewindForwardOutline16 = ImageAsset(name: "RewindForwardOutline16") + public static let rewindForwardOutline24 = ImageAsset(name: "RewindForwardOutline24") + public static let rewindForwardOutline36 = ImageAsset(name: "RewindForwardOutline36") + public static let rombFill16 = ImageAsset(name: "RombFill16") + public static let rombFill24 = ImageAsset(name: "RombFill24") + public static let rombFill36 = ImageAsset(name: "RombFill36") + public static let rombOutline16 = ImageAsset(name: "RombOutline16") + public static let rombOutline24 = ImageAsset(name: "RombOutline24") + public static let rombOutline36 = ImageAsset(name: "RombOutline36") + public static let rotateCcw16 = ImageAsset(name: "RotateCcw16") + public static let rotateCcw24 = ImageAsset(name: "RotateCcw24") + public static let rotateCcw36 = ImageAsset(name: "RotateCcw36") + public static let rotateCw16 = ImageAsset(name: "RotateCw16") + public static let rotateCw24 = ImageAsset(name: "RotateCw24") + public static let rotateCw36 = ImageAsset(name: "RotateCw36") + public static let rubleFill16 = ImageAsset(name: "RubleFill16") + public static let rubleFill24 = ImageAsset(name: "RubleFill24") + public static let rubleFill36 = ImageAsset(name: "RubleFill36") + public static let rubleOutline16 = ImageAsset(name: "RubleOutline16") + public static let rubleOutline24 = ImageAsset(name: "RubleOutline24") + public static let rubleOutline36 = ImageAsset(name: "RubleOutline36") + public static let rublePlus16 = ImageAsset(name: "RublePlus16") + public static let rublePlus24 = ImageAsset(name: "RublePlus24") + public static let rublePlus36 = ImageAsset(name: "RublePlus36") + public static let rublePlusDollar16 = ImageAsset(name: "RublePlusDollar16") + public static let rublePlusDollar24 = ImageAsset(name: "RublePlusDollar24") + public static let rublePlusDollar36 = ImageAsset(name: "RublePlusDollar36") + public static let rulerFill16 = ImageAsset(name: "RulerFill16") + public static let rulerFill24 = ImageAsset(name: "RulerFill24") + public static let rulerFill36 = ImageAsset(name: "RulerFill36") + public static let rulerOutline16 = ImageAsset(name: "RulerOutline16") + public static let rulerOutline24 = ImageAsset(name: "RulerOutline24") + public static let rulerOutline36 = ImageAsset(name: "RulerOutline36") + public static let rupiahFill16 = ImageAsset(name: "RupiahFill16") + public static let rupiahFill24 = ImageAsset(name: "RupiahFill24") + public static let rupiahFill36 = ImageAsset(name: "RupiahFill36") + public static let rupiahOutline16 = ImageAsset(name: "RupiahOutline16") + public static let rupiahOutline24 = ImageAsset(name: "RupiahOutline24") + public static let rupiahOutline36 = ImageAsset(name: "RupiahOutline36") + public static let safeDiagramFill16 = ImageAsset(name: "SafeDiagramFill16") + public static let safeDiagramFill24 = ImageAsset(name: "SafeDiagramFill24") + public static let safeDiagramFill36 = ImageAsset(name: "SafeDiagramFill36") + public static let safeDiagramOutline16 = ImageAsset(name: "SafeDiagramOutline16") + public static let safeDiagramOutline24 = ImageAsset(name: "SafeDiagramOutline24") + public static let safeDiagramOutline36 = ImageAsset(name: "SafeDiagramOutline36") + public static let safeFill16 = ImageAsset(name: "SafeFill16") + public static let safeFill24 = ImageAsset(name: "SafeFill24") + public static let safeFill36 = ImageAsset(name: "SafeFill36") + public static let safeOutline16 = ImageAsset(name: "SafeOutline16") + public static let safeOutline24 = ImageAsset(name: "SafeOutline24") + public static let safeOutline36 = ImageAsset(name: "SafeOutline36") + public static let saluteFill16 = ImageAsset(name: "SaluteFill16") + public static let saluteFill24 = ImageAsset(name: "SaluteFill24") + public static let saluteFill36 = ImageAsset(name: "SaluteFill36") + public static let saluteOutline16 = ImageAsset(name: "SaluteOutline16") + public static let saluteOutline24 = ImageAsset(name: "SaluteOutline24") + public static let saluteOutline36 = ImageAsset(name: "SaluteOutline36") + public static let sber16 = ImageAsset(name: "Sber16") + public static let sber24 = ImageAsset(name: "Sber24") + public static let sber36 = ImageAsset(name: "Sber36") + public static let sberboom16 = ImageAsset(name: "Sberboom16") + public static let sberboom24 = ImageAsset(name: "Sberboom24") + public static let sberboom36 = ImageAsset(name: "Sberboom36") + public static let sberboomCast16 = ImageAsset(name: "SberboomCast16") + public static let sberboomCast24 = ImageAsset(name: "SberboomCast24") + public static let sberboomCast36 = ImageAsset(name: "SberboomCast36") + public static let sberboomError16 = ImageAsset(name: "SberboomError16") + public static let sberboomError24 = ImageAsset(name: "SberboomError24") + public static let sberboomError36 = ImageAsset(name: "SberboomError36") + public static let sberboomMiniCastFill16 = ImageAsset(name: "SberboomMiniCastFill16") + public static let sberboomMiniCastFill24 = ImageAsset(name: "SberboomMiniCastFill24") + public static let sberboomMiniCastFill36 = ImageAsset(name: "SberboomMiniCastFill36") + public static let sberboomMiniCastOutline16 = ImageAsset(name: "SberboomMiniCastOutline16") + public static let sberboomMiniCastOutline24 = ImageAsset(name: "SberboomMiniCastOutline24") + public static let sberboomMiniCastOutline36 = ImageAsset(name: "SberboomMiniCastOutline36") + public static let sberboomMiniErrorFill16 = ImageAsset(name: "SberboomMiniErrorFill16") + public static let sberboomMiniErrorFill24 = ImageAsset(name: "SberboomMiniErrorFill24") + public static let sberboomMiniErrorFill36 = ImageAsset(name: "SberboomMiniErrorFill36") + public static let sberboomMiniErrorOutline16 = ImageAsset(name: "SberboomMiniErrorOutline16") + public static let sberboomMiniErrorOutline24 = ImageAsset(name: "SberboomMiniErrorOutline24") + public static let sberboomMiniErrorOutline36 = ImageAsset(name: "SberboomMiniErrorOutline36") + public static let sberboomMiniFill16 = ImageAsset(name: "SberboomMiniFill16") + public static let sberboomMiniFill24 = ImageAsset(name: "SberboomMiniFill24") + public static let sberboomMiniFill36 = ImageAsset(name: "SberboomMiniFill36") + public static let sberboomMiniOutline16 = ImageAsset(name: "SberboomMiniOutline16") + public static let sberboomMiniOutline24 = ImageAsset(name: "SberboomMiniOutline24") + public static let sberboomMiniOutline36 = ImageAsset(name: "SberboomMiniOutline36") + public static let sberboxFill16 = ImageAsset(name: "SberboxFill16") + public static let sberboxFill24 = ImageAsset(name: "SberboxFill24") + public static let sberboxFill36 = ImageAsset(name: "SberboxFill36") + public static let sberboxOutline16 = ImageAsset(name: "SberboxOutline16") + public static let sberboxOutline24 = ImageAsset(name: "SberboxOutline24") + public static let sberboxOutline36 = ImageAsset(name: "SberboxOutline36") + public static let sberboxPackFill16 = ImageAsset(name: "SberboxPackFill16") + public static let sberboxPackFill24 = ImageAsset(name: "SberboxPackFill24") + public static let sberboxPackFill36 = ImageAsset(name: "SberboxPackFill36") + public static let sberboxPackOutline16 = ImageAsset(name: "SberboxPackOutline16") + public static let sberboxPackOutline24 = ImageAsset(name: "SberboxPackOutline24") + public static let sberboxPackOutline36 = ImageAsset(name: "SberboxPackOutline36") + public static let sberboxTimeFill16 = ImageAsset(name: "SberboxTimeFill16") + public static let sberboxTimeFill24 = ImageAsset(name: "SberboxTimeFill24") + public static let sberboxTimeFill36 = ImageAsset(name: "SberboxTimeFill36") + public static let sberboxTimeOutline16 = ImageAsset(name: "SberboxTimeOutline16") + public static let sberboxTimeOutline24 = ImageAsset(name: "SberboxTimeOutline24") + public static let sberboxTimeOutline36 = ImageAsset(name: "SberboxTimeOutline36") + public static let sberboxTopFill16 = ImageAsset(name: "SberboxTopFill16") + public static let sberboxTopFill24 = ImageAsset(name: "SberboxTopFill24") + public static let sberboxTopFill36 = ImageAsset(name: "SberboxTopFill36") + public static let sberboxTopOutline16 = ImageAsset(name: "SberboxTopOutline16") + public static let sberboxTopOutline24 = ImageAsset(name: "SberboxTopOutline24") + public static let sberboxTopOutline36 = ImageAsset(name: "SberboxTopOutline36") + public static let sberportalBulbFill16 = ImageAsset(name: "SberportalBulbFill16") + public static let sberportalBulbFill24 = ImageAsset(name: "SberportalBulbFill24") + public static let sberportalBulbFill36 = ImageAsset(name: "SberportalBulbFill36") + public static let sberportalBulbOutline16 = ImageAsset(name: "SberportalBulbOutline16") + public static let sberportalBulbOutline24 = ImageAsset(name: "SberportalBulbOutline24") + public static let sberportalBulbOutline36 = ImageAsset(name: "SberportalBulbOutline36") + public static let sberportalFill16 = ImageAsset(name: "SberportalFill16") + public static let sberportalFill24 = ImageAsset(name: "SberportalFill24") + public static let sberportalFill36 = ImageAsset(name: "SberportalFill36") + public static let sberportalOutline16 = ImageAsset(name: "SberportalOutline16") + public static let sberportalOutline24 = ImageAsset(name: "SberportalOutline24") + public static let sberportalOutline36 = ImageAsset(name: "SberportalOutline36") + public static let scenarioAutoFill16 = ImageAsset(name: "ScenarioAutoFill16") + public static let scenarioAutoFill24 = ImageAsset(name: "ScenarioAutoFill24") + public static let scenarioAutoFill36 = ImageAsset(name: "ScenarioAutoFill36") + public static let scenarioAutoOutline16 = ImageAsset(name: "ScenarioAutoOutline16") + public static let scenarioAutoOutline24 = ImageAsset(name: "ScenarioAutoOutline24") + public static let scenarioAutoOutline36 = ImageAsset(name: "ScenarioAutoOutline36") + public static let scenarioFill16 = ImageAsset(name: "ScenarioFill16") + public static let scenarioFill24 = ImageAsset(name: "ScenarioFill24") + public static let scenarioFill36 = ImageAsset(name: "ScenarioFill36") + public static let scenarioOutline16 = ImageAsset(name: "ScenarioOutline16") + public static let scenarioOutline24 = ImageAsset(name: "ScenarioOutline24") + public static let scenarioOutline36 = ImageAsset(name: "ScenarioOutline36") + public static let scenarioSyncAuto35Fill16 = ImageAsset(name: "ScenarioSyncAuto35Fill16") + public static let scenarioSyncAuto35Fill24 = ImageAsset(name: "ScenarioSyncAuto35Fill24") + public static let scenarioSyncAuto35Fill36 = ImageAsset(name: "ScenarioSyncAuto35Fill36") + public static let scenarioSyncAuto35Outline16 = ImageAsset(name: "ScenarioSyncAuto35Outline16") + public static let scenarioSyncAuto35Outline24 = ImageAsset(name: "ScenarioSyncAuto35Outline24") + public static let scenarioSyncAuto35Outline36 = ImageAsset(name: "ScenarioSyncAuto35Outline36") + public static let scenarioSyncAuto45Fill16 = ImageAsset(name: "ScenarioSyncAuto45Fill16") + public static let scenarioSyncAuto45Fill24 = ImageAsset(name: "ScenarioSyncAuto45Fill24") + public static let scenarioSyncAuto45Fill36 = ImageAsset(name: "ScenarioSyncAuto45Fill36") + public static let scenarioSyncAuto45Outline16 = ImageAsset(name: "ScenarioSyncAuto45Outline16") + public static let scenarioSyncAuto45Outline24 = ImageAsset(name: "ScenarioSyncAuto45Outline24") + public static let scenarioSyncAuto45Outline36 = ImageAsset(name: "ScenarioSyncAuto45Outline36") + public static let scenarioSyncAuto65Fill16 = ImageAsset(name: "ScenarioSyncAuto65Fill16") + public static let scenarioSyncAuto65Fill24 = ImageAsset(name: "ScenarioSyncAuto65Fill24") + public static let scenarioSyncAuto65Fill36 = ImageAsset(name: "ScenarioSyncAuto65Fill36") + public static let scenarioSyncAuto65Outline16 = ImageAsset(name: "ScenarioSyncAuto65Outline16") + public static let scenarioSyncAuto65Outline24 = ImageAsset(name: "ScenarioSyncAuto65Outline24") + public static let scenarioSyncAuto65Outline36 = ImageAsset(name: "ScenarioSyncAuto65Outline36") + public static let scene3dFill16 = ImageAsset(name: "Scene3dFill16") + public static let scene3dFill24 = ImageAsset(name: "Scene3dFill24") + public static let scene3dFill36 = ImageAsset(name: "Scene3dFill36") + public static let scene3dOutline16 = ImageAsset(name: "Scene3dOutline16") + public static let scene3dOutline24 = ImageAsset(name: "Scene3dOutline24") + public static let scene3dOutline36 = ImageAsset(name: "Scene3dOutline36") + public static let scribble16 = ImageAsset(name: "Scribble16") + public static let scribble24 = ImageAsset(name: "Scribble24") + public static let scribble36 = ImageAsset(name: "Scribble36") + public static let scribbleDiagonal16 = ImageAsset(name: "ScribbleDiagonal16") + public static let scribbleDiagonal24 = ImageAsset(name: "ScribbleDiagonal24") + public static let scribbleDiagonal36 = ImageAsset(name: "ScribbleDiagonal36") + public static let sctivityFill16 = ImageAsset(name: "SctivityFill16") + public static let sctivityFill24 = ImageAsset(name: "SctivityFill24") + public static let sctivityFill36 = ImageAsset(name: "SctivityFill36") + public static let sctivityOutline16 = ImageAsset(name: "SctivityOutline16") + public static let sctivityOutline24 = ImageAsset(name: "SctivityOutline24") + public static let sctivityOutline36 = ImageAsset(name: "SctivityOutline36") + public static let search16 = ImageAsset(name: "Search16") + public static let search24 = ImageAsset(name: "Search24") + public static let search36 = ImageAsset(name: "Search36") + public static let securityCameraFill16 = ImageAsset(name: "SecurityCameraFill16") + public static let securityCameraFill24 = ImageAsset(name: "SecurityCameraFill24") + public static let securityCameraFill36 = ImageAsset(name: "SecurityCameraFill36") + public static let securityCameraOutline16 = ImageAsset(name: "SecurityCameraOutline16") + public static let securityCameraOutline24 = ImageAsset(name: "SecurityCameraOutline24") + public static let securityCameraOutline36 = ImageAsset(name: "SecurityCameraOutline36") + public static let sendFill16 = ImageAsset(name: "SendFill16") + public static let sendFill24 = ImageAsset(name: "SendFill24") + public static let sendFill36 = ImageAsset(name: "SendFill36") + public static let sendOutline16 = ImageAsset(name: "SendOutline16") + public static let sendOutline24 = ImageAsset(name: "SendOutline24") + public static let sendOutline36 = ImageAsset(name: "SendOutline36") + public static let settingsFill16 = ImageAsset(name: "SettingsFill16") + public static let settingsFill24 = ImageAsset(name: "SettingsFill24") + public static let settingsFill36 = ImageAsset(name: "SettingsFill36") + public static let settingsFilter16 = ImageAsset(name: "SettingsFilter16") + public static let settingsFilter24 = ImageAsset(name: "SettingsFilter24") + public static let settingsFilter36 = ImageAsset(name: "SettingsFilter36") + public static let settingsOutline16 = ImageAsset(name: "SettingsOutline16") + public static let settingsOutline24 = ImageAsset(name: "SettingsOutline24") + public static let settingsOutline36 = ImageAsset(name: "SettingsOutline36") + public static let shareFill16 = ImageAsset(name: "ShareFill16") + public static let shareFill24 = ImageAsset(name: "ShareFill24") + public static let shareFill36 = ImageAsset(name: "ShareFill36") + public static let shareOutline16 = ImageAsset(name: "ShareOutline16") + public static let shareOutline24 = ImageAsset(name: "ShareOutline24") + public static let shareOutline36 = ImageAsset(name: "ShareOutline36") + public static let shareScreenFill16 = ImageAsset(name: "ShareScreenFill16") + public static let shareScreenFill24 = ImageAsset(name: "ShareScreenFill24") + public static let shareScreenFill36 = ImageAsset(name: "ShareScreenFill36") + public static let shareScreenMobileFill16 = ImageAsset(name: "ShareScreenMobileFill16") + public static let shareScreenMobileFill24 = ImageAsset(name: "ShareScreenMobileFill24") + public static let shareScreenMobileFill36 = ImageAsset(name: "ShareScreenMobileFill36") + public static let shareScreenMobileOutline16 = ImageAsset(name: "ShareScreenMobileOutline16") + public static let shareScreenMobileOutline24 = ImageAsset(name: "ShareScreenMobileOutline24") + public static let shareScreenMobileOutline36 = ImageAsset(name: "ShareScreenMobileOutline36") + public static let shareScreenOutline16 = ImageAsset(name: "ShareScreenOutline16") + public static let shareScreenOutline24 = ImageAsset(name: "ShareScreenOutline24") + public static let shareScreenOutline36 = ImageAsset(name: "ShareScreenOutline36") + public static let shareScreenTabletFill16 = ImageAsset(name: "ShareScreenTabletFill16") + public static let shareScreenTabletFill24 = ImageAsset(name: "ShareScreenTabletFill24") + public static let shareScreenTabletFill36 = ImageAsset(name: "ShareScreenTabletFill36") + public static let shareScreenTabletOutline16 = ImageAsset(name: "ShareScreenTabletOutline16") + public static let shareScreenTabletOutline24 = ImageAsset(name: "ShareScreenTabletOutline24") + public static let shareScreenTabletOutline36 = ImageAsset(name: "ShareScreenTabletOutline36") + public static let shazam16 = ImageAsset(name: "Shazam16") + public static let shazam24 = ImageAsset(name: "Shazam24") + public static let shazam36 = ImageAsset(name: "Shazam36") + public static let shieldChildFill16 = ImageAsset(name: "ShieldChildFill16") + public static let shieldChildFill24 = ImageAsset(name: "ShieldChildFill24") + public static let shieldChildFill36 = ImageAsset(name: "ShieldChildFill36") + public static let shieldChildOutline16 = ImageAsset(name: "ShieldChildOutline16") + public static let shieldChildOutline24 = ImageAsset(name: "ShieldChildOutline24") + public static let shieldChildOutline36 = ImageAsset(name: "ShieldChildOutline36") + public static let shieldDashFill16 = ImageAsset(name: "ShieldDashFill16") + public static let shieldDashFill24 = ImageAsset(name: "ShieldDashFill24") + public static let shieldDashFill36 = ImageAsset(name: "ShieldDashFill36") + public static let shieldDashOutline16 = ImageAsset(name: "ShieldDashOutline16") + public static let shieldDashOutline24 = ImageAsset(name: "ShieldDashOutline24") + public static let shieldDashOutline36 = ImageAsset(name: "ShieldDashOutline36") + public static let shieldDoneFill16 = ImageAsset(name: "ShieldDoneFill16") + public static let shieldDoneFill24 = ImageAsset(name: "ShieldDoneFill24") + public static let shieldDoneFill36 = ImageAsset(name: "ShieldDoneFill36") + public static let shieldDoneOutline16 = ImageAsset(name: "ShieldDoneOutline16") + public static let shieldDoneOutline24 = ImageAsset(name: "ShieldDoneOutline24") + public static let shieldDoneOutline36 = ImageAsset(name: "ShieldDoneOutline36") + public static let shieldFill16 = ImageAsset(name: "ShieldFill16") + public static let shieldFill24 = ImageAsset(name: "ShieldFill24") + public static let shieldFill36 = ImageAsset(name: "ShieldFill36") + public static let shieldLinesCirclesFill16 = ImageAsset(name: "ShieldLinesCirclesFill16") + public static let shieldLinesCirclesFill24 = ImageAsset(name: "ShieldLinesCirclesFill24") + public static let shieldLinesCirclesFill36 = ImageAsset(name: "ShieldLinesCirclesFill36") + public static let shieldLinesCirclesOutline16 = ImageAsset(name: "ShieldLinesCirclesOutline16") + public static let shieldLinesCirclesOutline24 = ImageAsset(name: "ShieldLinesCirclesOutline24") + public static let shieldLinesCirclesOutline36 = ImageAsset(name: "ShieldLinesCirclesOutline36") + public static let shieldLinesFill16 = ImageAsset(name: "ShieldLinesFill16") + public static let shieldLinesFill24 = ImageAsset(name: "ShieldLinesFill24") + public static let shieldLinesFill36 = ImageAsset(name: "ShieldLinesFill36") + public static let shieldLinesOutline16 = ImageAsset(name: "ShieldLinesOutline16") + public static let shieldLinesOutline24 = ImageAsset(name: "ShieldLinesOutline24") + public static let shieldLinesOutline36 = ImageAsset(name: "ShieldLinesOutline36") + public static let shieldOutline16 = ImageAsset(name: "ShieldOutline16") + public static let shieldOutline24 = ImageAsset(name: "ShieldOutline24") + public static let shieldOutline36 = ImageAsset(name: "ShieldOutline36") + public static let shuffleOutline16 = ImageAsset(name: "ShuffleOutline16") + public static let shuffleOutline24 = ImageAsset(name: "ShuffleOutline24") + public static let shuffleOutline36 = ImageAsset(name: "ShuffleOutline36") + public static let silent16 = ImageAsset(name: "Silent16") + public static let silent216 = ImageAsset(name: "Silent216") + public static let silent224 = ImageAsset(name: "Silent224") + public static let silent236 = ImageAsset(name: "Silent236") + public static let silent24 = ImageAsset(name: "Silent24") + public static let silent36 = ImageAsset(name: "Silent36") + public static let sizeExpand16 = ImageAsset(name: "SizeExpand16") + public static let sizeExpand24 = ImageAsset(name: "SizeExpand24") + public static let sizeExpand36 = ImageAsset(name: "SizeExpand36") + public static let sizeMaximize16 = ImageAsset(name: "SizeMaximize16") + public static let sizeMaximize24 = ImageAsset(name: "SizeMaximize24") + public static let sizeMaximize36 = ImageAsset(name: "SizeMaximize36") + public static let sizeMinimize16 = ImageAsset(name: "SizeMinimize16") + public static let sizeMinimize24 = ImageAsset(name: "SizeMinimize24") + public static let sizeMinimize36 = ImageAsset(name: "SizeMinimize36") + public static let sleepFill16 = ImageAsset(name: "SleepFill16") + public static let sleepFill24 = ImageAsset(name: "SleepFill24") + public static let sleepFill36 = ImageAsset(name: "SleepFill36") + public static let sleepOutline16 = ImageAsset(name: "SleepOutline16") + public static let sleepOutline24 = ImageAsset(name: "SleepOutline24") + public static let sleepOutline36 = ImageAsset(name: "SleepOutline36") + public static let smileFill16 = ImageAsset(name: "SmileFill16") + public static let smileFill24 = ImageAsset(name: "SmileFill24") + public static let smileFill36 = ImageAsset(name: "SmileFill36") + public static let smileOutline16 = ImageAsset(name: "SmileOutline16") + public static let smileOutline24 = ImageAsset(name: "SmileOutline24") + public static let smileOutline36 = ImageAsset(name: "SmileOutline36") + public static let snow16 = ImageAsset(name: "Snow16") + public static let snow24 = ImageAsset(name: "Snow24") + public static let snow36 = ImageAsset(name: "Snow36") + public static let sortBigSmall16 = ImageAsset(name: "SortBigSmall16") + public static let sortBigSmall24 = ImageAsset(name: "SortBigSmall24") + public static let sortBigSmall36 = ImageAsset(name: "SortBigSmall36") + public static let sortSmallBig16 = ImageAsset(name: "SortSmallBig16") + public static let sortSmallBig24 = ImageAsset(name: "SortSmallBig24") + public static let sortSmallBig36 = ImageAsset(name: "SortSmallBig36") + public static let speedometerFill16 = ImageAsset(name: "SpeedometerFill16") + public static let speedometerFill24 = ImageAsset(name: "SpeedometerFill24") + public static let speedometerFill36 = ImageAsset(name: "SpeedometerFill36") + public static let speedometerOutline16 = ImageAsset(name: "SpeedometerOutline16") + public static let speedometerOutline24 = ImageAsset(name: "SpeedometerOutline24") + public static let speedometerOutline36 = ImageAsset(name: "SpeedometerOutline36") + public static let squareFill16 = ImageAsset(name: "SquareFill16") + public static let squareFill24 = ImageAsset(name: "SquareFill24") + public static let squareFill36 = ImageAsset(name: "SquareFill36") + public static let squareOutline16 = ImageAsset(name: "SquareOutline16") + public static let squareOutline24 = ImageAsset(name: "SquareOutline24") + public static let squareOutline36 = ImageAsset(name: "SquareOutline36") + public static let stacksFill16 = ImageAsset(name: "StacksFill16") + public static let stacksFill24 = ImageAsset(name: "StacksFill24") + public static let stacksFill36 = ImageAsset(name: "StacksFill36") + public static let stacksOutline16 = ImageAsset(name: "StacksOutline16") + public static let stacksOutline24 = ImageAsset(name: "StacksOutline24") + public static let stacksOutline36 = ImageAsset(name: "StacksOutline36") + public static let starCircleFill16 = ImageAsset(name: "StarCircleFill16") + public static let starCircleFill24 = ImageAsset(name: "StarCircleFill24") + public static let starCircleFill36 = ImageAsset(name: "StarCircleFill36") + public static let starCircleOutline16 = ImageAsset(name: "StarCircleOutline16") + public static let starCircleOutline24 = ImageAsset(name: "StarCircleOutline24") + public static let starCircleOutline36 = ImageAsset(name: "StarCircleOutline36") + public static let starDashFill16 = ImageAsset(name: "StarDashFill16") + public static let starDashFill24 = ImageAsset(name: "StarDashFill24") + public static let starDashFill36 = ImageAsset(name: "StarDashFill36") + public static let starDashOutline16 = ImageAsset(name: "StarDashOutline16") + public static let starDashOutline24 = ImageAsset(name: "StarDashOutline24") + public static let starDashOutline36 = ImageAsset(name: "StarDashOutline36") + public static let starFill16 = ImageAsset(name: "StarFill16") + public static let starFill24 = ImageAsset(name: "StarFill24") + public static let starFill36 = ImageAsset(name: "StarFill36") + public static let starLightFill16 = ImageAsset(name: "StarLightFill16") + public static let starLightFill24 = ImageAsset(name: "StarLightFill24") + public static let starLightFill36 = ImageAsset(name: "StarLightFill36") + public static let starLightOutline16 = ImageAsset(name: "StarLightOutline16") + public static let starLightOutline24 = ImageAsset(name: "StarLightOutline24") + public static let starLightOutline36 = ImageAsset(name: "StarLightOutline36") + public static let starOutline16 = ImageAsset(name: "StarOutline16") + public static let starOutline24 = ImageAsset(name: "StarOutline24") + public static let starOutline36 = ImageAsset(name: "StarOutline36") + public static let starRecommendFill16 = ImageAsset(name: "StarRecommendFill16") + public static let starRecommendFill24 = ImageAsset(name: "StarRecommendFill24") + public static let starRecommendFill36 = ImageAsset(name: "StarRecommendFill36") + public static let starRecommendOutline16 = ImageAsset(name: "StarRecommendOutline16") + public static let starRecommendOutline24 = ImageAsset(name: "StarRecommendOutline24") + public static let starRecommendOutline36 = ImageAsset(name: "StarRecommendOutline36") + public static let steeringWheelFill16 = ImageAsset(name: "SteeringWheelFill16") + public static let steeringWheelFill24 = ImageAsset(name: "SteeringWheelFill24") + public static let steeringWheelFill36 = ImageAsset(name: "SteeringWheelFill36") + public static let steeringWheelOutline16 = ImageAsset(name: "SteeringWheelOutline16") + public static let steeringWheelOutline24 = ImageAsset(name: "SteeringWheelOutline24") + public static let steeringWheelOutline36 = ImageAsset(name: "SteeringWheelOutline36") + public static let stickerFill16 = ImageAsset(name: "StickerFill16") + public static let stickerFill24 = ImageAsset(name: "StickerFill24") + public static let stickerFill36 = ImageAsset(name: "StickerFill36") + public static let stickerOutline16 = ImageAsset(name: "StickerOutline16") + public static let stickerOutline24 = ImageAsset(name: "StickerOutline24") + public static let stickerOutline36 = ImageAsset(name: "StickerOutline36") + public static let stickerSquareFill16 = ImageAsset(name: "StickerSquareFill16") + public static let stickerSquareFill24 = ImageAsset(name: "StickerSquareFill24") + public static let stickerSquareFill36 = ImageAsset(name: "StickerSquareFill36") + public static let stickerSquareOutline16 = ImageAsset(name: "StickerSquareOutline16") + public static let stickerSquareOutline24 = ImageAsset(name: "StickerSquareOutline24") + public static let stickerSquareOutline36 = ImageAsset(name: "StickerSquareOutline36") + public static let stopFill16 = ImageAsset(name: "StopFill16") + public static let stopFill24 = ImageAsset(name: "StopFill24") + public static let stopFill36 = ImageAsset(name: "StopFill36") + public static let stopOutline16 = ImageAsset(name: "StopOutline16") + public static let stopOutline24 = ImageAsset(name: "StopOutline24") + public static let stopOutline36 = ImageAsset(name: "StopOutline36") + public static let sunFill16 = ImageAsset(name: "SunFill16") + public static let sunFill24 = ImageAsset(name: "SunFill24") + public static let sunFill36 = ImageAsset(name: "SunFill36") + public static let sunOutline16 = ImageAsset(name: "SunOutline16") + public static let sunOutline24 = ImageAsset(name: "SunOutline24") + public static let sunOutline36 = ImageAsset(name: "SunOutline36") + public static let swapHoriz16 = ImageAsset(name: "SwapHoriz16") + public static let swapHoriz24 = ImageAsset(name: "SwapHoriz24") + public static let swapHoriz36 = ImageAsset(name: "SwapHoriz36") + public static let swapHorizCircFill16 = ImageAsset(name: "SwapHorizCircFill16") + public static let swapHorizCircFill24 = ImageAsset(name: "SwapHorizCircFill24") + public static let swapHorizCircFill36 = ImageAsset(name: "SwapHorizCircFill36") + public static let swapHorizCircOutline16 = ImageAsset(name: "SwapHorizCircOutline16") + public static let swapHorizCircOutline24 = ImageAsset(name: "SwapHorizCircOutline24") + public static let swapHorizCircOutline36 = ImageAsset(name: "SwapHorizCircOutline36") + public static let swapVert16 = ImageAsset(name: "SwapVert16") + public static let swapVert24 = ImageAsset(name: "SwapVert24") + public static let swapVert36 = ImageAsset(name: "SwapVert36") + public static let swapVertCircFill16 = ImageAsset(name: "SwapVertCircFill16") + public static let swapVertCircFill24 = ImageAsset(name: "SwapVertCircFill24") + public static let swapVertCircFill36 = ImageAsset(name: "SwapVertCircFill36") + public static let swapVertCircOutline16 = ImageAsset(name: "SwapVertCircOutline16") + public static let swapVertCircOutline24 = ImageAsset(name: "SwapVertCircOutline24") + public static let swapVertCircOutline36 = ImageAsset(name: "SwapVertCircOutline36") + public static let switchSettingsFill16 = ImageAsset(name: "SwitchSettingsFill16") + public static let switchSettingsFill24 = ImageAsset(name: "SwitchSettingsFill24") + public static let switchSettingsFill36 = ImageAsset(name: "SwitchSettingsFill36") + public static let switchSettingsOutline16 = ImageAsset(name: "SwitchSettingsOutline16") + public static let switchSettingsOutline24 = ImageAsset(name: "SwitchSettingsOutline24") + public static let switchSettingsOutline36 = ImageAsset(name: "SwitchSettingsOutline36") + public static let switchToggleOffFill16 = ImageAsset(name: "SwitchToggleOffFill16") + public static let switchToggleOffFill24 = ImageAsset(name: "SwitchToggleOffFill24") + public static let switchToggleOffFill36 = ImageAsset(name: "SwitchToggleOffFill36") + public static let switchToggleOffOutline16 = ImageAsset(name: "SwitchToggleOffOutline16") + public static let switchToggleOffOutline24 = ImageAsset(name: "SwitchToggleOffOutline24") + public static let switchToggleOffOutline36 = ImageAsset(name: "SwitchToggleOffOutline36") + public static let switchToggleOnFill16 = ImageAsset(name: "SwitchToggleOnFill16") + public static let switchToggleOnFill24 = ImageAsset(name: "SwitchToggleOnFill24") + public static let switchToggleOnFill36 = ImageAsset(name: "SwitchToggleOnFill36") + public static let switchToggleOnOutline16 = ImageAsset(name: "SwitchToggleOnOutline16") + public static let switchToggleOnOutline24 = ImageAsset(name: "SwitchToggleOnOutline24") + public static let switchToggleOnOutline36 = ImageAsset(name: "SwitchToggleOnOutline36") + public static let symbolsFill16 = ImageAsset(name: "SymbolsFill16") + public static let symbolsFill24 = ImageAsset(name: "SymbolsFill24") + public static let symbolsFill36 = ImageAsset(name: "SymbolsFill36") + public static let symbolsOutline16 = ImageAsset(name: "SymbolsOutline16") + public static let symbolsOutline24 = ImageAsset(name: "SymbolsOutline24") + public static let symbolsOutline36 = ImageAsset(name: "SymbolsOutline36") + public static let syncError16 = ImageAsset(name: "SyncError16") + public static let syncError24 = ImageAsset(name: "SyncError24") + public static let syncError36 = ImageAsset(name: "SyncError36") + public static let syncProblem16 = ImageAsset(name: "SyncProblem16") + public static let syncProblem24 = ImageAsset(name: "SyncProblem24") + public static let syncProblem36 = ImageAsset(name: "SyncProblem36") + public static let tableLampFill16 = ImageAsset(name: "TableLampFill16") + public static let tableLampFill24 = ImageAsset(name: "TableLampFill24") + public static let tableLampFill36 = ImageAsset(name: "TableLampFill36") + public static let tableLampOutline16 = ImageAsset(name: "TableLampOutline16") + public static let tableLampOutline24 = ImageAsset(name: "TableLampOutline24") + public static let tableLampOutline36 = ImageAsset(name: "TableLampOutline36") + public static let tagBadgeFill16 = ImageAsset(name: "TagBadgeFill16") + public static let tagBadgeFill24 = ImageAsset(name: "TagBadgeFill24") + public static let tagBadgeFill36 = ImageAsset(name: "TagBadgeFill36") + public static let tagBadgeOutline16 = ImageAsset(name: "TagBadgeOutline16") + public static let tagBadgeOutline24 = ImageAsset(name: "TagBadgeOutline24") + public static let tagBadgeOutline36 = ImageAsset(name: "TagBadgeOutline36") + public static let taskHorizFill16 = ImageAsset(name: "TaskHorizFill16") + public static let taskHorizFill24 = ImageAsset(name: "TaskHorizFill24") + public static let taskHorizFill36 = ImageAsset(name: "TaskHorizFill36") + public static let taskHorizOutline16 = ImageAsset(name: "TaskHorizOutline16") + public static let taskHorizOutline24 = ImageAsset(name: "TaskHorizOutline24") + public static let taskHorizOutline36 = ImageAsset(name: "TaskHorizOutline36") + public static let text16 = ImageAsset(name: "Text16") + public static let text24 = ImageAsset(name: "Text24") + public static let text36 = ImageAsset(name: "Text36") + public static let textUnderline16 = ImageAsset(name: "TextUnderline16") + public static let textUnderline24 = ImageAsset(name: "TextUnderline24") + public static let textUnderline36 = ImageAsset(name: "TextUnderline36") + public static let ticketFill16 = ImageAsset(name: "TicketFill16") + public static let ticketFill24 = ImageAsset(name: "TicketFill24") + public static let ticketFill36 = ImageAsset(name: "TicketFill36") + public static let ticketOutline16 = ImageAsset(name: "TicketOutline16") + public static let ticketOutline24 = ImageAsset(name: "TicketOutline24") + public static let ticketOutline36 = ImageAsset(name: "TicketOutline36") + public static let timer45Fill16 = ImageAsset(name: "Timer45Fill16") + public static let timer45Fill24 = ImageAsset(name: "Timer45Fill24") + public static let timer45Fill36 = ImageAsset(name: "Timer45Fill36") + public static let timer45Outline16 = ImageAsset(name: "Timer45Outline16") + public static let timer45Outline24 = ImageAsset(name: "Timer45Outline24") + public static let timer45Outline36 = ImageAsset(name: "Timer45Outline36") + public static let timerAddFill16 = ImageAsset(name: "TimerAddFill16") + public static let timerAddFill24 = ImageAsset(name: "TimerAddFill24") + public static let timerAddFill36 = ImageAsset(name: "TimerAddFill36") + public static let timerAddOutline16 = ImageAsset(name: "TimerAddOutline16") + public static let timerAddOutline24 = ImageAsset(name: "TimerAddOutline24") + public static let timerAddOutline36 = ImageAsset(name: "TimerAddOutline36") + public static let timerExpressFill16 = ImageAsset(name: "TimerExpressFill16") + public static let timerExpressFill24 = ImageAsset(name: "TimerExpressFill24") + public static let timerExpressFill36 = ImageAsset(name: "TimerExpressFill36") + public static let timerExpressOutline16 = ImageAsset(name: "TimerExpressOutline16") + public static let timerExpressOutline24 = ImageAsset(name: "TimerExpressOutline24") + public static let timerExpressOutline36 = ImageAsset(name: "TimerExpressOutline36") + public static let timerExpressSpeedFill16 = ImageAsset(name: "TimerExpressSpeedFill16") + public static let timerExpressSpeedFill24 = ImageAsset(name: "TimerExpressSpeedFill24") + public static let timerExpressSpeedFill36 = ImageAsset(name: "TimerExpressSpeedFill36") + public static let timerExpressSpeedOutline16 = ImageAsset(name: "TimerExpressSpeedOutline16") + public static let timerExpressSpeedOutline24 = ImageAsset(name: "TimerExpressSpeedOutline24") + public static let timerExpressSpeedOutline36 = ImageAsset(name: "TimerExpressSpeedOutline36") + public static let timerFastFill16 = ImageAsset(name: "TimerFastFill16") + public static let timerFastFill24 = ImageAsset(name: "TimerFastFill24") + public static let timerFastFill36 = ImageAsset(name: "TimerFastFill36") + public static let timerFastOutline16 = ImageAsset(name: "TimerFastOutline16") + public static let timerFastOutline24 = ImageAsset(name: "TimerFastOutline24") + public static let timerFastOutline36 = ImageAsset(name: "TimerFastOutline36") + public static let timerFill16 = ImageAsset(name: "TimerFill16") + public static let timerFill24 = ImageAsset(name: "TimerFill24") + public static let timerFill36 = ImageAsset(name: "TimerFill36") + public static let timerOutline16 = ImageAsset(name: "TimerOutline16") + public static let timerOutline24 = ImageAsset(name: "TimerOutline24") + public static let timerOutline36 = ImageAsset(name: "TimerOutline36") + public static let transcribeTextVoiceErrorFill16 = ImageAsset(name: "TranscribeTextVoiceErrorFill16") + public static let transcribeTextVoiceErrorFill24 = ImageAsset(name: "TranscribeTextVoiceErrorFill24") + public static let transcribeTextVoiceErrorFill36 = ImageAsset(name: "TranscribeTextVoiceErrorFill36") + public static let transcribeTextVoiceErrorLine16 = ImageAsset(name: "TranscribeTextVoiceErrorLine16") + public static let transcribeTextVoiceErrorLine24 = ImageAsset(name: "TranscribeTextVoiceErrorLine24") + public static let transcribeTextVoiceErrorLine36 = ImageAsset(name: "TranscribeTextVoiceErrorLine36") + public static let transcribeTextVoiceFill16 = ImageAsset(name: "TranscribeTextVoiceFill16") + public static let transcribeTextVoiceFill24 = ImageAsset(name: "TranscribeTextVoiceFill24") + public static let transcribeTextVoiceFill36 = ImageAsset(name: "TranscribeTextVoiceFill36") + public static let transcribeTextVoiceOutline16 = ImageAsset(name: "TranscribeTextVoiceOutline16") + public static let transcribeTextVoiceOutline24 = ImageAsset(name: "TranscribeTextVoiceOutline24") + public static let transcribeTextVoiceOutline36 = ImageAsset(name: "TranscribeTextVoiceOutline36") + public static let transcriptionVoiceTextErrorFill16 = ImageAsset(name: "TranscriptionVoiceTextErrorFill16") + public static let transcriptionVoiceTextErrorFill24 = ImageAsset(name: "TranscriptionVoiceTextErrorFill24") + public static let transcriptionVoiceTextErrorFill36 = ImageAsset(name: "TranscriptionVoiceTextErrorFill36") + public static let transcriptionVoiceTextErrorOutline16 = ImageAsset(name: "TranscriptionVoiceTextErrorOutline16") + public static let transcriptionVoiceTextErrorOutline24 = ImageAsset(name: "TranscriptionVoiceTextErrorOutline24") + public static let transcriptionVoiceTextErrorOutline36 = ImageAsset(name: "TranscriptionVoiceTextErrorOutline36") + public static let transcriptionVoiceTextFill16 = ImageAsset(name: "TranscriptionVoiceTextFill16") + public static let transcriptionVoiceTextFill24 = ImageAsset(name: "TranscriptionVoiceTextFill24") + public static let transcriptionVoiceTextFill36 = ImageAsset(name: "TranscriptionVoiceTextFill36") + public static let transcriptionVoiceTextOutline16 = ImageAsset(name: "TranscriptionVoiceTextOutline16") + public static let transcriptionVoiceTextOutline24 = ImageAsset(name: "TranscriptionVoiceTextOutline24") + public static let transcriptionVoiceTextOutline36 = ImageAsset(name: "TranscriptionVoiceTextOutline36") + public static let trashFill16 = ImageAsset(name: "TrashFill16") + public static let trashFill24 = ImageAsset(name: "TrashFill24") + public static let trashFill36 = ImageAsset(name: "TrashFill36") + public static let trashOutline16 = ImageAsset(name: "TrashOutline16") + public static let trashOutline24 = ImageAsset(name: "TrashOutline24") + public static let trashOutline36 = ImageAsset(name: "TrashOutline36") + public static let travelCarFill16 = ImageAsset(name: "TravelCarFill16") + public static let travelCarFill24 = ImageAsset(name: "TravelCarFill24") + public static let travelCarFill36 = ImageAsset(name: "TravelCarFill36") + public static let travelCarOutline16 = ImageAsset(name: "TravelCarOutline16") + public static let travelCarOutline24 = ImageAsset(name: "TravelCarOutline24") + public static let travelCarOutline36 = ImageAsset(name: "TravelCarOutline36") + public static let triangleFill16 = ImageAsset(name: "TriangleFill16") + public static let triangleFill24 = ImageAsset(name: "TriangleFill24") + public static let triangleFill36 = ImageAsset(name: "TriangleFill36") + public static let triangleOutline16 = ImageAsset(name: "TriangleOutline16") + public static let triangleOutline24 = ImageAsset(name: "TriangleOutline24") + public static let triangleOutline36 = ImageAsset(name: "TriangleOutline36") + public static let tvBulbFill16 = ImageAsset(name: "TvBulbFill16") + public static let tvBulbFill24 = ImageAsset(name: "TvBulbFill24") + public static let tvBulbFill36 = ImageAsset(name: "TvBulbFill36") + public static let tvBulbOutline16 = ImageAsset(name: "TvBulbOutline16") + public static let tvBulbOutline24 = ImageAsset(name: "TvBulbOutline24") + public static let tvBulbOutline36 = ImageAsset(name: "TvBulbOutline36") + public static let tvDashFill16 = ImageAsset(name: "TvDashFill16") + public static let tvDashFill24 = ImageAsset(name: "TvDashFill24") + public static let tvDashFill36 = ImageAsset(name: "TvDashFill36") + public static let tvDashOutline16 = ImageAsset(name: "TvDashOutline16") + public static let tvDashOutline24 = ImageAsset(name: "TvDashOutline24") + public static let tvDashOutline36 = ImageAsset(name: "TvDashOutline36") + public static let tvFill16 = ImageAsset(name: "TvFill16") + public static let tvFill24 = ImageAsset(name: "TvFill24") + public static let tvFill36 = ImageAsset(name: "TvFill36") + public static let tvModeFill16 = ImageAsset(name: "TvModeFill16") + public static let tvModeFill24 = ImageAsset(name: "TvModeFill24") + public static let tvModeFill36 = ImageAsset(name: "TvModeFill36") + public static let tvModeOutline16 = ImageAsset(name: "TvModeOutline16") + public static let tvModeOutline24 = ImageAsset(name: "TvModeOutline24") + public static let tvModeOutline36 = ImageAsset(name: "TvModeOutline36") + public static let tvOutline16 = ImageAsset(name: "TvOutline16") + public static let tvOutline24 = ImageAsset(name: "TvOutline24") + public static let tvOutline36 = ImageAsset(name: "TvOutline36") + public static let tvPlayFill16 = ImageAsset(name: "TvPlayFill16") + public static let tvPlayFill24 = ImageAsset(name: "TvPlayFill24") + public static let tvPlayFill36 = ImageAsset(name: "TvPlayFill36") + public static let tvPlayOutline16 = ImageAsset(name: "TvPlayOutline16") + public static let tvPlayOutline24 = ImageAsset(name: "TvPlayOutline24") + public static let tvPlayOutline36 = ImageAsset(name: "TvPlayOutline36") + public static let tvSaluteFill16 = ImageAsset(name: "TvSaluteFill16") + public static let tvSaluteFill24 = ImageAsset(name: "TvSaluteFill24") + public static let tvSaluteFill36 = ImageAsset(name: "TvSaluteFill36") + public static let tvSaluteOutline16 = ImageAsset(name: "TvSaluteOutline16") + public static let tvSaluteOutline24 = ImageAsset(name: "TvSaluteOutline24") + public static let tvSaluteOutline36 = ImageAsset(name: "TvSaluteOutline36") + public static let umbrellaFill16 = ImageAsset(name: "UmbrellaFill16") + public static let umbrellaFill24 = ImageAsset(name: "UmbrellaFill24") + public static let umbrellaFill36 = ImageAsset(name: "UmbrellaFill36") + public static let umbrellaOutline16 = ImageAsset(name: "UmbrellaOutline16") + public static let umbrellaOutline24 = ImageAsset(name: "UmbrellaOutline24") + public static let umbrellaOutline36 = ImageAsset(name: "UmbrellaOutline36") + public static let uploadFill16 = ImageAsset(name: "UploadFill16") + public static let uploadFill24 = ImageAsset(name: "UploadFill24") + public static let uploadFill36 = ImageAsset(name: "UploadFill36") + public static let uploadOutline16 = ImageAsset(name: "UploadOutline16") + public static let uploadOutline24 = ImageAsset(name: "UploadOutline24") + public static let uploadOutline36 = ImageAsset(name: "UploadOutline36") + public static let usbAFill16 = ImageAsset(name: "UsbAFill16") + public static let usbAFill24 = ImageAsset(name: "UsbAFill24") + public static let usbAFill36 = ImageAsset(name: "UsbAFill36") + public static let usbAOutline16 = ImageAsset(name: "UsbAOutline16") + public static let usbAOutline24 = ImageAsset(name: "UsbAOutline24") + public static let usbAOutline36 = ImageAsset(name: "UsbAOutline36") + public static let usbCFill16 = ImageAsset(name: "UsbCFill16") + public static let usbCFill24 = ImageAsset(name: "UsbCFill24") + public static let usbCFill36 = ImageAsset(name: "UsbCFill36") + public static let usbCOutline16 = ImageAsset(name: "UsbCOutline16") + public static let usbCOutline24 = ImageAsset(name: "UsbCOutline24") + public static let usbCOutline36 = ImageAsset(name: "UsbCOutline36") + public static let verificationFill16 = ImageAsset(name: "VerificationFill16") + public static let verificationFill24 = ImageAsset(name: "VerificationFill24") + public static let verificationFill36 = ImageAsset(name: "VerificationFill36") + public static let verificationOutline16 = ImageAsset(name: "VerificationOutline16") + public static let verificationOutline24 = ImageAsset(name: "VerificationOutline24") + public static let verificationOutline36 = ImageAsset(name: "VerificationOutline36") + public static let vgaFill16 = ImageAsset(name: "VgaFill16") + public static let vgaFill24 = ImageAsset(name: "VgaFill24") + public static let vgaFill36 = ImageAsset(name: "VgaFill36") + public static let vgaOutline16 = ImageAsset(name: "VgaOutline16") + public static let vgaOutline24 = ImageAsset(name: "VgaOutline24") + public static let vgaOutline36 = ImageAsset(name: "VgaOutline36") + public static let videoArchive24Fill16 = ImageAsset(name: "VideoArchive24Fill16") + public static let videoArchive24Fill24 = ImageAsset(name: "VideoArchive24Fill24") + public static let videoArchive24Fill36 = ImageAsset(name: "VideoArchive24Fill36") + public static let videoArchive24Outline16 = ImageAsset(name: "VideoArchive24Outline16") + public static let videoArchive24Outline24 = ImageAsset(name: "VideoArchive24Outline24") + public static let videoArchive24Outline36 = ImageAsset(name: "VideoArchive24Outline36") + public static let videoClipFill16 = ImageAsset(name: "VideoClipFill16") + public static let videoClipFill24 = ImageAsset(name: "VideoClipFill24") + public static let videoClipFill36 = ImageAsset(name: "VideoClipFill36") + public static let videoClipOutline16 = ImageAsset(name: "VideoClipOutline16") + public static let videoClipOutline24 = ImageAsset(name: "VideoClipOutline24") + public static let videoClipOutline36 = ImageAsset(name: "VideoClipOutline36") + public static let videoProcessFill16 = ImageAsset(name: "VideoProcessFill16") + public static let videoProcessFill24 = ImageAsset(name: "VideoProcessFill24") + public static let videoProcessFill36 = ImageAsset(name: "VideoProcessFill36") + public static let videoProcessOutline16 = ImageAsset(name: "VideoProcessOutline16") + public static let videoProcessOutline24 = ImageAsset(name: "VideoProcessOutline24") + public static let videoProcessOutline36 = ImageAsset(name: "VideoProcessOutline36") + public static let videoQuality4K16 = ImageAsset(name: "VideoQuality4K16") + public static let videoQuality4K24 = ImageAsset(name: "VideoQuality4K24") + public static let videoQuality4K36 = ImageAsset(name: "VideoQuality4K36") + public static let videoQualityHD16 = ImageAsset(name: "VideoQualityHD16") + public static let videoQualityHD24 = ImageAsset(name: "VideoQualityHD24") + public static let videoQualityHD36 = ImageAsset(name: "VideoQualityHD36") + public static let videoRecordFill16 = ImageAsset(name: "VideoRecordFill16") + public static let videoRecordFill24 = ImageAsset(name: "VideoRecordFill24") + public static let videoRecordFill36 = ImageAsset(name: "VideoRecordFill36") + public static let videoRecordOutline16 = ImageAsset(name: "VideoRecordOutline16") + public static let videoRecordOutline24 = ImageAsset(name: "VideoRecordOutline24") + public static let videoRecordOutline36 = ImageAsset(name: "VideoRecordOutline36") + public static let viewBeautyFill16 = ImageAsset(name: "ViewBeautyFill16") + public static let viewBeautyFill24 = ImageAsset(name: "ViewBeautyFill24") + public static let viewBeautyFill36 = ImageAsset(name: "ViewBeautyFill36") + public static let viewBeautyOutline16 = ImageAsset(name: "ViewBeautyOutline16") + public static let viewBeautyOutline24 = ImageAsset(name: "ViewBeautyOutline24") + public static let viewBeautyOutline36 = ImageAsset(name: "ViewBeautyOutline36") + public static let viewPersonFill16 = ImageAsset(name: "ViewPersonFill16") + public static let viewPersonFill24 = ImageAsset(name: "ViewPersonFill24") + public static let viewPersonFill36 = ImageAsset(name: "ViewPersonFill36") + public static let viewPersonOutline16 = ImageAsset(name: "ViewPersonOutline16") + public static let viewPersonOutline24 = ImageAsset(name: "ViewPersonOutline24") + public static let viewPersonOutline36 = ImageAsset(name: "ViewPersonOutline36") + public static let viewPersonPanelLFill16 = ImageAsset(name: "ViewPersonPanelLFill16") + public static let viewPersonPanelLFill24 = ImageAsset(name: "ViewPersonPanelLFill24") + public static let viewPersonPanelLFill36 = ImageAsset(name: "ViewPersonPanelLFill36") + public static let viewPersonPanelLOutline16 = ImageAsset(name: "ViewPersonPanelLOutline16") + public static let viewPersonPanelLOutline24 = ImageAsset(name: "ViewPersonPanelLOutline24") + public static let viewPersonPanelLOutline36 = ImageAsset(name: "ViewPersonPanelLOutline36") + public static let viewPersonPanelRFill16 = ImageAsset(name: "ViewPersonPanelRFill16") + public static let viewPersonPanelRFill24 = ImageAsset(name: "ViewPersonPanelRFill24") + public static let viewPersonPanelRFill36 = ImageAsset(name: "ViewPersonPanelRFill36") + public static let viewPersonPanelROutline16 = ImageAsset(name: "ViewPersonPanelROutline16") + public static let viewPersonPanelROutline24 = ImageAsset(name: "ViewPersonPanelROutline24") + public static let viewPersonPanelROutline36 = ImageAsset(name: "ViewPersonPanelROutline36") + public static let viewScreen4Fill16 = ImageAsset(name: "ViewScreen4Fill16") + public static let viewScreen4Fill24 = ImageAsset(name: "ViewScreen4Fill24") + public static let viewScreen4Fill36 = ImageAsset(name: "ViewScreen4Fill36") + public static let viewScreen4Outline16 = ImageAsset(name: "ViewScreen4Outline16") + public static let viewScreen4Outline24 = ImageAsset(name: "ViewScreen4Outline24") + public static let viewScreen4Outline36 = ImageAsset(name: "ViewScreen4Outline36") + public static let viewSplit4Fill16 = ImageAsset(name: "ViewSplit4Fill16") + public static let viewSplit4Fill24 = ImageAsset(name: "ViewSplit4Fill24") + public static let viewSplit4Fill36 = ImageAsset(name: "ViewSplit4Fill36") + public static let viewSplit4Outline16 = ImageAsset(name: "ViewSplit4Outline16") + public static let viewSplit4Outline24 = ImageAsset(name: "ViewSplit4Outline24") + public static let viewSplit4Outline36 = ImageAsset(name: "ViewSplit4Outline36") + public static let viewfinderCard16 = ImageAsset(name: "ViewfinderCard16") + public static let viewfinderCard24 = ImageAsset(name: "ViewfinderCard24") + public static let viewfinderCard36 = ImageAsset(name: "ViewfinderCard36") + public static let viewfinderFace16 = ImageAsset(name: "ViewfinderFace16") + public static let viewfinderFace24 = ImageAsset(name: "ViewfinderFace24") + public static let viewfinderFace36 = ImageAsset(name: "ViewfinderFace36") + public static let viewfinderQRCode16 = ImageAsset(name: "ViewfinderQRCode16") + public static let viewfinderQRCode24 = ImageAsset(name: "ViewfinderQRCode24") + public static let viewfinderQRCode36 = ImageAsset(name: "ViewfinderQRCode36") + public static let visa16 = ImageAsset(name: "Visa16") + public static let visa24 = ImageAsset(name: "Visa24") + public static let visa36 = ImageAsset(name: "Visa36") + public static let volumeLevel0Fill16 = ImageAsset(name: "VolumeLevel0Fill16") + public static let volumeLevel0Fill24 = ImageAsset(name: "VolumeLevel0Fill24") + public static let volumeLevel0Fill36 = ImageAsset(name: "VolumeLevel0Fill36") + public static let volumeLevel0Outline16 = ImageAsset(name: "VolumeLevel0Outline16") + public static let volumeLevel0Outline24 = ImageAsset(name: "VolumeLevel0Outline24") + public static let volumeLevel0Outline36 = ImageAsset(name: "VolumeLevel0Outline36") + public static let volumeLevel1Fill16 = ImageAsset(name: "VolumeLevel1Fill16") + public static let volumeLevel1Fill24 = ImageAsset(name: "VolumeLevel1Fill24") + public static let volumeLevel1Fill36 = ImageAsset(name: "VolumeLevel1Fill36") + public static let volumeLevel1Outline16 = ImageAsset(name: "VolumeLevel1Outline16") + public static let volumeLevel1Outline24 = ImageAsset(name: "VolumeLevel1Outline24") + public static let volumeLevel1Outline36 = ImageAsset(name: "VolumeLevel1Outline36") + public static let volumeLevel2Fill16 = ImageAsset(name: "VolumeLevel2Fill16") + public static let volumeLevel2Fill24 = ImageAsset(name: "VolumeLevel2Fill24") + public static let volumeLevel2Fill36 = ImageAsset(name: "VolumeLevel2Fill36") + public static let volumeLevel2Outline16 = ImageAsset(name: "VolumeLevel2Outline16") + public static let volumeLevel2Outline24 = ImageAsset(name: "VolumeLevel2Outline24") + public static let volumeLevel2Outline36 = ImageAsset(name: "VolumeLevel2Outline36") + public static let walletAppleFill16 = ImageAsset(name: "WalletAppleFill16") + public static let walletAppleFill24 = ImageAsset(name: "WalletAppleFill24") + public static let walletAppleFill36 = ImageAsset(name: "WalletAppleFill36") + public static let walletAppleOutline16 = ImageAsset(name: "WalletAppleOutline16") + public static let walletAppleOutline24 = ImageAsset(name: "WalletAppleOutline24") + public static let walletAppleOutline36 = ImageAsset(name: "WalletAppleOutline36") + public static let walletFill16 = ImageAsset(name: "WalletFill16") + public static let walletFill24 = ImageAsset(name: "WalletFill24") + public static let walletFill36 = ImageAsset(name: "WalletFill36") + public static let walletOutline16 = ImageAsset(name: "WalletOutline16") + public static let walletOutline24 = ImageAsset(name: "WalletOutline24") + public static let walletOutline36 = ImageAsset(name: "WalletOutline36") + public static let washerFill16 = ImageAsset(name: "WasherFill16") + public static let washerFill24 = ImageAsset(name: "WasherFill24") + public static let washerFill36 = ImageAsset(name: "WasherFill36") + public static let washerOutline16 = ImageAsset(name: "WasherOutline16") + public static let washerOutline24 = ImageAsset(name: "WasherOutline24") + public static let washerOutline36 = ImageAsset(name: "WasherOutline36") + public static let watchRectangleFill16 = ImageAsset(name: "WatchRectangleFill16") + public static let watchRectangleFill24 = ImageAsset(name: "WatchRectangleFill24") + public static let watchRectangleFill36 = ImageAsset(name: "WatchRectangleFill36") + public static let watchRectangleOutline16 = ImageAsset(name: "WatchRectangleOutline16") + public static let watchRectangleOutline24 = ImageAsset(name: "WatchRectangleOutline24") + public static let watchRectangleOutline36 = ImageAsset(name: "WatchRectangleOutline36") + public static let watchRoundClockFill16 = ImageAsset(name: "WatchRoundClockFill16") + public static let watchRoundClockFill24 = ImageAsset(name: "WatchRoundClockFill24") + public static let watchRoundClockFill36 = ImageAsset(name: "WatchRoundClockFill36") + public static let watchRoundClockOutline16 = ImageAsset(name: "WatchRoundClockOutline16") + public static let watchRoundClockOutline24 = ImageAsset(name: "WatchRoundClockOutline24") + public static let watchRoundClockOutline36 = ImageAsset(name: "WatchRoundClockOutline36") + public static let watchRoundFill16 = ImageAsset(name: "WatchRoundFill16") + public static let watchRoundFill24 = ImageAsset(name: "WatchRoundFill24") + public static let watchRoundFill36 = ImageAsset(name: "WatchRoundFill36") + public static let watchRoundOutline16 = ImageAsset(name: "WatchRoundOutline16") + public static let watchRoundOutline24 = ImageAsset(name: "WatchRoundOutline24") + public static let watchRoundOutline36 = ImageAsset(name: "WatchRoundOutline36") + public static let waveLine16 = ImageAsset(name: "WaveLine16") + public static let waveLine24 = ImageAsset(name: "WaveLine24") + public static let waveLine36 = ImageAsset(name: "WaveLine36") + public static let waves16 = ImageAsset(name: "Waves16") + public static let waves24 = ImageAsset(name: "Waves24") + public static let waves36 = ImageAsset(name: "Waves36") + public static let wavesCross16 = ImageAsset(name: "WavesCross16") + public static let wavesCross24 = ImageAsset(name: "WavesCross24") + public static let wavesCross36 = ImageAsset(name: "WavesCross36") + public static let weatherFill16 = ImageAsset(name: "WeatherFill16") + public static let weatherFill24 = ImageAsset(name: "WeatherFill24") + public static let weatherFill36 = ImageAsset(name: "WeatherFill36") + public static let weatherOutline16 = ImageAsset(name: "WeatherOutline16") + public static let weatherOutline24 = ImageAsset(name: "WeatherOutline24") + public static let weatherOutline36 = ImageAsset(name: "WeatherOutline36") + public static let whistleFill16 = ImageAsset(name: "WhistleFill16") + public static let whistleFill24 = ImageAsset(name: "WhistleFill24") + public static let whistleFill36 = ImageAsset(name: "WhistleFill36") + public static let whistleOutline16 = ImageAsset(name: "WhistleOutline16") + public static let whistleOutline24 = ImageAsset(name: "WhistleOutline24") + public static let whistleOutline36 = ImageAsset(name: "WhistleOutline36") + public static let whiteboardFill16 = ImageAsset(name: "WhiteboardFill16") + public static let whiteboardFill24 = ImageAsset(name: "WhiteboardFill24") + public static let whiteboardFill36 = ImageAsset(name: "WhiteboardFill36") + public static let whiteboardOutline16 = ImageAsset(name: "WhiteboardOutline16") + public static let whiteboardOutline24 = ImageAsset(name: "WhiteboardOutline24") + public static let whiteboardOutline36 = ImageAsset(name: "WhiteboardOutline36") + public static let wifiDash16 = ImageAsset(name: "WifiDash16") + public static let wifiDash24 = ImageAsset(name: "WifiDash24") + public static let wifiDash36 = ImageAsset(name: "WifiDash36") + public static let wifiDefault16 = ImageAsset(name: "WifiDefault16") + public static let wifiDefault24 = ImageAsset(name: "WifiDefault24") + public static let wifiDefault36 = ImageAsset(name: "WifiDefault36") + public static let wifiLock16 = ImageAsset(name: "WifiLock16") + public static let wifiLock24 = ImageAsset(name: "WifiLock24") + public static let wifiLock36 = ImageAsset(name: "WifiLock36") + public static let windowFill16 = ImageAsset(name: "WindowFill16") + public static let windowFill24 = ImageAsset(name: "WindowFill24") + public static let windowFill36 = ImageAsset(name: "WindowFill36") + public static let windowMaximizeLFill16 = ImageAsset(name: "WindowMaximizeLFill16") + public static let windowMaximizeLFill24 = ImageAsset(name: "WindowMaximizeLFill24") + public static let windowMaximizeLFill36 = ImageAsset(name: "WindowMaximizeLFill36") + public static let windowMaximizeLOutline16 = ImageAsset(name: "WindowMaximizeLOutline16") + public static let windowMaximizeLOutline24 = ImageAsset(name: "WindowMaximizeLOutline24") + public static let windowMaximizeLOutline36 = ImageAsset(name: "WindowMaximizeLOutline36") + public static let windowMaximizeRFill16 = ImageAsset(name: "WindowMaximizeRFill16") + public static let windowMaximizeRFill24 = ImageAsset(name: "WindowMaximizeRFill24") + public static let windowMaximizeRFill36 = ImageAsset(name: "WindowMaximizeRFill36") + public static let windowMaximizeROutline16 = ImageAsset(name: "WindowMaximizeROutline16") + public static let windowMaximizeROutline24 = ImageAsset(name: "WindowMaximizeROutline24") + public static let windowMaximizeROutline36 = ImageAsset(name: "WindowMaximizeROutline36") + public static let windowMinimizeLFill16 = ImageAsset(name: "WindowMinimizeLFill16") + public static let windowMinimizeLFill24 = ImageAsset(name: "WindowMinimizeLFill24") + public static let windowMinimizeLFill36 = ImageAsset(name: "WindowMinimizeLFill36") + public static let windowMinimizeLOutline16 = ImageAsset(name: "WindowMinimizeLOutline16") + public static let windowMinimizeLOutline24 = ImageAsset(name: "WindowMinimizeLOutline24") + public static let windowMinimizeLOutline36 = ImageAsset(name: "WindowMinimizeLOutline36") + public static let windowMinimizeRFill16 = ImageAsset(name: "WindowMinimizeRFill16") + public static let windowMinimizeRFill24 = ImageAsset(name: "WindowMinimizeRFill24") + public static let windowMinimizeRFill36 = ImageAsset(name: "WindowMinimizeRFill36") + public static let windowMinimizeROutline16 = ImageAsset(name: "WindowMinimizeROutline16") + public static let windowMinimizeROutline24 = ImageAsset(name: "WindowMinimizeROutline24") + public static let windowMinimizeROutline36 = ImageAsset(name: "WindowMinimizeROutline36") + public static let windowMultiFill16 = ImageAsset(name: "WindowMultiFill16") + public static let windowMultiFill24 = ImageAsset(name: "WindowMultiFill24") + public static let windowMultiFill36 = ImageAsset(name: "WindowMultiFill36") + public static let windowMultiOutline16 = ImageAsset(name: "WindowMultiOutline16") + public static let windowMultiOutline24 = ImageAsset(name: "WindowMultiOutline24") + public static let windowMultiOutline36 = ImageAsset(name: "WindowMultiOutline36") + public static let windowOutline16 = ImageAsset(name: "WindowOutline16") + public static let windowOutline24 = ImageAsset(name: "WindowOutline24") + public static let windowOutline36 = ImageAsset(name: "WindowOutline36") + public static let wrenchFill16 = ImageAsset(name: "WrenchFill16") + public static let wrenchFill24 = ImageAsset(name: "WrenchFill24") + public static let wrenchFill36 = ImageAsset(name: "WrenchFill36") + public static let wrenchOutline16 = ImageAsset(name: "WrenchOutline16") + public static let wrenchOutline24 = ImageAsset(name: "WrenchOutline24") + public static let wrenchOutline36 = ImageAsset(name: "WrenchOutline36") + public static let zoomMinusFill16 = ImageAsset(name: "ZoomMinusFill16") + public static let zoomMinusFill24 = ImageAsset(name: "ZoomMinusFill24") + public static let zoomMinusFill36 = ImageAsset(name: "ZoomMinusFill36") + public static let zoomMinusOutline16 = ImageAsset(name: "ZoomMinusOutline16") + public static let zoomMinusOutline24 = ImageAsset(name: "ZoomMinusOutline24") + public static let zoomMinusOutline36 = ImageAsset(name: "ZoomMinusOutline36") + public static let zoomPlusFill16 = ImageAsset(name: "ZoomPlusFill16") + public static let zoomPlusFill24 = ImageAsset(name: "ZoomPlusFill24") + public static let zoomPlusFill36 = ImageAsset(name: "ZoomPlusFill36") + public static let zoomPlusOutline16 = ImageAsset(name: "ZoomPlusOutline16") + public static let zoomPlusOutline24 = ImageAsset(name: "ZoomPlusOutline24") + public static let zoomPlusOutline36 = ImageAsset(name: "ZoomPlusOutline36") +} +// swiftlint:enable identifier_name line_length nesting type_body_length type_name + +// MARK: - Implementation Details + +public struct ImageAsset { + public fileprivate(set) var name: String + + #if os(iOS) || os(tvOS) || os(watchOS) + public typealias Image = UIImage + #endif + + @available(iOS 8.0, tvOS 9.0, watchOS 2.0, macOS 10.7, *) + public var uiImage: Image { + let bundle = BundleToken.bundle + #if os(iOS) || os(tvOS) + let image = Image(named: name, in: bundle, compatibleWith: nil) + #elseif os(watchOS) + let image = Image(named: name) + #endif + guard let result = image else { + fatalError("Unable to load image asset named \(name).") + } + return result + } + + #if os(iOS) || os(tvOS) + @available(iOS 8.0, tvOS 9.0, *) + public func image(compatibleWith traitCollection: UITraitCollection) -> Image { + let bundle = BundleToken.bundle + guard let result = Image(named: name, in: bundle, compatibleWith: traitCollection) else { + fatalError("Unable to load image asset named \(name).") + } + return result + } + #endif + + #if canImport(SwiftUI) + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, *) + public var image: SwiftUI.Image { + SwiftUI.Image(asset: self) + } + #endif +} + +public extension ImageAsset.Image { + @available(iOS 8.0, tvOS 9.0, watchOS 2.0, *) + @available(macOS, deprecated, + message: "This initializer is unsafe on macOS, please use the ImageAsset.image property") + convenience init?(asset: ImageAsset) { + #if os(iOS) || os(tvOS) + let bundle = BundleToken.bundle + self.init(named: asset.name, in: bundle, compatibleWith: nil) + #elseif os(watchOS) + self.init(named: asset.name) + #endif + } +} + +#if canImport(SwiftUI) +@available(iOS 13.0, tvOS 13.0, watchOS 6.0, *) +public extension SwiftUI.Image { + init(asset: ImageAsset) { + let bundle = BundleToken.bundle + self.init(asset.name, bundle: bundle) + } + + init(asset: ImageAsset, label: Text) { + let bundle = BundleToken.bundle + self.init(asset.name, bundle: bundle, label: label) + } + + init(decorative asset: ImageAsset) { + let bundle = BundleToken.bundle + self.init(decorative: asset.name, bundle: bundle) + } +} +#endif + +// swiftlint:disable convenience_type +private final class BundleToken { + static let bundle: Bundle = { + #if SWIFT_PACKAGE + return Bundle.module + #else + return Bundle(for: BundleToken.self) + #endif + }() +} +// swiftlint:enable convenience_type + diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@1x.png new file mode 100644 index 000000000..7e36eeffc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@2x.png new file mode 100644 index 000000000..e9c6f87ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@3x.png new file mode 100644 index 000000000..887c03b88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Accessibility-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Contents.json new file mode 100644 index 000000000..84800e7a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Accessibility-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Accessibility-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Accessibility-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@1x.png new file mode 100644 index 000000000..ec9dce90e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@2x.png new file mode 100644 index 000000000..36805400c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@3x.png new file mode 100644 index 000000000..7d84f7bf9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Accessibility-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Contents.json new file mode 100644 index 000000000..048d62fdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Accessibility-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Accessibility-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Accessibility-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@1x.png new file mode 100644 index 000000000..528d36dc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@2x.png new file mode 100644 index 000000000..983e6d981 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@3x.png new file mode 100644 index 000000000..c9d6c704d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Accessibility-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Contents.json new file mode 100644 index 000000000..d6ae0a5c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Accessibility36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Accessibility-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Accessibility-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Accessibility-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@1x.png new file mode 100644 index 000000000..549c374a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@2x.png new file mode 100644 index 000000000..5da40666b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@3x.png new file mode 100644 index 000000000..c11eee7d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/AddFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/Contents.json new file mode 100644 index 000000000..224cd39c8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@1x.png new file mode 100644 index 000000000..05f49b100 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@2x.png new file mode 100644 index 000000000..b05ea9e45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@3x.png new file mode 100644 index 000000000..d030ad4e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/AddFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/Contents.json new file mode 100644 index 000000000..770c46707 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@1x.png new file mode 100644 index 000000000..1d4045395 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@2x.png new file mode 100644 index 000000000..9d07231ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@3x.png new file mode 100644 index 000000000..9f1ef896b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/AddFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/Contents.json new file mode 100644 index 000000000..54cc88fe2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@1x.png new file mode 100644 index 000000000..019a18ffe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@2x.png new file mode 100644 index 000000000..ddf89a6f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@3x.png new file mode 100644 index 000000000..54e730318 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/AddOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/Contents.json new file mode 100644 index 000000000..eaee49563 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@1x.png new file mode 100644 index 000000000..c9019bbc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@2x.png new file mode 100644 index 000000000..88235a615 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@3x.png new file mode 100644 index 000000000..cc7aa546e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/AddOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/Contents.json new file mode 100644 index 000000000..4703d19bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@1x.png new file mode 100644 index 000000000..c0bebcabe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@2x.png new file mode 100644 index 000000000..e4fc12971 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@3x.png new file mode 100644 index 000000000..4a7d5f5da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/AddOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/Contents.json new file mode 100644 index 000000000..792aa50fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@1x.png new file mode 100644 index 000000000..57211f300 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@2x.png new file mode 100644 index 000000000..9697c109c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@3x.png new file mode 100644 index 000000000..418572fbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/AddSmileFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/Contents.json new file mode 100644 index 000000000..cce85c41b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@1x.png new file mode 100644 index 000000000..27d1065f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@2x.png new file mode 100644 index 000000000..6d360cef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@3x.png new file mode 100644 index 000000000..af535b900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/AddSmileFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/Contents.json new file mode 100644 index 000000000..810001f48 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@1x.png new file mode 100644 index 000000000..fbad8043d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@2x.png new file mode 100644 index 000000000..d210cc9af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@3x.png new file mode 100644 index 000000000..782857ee7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/AddSmileFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/Contents.json new file mode 100644 index 000000000..57c5f0ab9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@1x.png new file mode 100644 index 000000000..ff2cf5b47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@2x.png new file mode 100644 index 000000000..b609f5b9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@3x.png new file mode 100644 index 000000000..0260c7c15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/AddSmileOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/Contents.json new file mode 100644 index 000000000..1481ad82c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@1x.png new file mode 100644 index 000000000..f54a0d705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@2x.png new file mode 100644 index 000000000..88e4b65f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@3x.png new file mode 100644 index 000000000..91d2eaa1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/AddSmileOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/Contents.json new file mode 100644 index 000000000..3e3f2de81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@1x.png new file mode 100644 index 000000000..53458d1d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@2x.png new file mode 100644 index 000000000..cd436673c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@3x.png new file mode 100644 index 000000000..f5e9e8860 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/AddSmileOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/Contents.json new file mode 100644 index 000000000..adb0a73b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AddSmileOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AddSmileOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AddSmileOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AddSmileOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@1x.png new file mode 100644 index 000000000..5f4a683e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@2x.png new file mode 100644 index 000000000..74073c3dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@3x.png new file mode 100644 index 000000000..2ea95e672 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/AlarmAddFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/Contents.json new file mode 100644 index 000000000..dae5360b8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@1x.png new file mode 100644 index 000000000..b093b6c7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@2x.png new file mode 100644 index 000000000..26806b63a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@3x.png new file mode 100644 index 000000000..e8c75c2b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/AlarmAddFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/Contents.json new file mode 100644 index 000000000..a94547487 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@1x.png new file mode 100644 index 000000000..e674be173 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@2x.png new file mode 100644 index 000000000..f40bf86aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@3x.png new file mode 100644 index 000000000..900fb4f8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/AlarmAddFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/Contents.json new file mode 100644 index 000000000..556d0a780 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@1x.png new file mode 100644 index 000000000..bae59077b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@2x.png new file mode 100644 index 000000000..05c82e9c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@3x.png new file mode 100644 index 000000000..6859ee027 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/AlarmAddOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/Contents.json new file mode 100644 index 000000000..56c64a30f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@1x.png new file mode 100644 index 000000000..7fc0774cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@2x.png new file mode 100644 index 000000000..59e76cf7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@3x.png new file mode 100644 index 000000000..ca04033a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/AlarmAddOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/Contents.json new file mode 100644 index 000000000..188b67694 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@1x.png new file mode 100644 index 000000000..8208e2dc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@2x.png new file mode 100644 index 000000000..56fa92528 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@3x.png new file mode 100644 index 000000000..19063b775 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/AlarmAddOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/Contents.json new file mode 100644 index 000000000..df6c47450 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmAddOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmAddOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmAddOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmAddOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@1x.png new file mode 100644 index 000000000..f0df12a72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@2x.png new file mode 100644 index 000000000..7c10bbf5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@3x.png new file mode 100644 index 000000000..fb33165e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/AlarmCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..3ee5fdb2c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@1x.png new file mode 100644 index 000000000..d01017868 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@2x.png new file mode 100644 index 000000000..caee9751b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@3x.png new file mode 100644 index 000000000..a80a20dde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/AlarmCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..1426300b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@1x.png new file mode 100644 index 000000000..b361da03f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@2x.png new file mode 100644 index 000000000..c22ed8bbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@3x.png new file mode 100644 index 000000000..e2b6c7f8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/AlarmCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..15d634551 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@1x.png new file mode 100644 index 000000000..65bd6baa2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@2x.png new file mode 100644 index 000000000..e3deb61a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@3x.png new file mode 100644 index 000000000..78a864226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/AlarmCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..414dfbe52 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@1x.png new file mode 100644 index 000000000..c1a2ec16e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@2x.png new file mode 100644 index 000000000..d8361a7a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@3x.png new file mode 100644 index 000000000..2ecad518d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/AlarmCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..1cd69c8df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@1x.png new file mode 100644 index 000000000..aeb98b270 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@2x.png new file mode 100644 index 000000000..7f5c1b7d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@3x.png new file mode 100644 index 000000000..0e47f2153 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/AlarmCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..cf3399f10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@1x.png new file mode 100644 index 000000000..3e80a1688 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@2x.png new file mode 100644 index 000000000..55fb99b4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@3x.png new file mode 100644 index 000000000..50a03301f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/AlarmDoneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/Contents.json new file mode 100644 index 000000000..befda97fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@1x.png new file mode 100644 index 000000000..c710cba62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@2x.png new file mode 100644 index 000000000..238327ab1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@3x.png new file mode 100644 index 000000000..c92bd1975 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/AlarmDoneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/Contents.json new file mode 100644 index 000000000..ed55a7e7f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@1x.png new file mode 100644 index 000000000..80a11d1f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@2x.png new file mode 100644 index 000000000..747570e3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@3x.png new file mode 100644 index 000000000..b92dbcc86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/AlarmDoneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/Contents.json new file mode 100644 index 000000000..e8833f8a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@1x.png new file mode 100644 index 000000000..ca44356e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@2x.png new file mode 100644 index 000000000..ea0f56392 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@3x.png new file mode 100644 index 000000000..a6a28c1a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/AlarmDoneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/Contents.json new file mode 100644 index 000000000..30bd3fae6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@1x.png new file mode 100644 index 000000000..b94fee1b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@2x.png new file mode 100644 index 000000000..e899ffb8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@3x.png new file mode 100644 index 000000000..6cc357c4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/AlarmDoneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/Contents.json new file mode 100644 index 000000000..195385363 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@1x.png new file mode 100644 index 000000000..3b267cf28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@2x.png new file mode 100644 index 000000000..739f17247 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@3x.png new file mode 100644 index 000000000..484dca182 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/AlarmDoneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/Contents.json new file mode 100644 index 000000000..470199d37 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AlarmDoneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AlarmDoneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AlarmDoneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AlarmDoneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@1x.png new file mode 100644 index 000000000..21d93f0d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@2x.png new file mode 100644 index 000000000..346c2d69b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@3x.png new file mode 100644 index 000000000..9bd079fde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/AnimalFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/Contents.json new file mode 100644 index 000000000..79327f693 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@1x.png new file mode 100644 index 000000000..c4fbddccb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@2x.png new file mode 100644 index 000000000..a1fcf5722 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@3x.png new file mode 100644 index 000000000..991eb95e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/AnimalFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/Contents.json new file mode 100644 index 000000000..a5f75f490 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@1x.png new file mode 100644 index 000000000..f3edbf870 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@2x.png new file mode 100644 index 000000000..6fd65edb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@3x.png new file mode 100644 index 000000000..59b8b93ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/AnimalFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/Contents.json new file mode 100644 index 000000000..494eca1e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@1x.png new file mode 100644 index 000000000..7b609e14a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@2x.png new file mode 100644 index 000000000..9af38ffe1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@3x.png new file mode 100644 index 000000000..c586fb975 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/AnimalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/Contents.json new file mode 100644 index 000000000..a29446cc4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@1x.png new file mode 100644 index 000000000..470db6bcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@2x.png new file mode 100644 index 000000000..33e3ae0ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@3x.png new file mode 100644 index 000000000..598fb21aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/AnimalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/Contents.json new file mode 100644 index 000000000..3d7ec41f0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@1x.png new file mode 100644 index 000000000..ffebdc82b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@2x.png new file mode 100644 index 000000000..edf98b4d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@3x.png new file mode 100644 index 000000000..b3ad4caf9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/AnimalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/Contents.json new file mode 100644 index 000000000..16bf73ec0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AnimalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AnimalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AnimalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AnimalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@1x.png new file mode 100644 index 000000000..35caf248d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@2x.png new file mode 100644 index 000000000..da1395bd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@3x.png new file mode 100644 index 000000000..03615054a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/AntennaFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/Contents.json new file mode 100644 index 000000000..d1ab7101c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@1x.png new file mode 100644 index 000000000..b154d2135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@2x.png new file mode 100644 index 000000000..982ef6cbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@3x.png new file mode 100644 index 000000000..0e999d048 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/AntennaFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/Contents.json new file mode 100644 index 000000000..5f7e719e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@1x.png new file mode 100644 index 000000000..888d8a1c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@2x.png new file mode 100644 index 000000000..0b52dc5b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@3x.png new file mode 100644 index 000000000..8f21c9202 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/AntennaFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/Contents.json new file mode 100644 index 000000000..202f80d47 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@1x.png new file mode 100644 index 000000000..fee12069f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@2x.png new file mode 100644 index 000000000..ae973e433 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@3x.png new file mode 100644 index 000000000..02a1735f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/AntennaOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/Contents.json new file mode 100644 index 000000000..9204b6bb0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@1x.png new file mode 100644 index 000000000..ae4bdd6e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@2x.png new file mode 100644 index 000000000..df54c3740 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@3x.png new file mode 100644 index 000000000..3289feaf4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/AntennaOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/Contents.json new file mode 100644 index 000000000..44676fd8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@1x.png new file mode 100644 index 000000000..39572485f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@2x.png new file mode 100644 index 000000000..7a3e6af2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@3x.png new file mode 100644 index 000000000..2c10281b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/AntennaOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/Contents.json new file mode 100644 index 000000000..ad5edf8e3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AntennaOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AntennaOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AntennaOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AntennaOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@1x.png new file mode 100644 index 000000000..ba14f8669 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@2x.png new file mode 100644 index 000000000..701115bd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@3x.png new file mode 100644 index 000000000..c40806164 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/AppleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/Contents.json new file mode 100644 index 000000000..932995fcf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@1x.png new file mode 100644 index 000000000..8cebfffa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@2x.png new file mode 100644 index 000000000..04d64ca2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@3x.png new file mode 100644 index 000000000..d9ea6097a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/AppleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/Contents.json new file mode 100644 index 000000000..d56ab627e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@1x.png new file mode 100644 index 000000000..c232d4b26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@2x.png new file mode 100644 index 000000000..2a85b898e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@3x.png new file mode 100644 index 000000000..5e4a47ef1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/AppleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/Contents.json new file mode 100644 index 000000000..5b85948e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@1x.png new file mode 100644 index 000000000..218717a37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@2x.png new file mode 100644 index 000000000..29979c5d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@3x.png new file mode 100644 index 000000000..a7ced3d7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/AppleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/Contents.json new file mode 100644 index 000000000..0f42f0041 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@1x.png new file mode 100644 index 000000000..33743de7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@2x.png new file mode 100644 index 000000000..50e660779 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@3x.png new file mode 100644 index 000000000..b6ea0d6a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/AppleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/Contents.json new file mode 100644 index 000000000..40e9a022c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@1x.png new file mode 100644 index 000000000..1fe86fb4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@2x.png new file mode 100644 index 000000000..f6b717462 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@3x.png new file mode 100644 index 000000000..7d363f456 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/AppleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/Contents.json new file mode 100644 index 000000000..0b4ab5f51 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@1x.png new file mode 100644 index 000000000..7a8c01554 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@2x.png new file mode 100644 index 000000000..cad5155a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@3x.png new file mode 100644 index 000000000..4cbaeff2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/AppsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/Contents.json new file mode 100644 index 000000000..2111eee9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@1x.png new file mode 100644 index 000000000..53df5e539 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@2x.png new file mode 100644 index 000000000..da6740972 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@3x.png new file mode 100644 index 000000000..a513c1f4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/AppsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/Contents.json new file mode 100644 index 000000000..2ddd15fd8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@1x.png new file mode 100644 index 000000000..402c366a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@2x.png new file mode 100644 index 000000000..d007419b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@3x.png new file mode 100644 index 000000000..d0649da2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/AppsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/Contents.json new file mode 100644 index 000000000..465032a54 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@1x.png new file mode 100644 index 000000000..efc0ed515 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@2x.png new file mode 100644 index 000000000..c0716b355 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@3x.png new file mode 100644 index 000000000..2778ddf4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/AppsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/Contents.json new file mode 100644 index 000000000..4561e8251 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@1x.png new file mode 100644 index 000000000..d40e522bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@2x.png new file mode 100644 index 000000000..dc204a9cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@3x.png new file mode 100644 index 000000000..98fec1b19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/AppsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/Contents.json new file mode 100644 index 000000000..aa0e41610 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@1x.png new file mode 100644 index 000000000..ba1fcb1a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@2x.png new file mode 100644 index 000000000..d3885d727 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@3x.png new file mode 100644 index 000000000..2a4a90906 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/AppsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/Contents.json new file mode 100644 index 000000000..ac6501ee1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AppsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AppsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AppsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AppsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@1x.png new file mode 100644 index 000000000..708d3bde7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@2x.png new file mode 100644 index 000000000..f312c7a1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@3x.png new file mode 100644 index 000000000..e90e46779 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/ArrowBarDown-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/Contents.json new file mode 100644 index 000000000..202314d7a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarDown-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarDown-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarDown-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@1x.png new file mode 100644 index 000000000..ee555c4f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@2x.png new file mode 100644 index 000000000..27ce0db7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@3x.png new file mode 100644 index 000000000..ed83ec570 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/ArrowBarDown-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/Contents.json new file mode 100644 index 000000000..05512ed4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarDown-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarDown-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarDown-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@1x.png new file mode 100644 index 000000000..05b3f58f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@2x.png new file mode 100644 index 000000000..40d2e854a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@3x.png new file mode 100644 index 000000000..88a0bb874 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/ArrowBarDown-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/Contents.json new file mode 100644 index 000000000..823ae44cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarDown36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarDown-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarDown-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarDown-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@1x.png new file mode 100644 index 000000000..a648aa994 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@2x.png new file mode 100644 index 000000000..7bc2e1653 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@3x.png new file mode 100644 index 000000000..3217c8111 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/ArrowBarUp-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/Contents.json new file mode 100644 index 000000000..0bafed618 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarUp-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarUp-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarUp-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@1x.png new file mode 100644 index 000000000..e53522533 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@2x.png new file mode 100644 index 000000000..1fc06960b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@3x.png new file mode 100644 index 000000000..41bceb8d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/ArrowBarUp-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/Contents.json new file mode 100644 index 000000000..9126e3f5a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarUp-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarUp-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarUp-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@1x.png new file mode 100644 index 000000000..0086c989f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@2x.png new file mode 100644 index 000000000..12b0ed90c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@3x.png new file mode 100644 index 000000000..76e213c6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/ArrowBarUp-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/Contents.json new file mode 100644 index 000000000..8d0a087f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowBarUp36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowBarUp-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowBarUp-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowBarUp-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@1x.png new file mode 100644 index 000000000..276e02bf8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@2x.png new file mode 100644 index 000000000..4e2cd6886 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@3x.png new file mode 100644 index 000000000..fd9c3d128 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/ArrowDiagLeftDown-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/Contents.json new file mode 100644 index 000000000..c3e6dc0af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@1x.png new file mode 100644 index 000000000..dc154c604 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@2x.png new file mode 100644 index 000000000..c71581f35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@3x.png new file mode 100644 index 000000000..2c9e21478 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/ArrowDiagLeftDown-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/Contents.json new file mode 100644 index 000000000..35fbba420 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@1x.png new file mode 100644 index 000000000..e0f6121bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@2x.png new file mode 100644 index 000000000..75ac6d120 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@3x.png new file mode 100644 index 000000000..bdd98efa8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/ArrowDiagLeftDown-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/Contents.json new file mode 100644 index 000000000..295cb4602 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagLeftDown36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagLeftDown-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@1x.png new file mode 100644 index 000000000..d90508b28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@2x.png new file mode 100644 index 000000000..02a66f9db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@3x.png new file mode 100644 index 000000000..972f97129 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/ArrowDiagRightUp-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/Contents.json new file mode 100644 index 000000000..f2c8defb9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@1x.png new file mode 100644 index 000000000..4bb9d22fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@2x.png new file mode 100644 index 000000000..231667cdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@3x.png new file mode 100644 index 000000000..ad08f044b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/ArrowDiagRightUp-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/Contents.json new file mode 100644 index 000000000..01925a246 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@1x.png new file mode 100644 index 000000000..072aaa539 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@2x.png new file mode 100644 index 000000000..12d7fe666 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@3x.png new file mode 100644 index 000000000..97589f241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/ArrowDiagRightUp-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/Contents.json new file mode 100644 index 000000000..b1a9a3754 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDiagRightUp36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDiagRightUp-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@1x.png new file mode 100644 index 000000000..6c9a79da9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@2x.png new file mode 100644 index 000000000..997a8513d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@3x.png new file mode 100644 index 000000000..81b353b02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/ArrowDown-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/Contents.json new file mode 100644 index 000000000..9fb6013fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDown-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDown-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDown-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@1x.png new file mode 100644 index 000000000..8c3b66974 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@2x.png new file mode 100644 index 000000000..791cb963c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@3x.png new file mode 100644 index 000000000..bb9d69e31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/ArrowDown-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/Contents.json new file mode 100644 index 000000000..4a7a79a19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDown-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDown-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDown-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@1x.png new file mode 100644 index 000000000..f70dd5f7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@2x.png new file mode 100644 index 000000000..17a493e16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@3x.png new file mode 100644 index 000000000..1f5452370 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/ArrowDown-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/Contents.json new file mode 100644 index 000000000..720809f98 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowDown36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowDown-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowDown-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowDown-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@1x.png new file mode 100644 index 000000000..8348992d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@2x.png new file mode 100644 index 000000000..e5dc82f5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@3x.png new file mode 100644 index 000000000..42c4db6ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/ArrowLeft-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/Contents.json new file mode 100644 index 000000000..3e351215b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowLeft-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowLeft-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowLeft-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@1x.png new file mode 100644 index 000000000..a62fbd061 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@2x.png new file mode 100644 index 000000000..f21483994 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@3x.png new file mode 100644 index 000000000..4bef6e7f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/ArrowLeft-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/Contents.json new file mode 100644 index 000000000..eef72a923 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowLeft-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowLeft-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowLeft-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@1x.png new file mode 100644 index 000000000..1ec7e48a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@2x.png new file mode 100644 index 000000000..553aa3252 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@3x.png new file mode 100644 index 000000000..f4c7a67f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/ArrowLeft-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/Contents.json new file mode 100644 index 000000000..73b96e201 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowLeft36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowLeft-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowLeft-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowLeft-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@1x.png new file mode 100644 index 000000000..1c8401f60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@2x.png new file mode 100644 index 000000000..5b7523587 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@3x.png new file mode 100644 index 000000000..2ed1d43eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/ArrowRight-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/Contents.json new file mode 100644 index 000000000..6b7eda631 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowRight-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowRight-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowRight-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@1x.png new file mode 100644 index 000000000..e17ab91f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@2x.png new file mode 100644 index 000000000..e22cb582e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@3x.png new file mode 100644 index 000000000..1647253cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/ArrowRight-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/Contents.json new file mode 100644 index 000000000..7ff41273e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowRight-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowRight-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowRight-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@1x.png new file mode 100644 index 000000000..f7e36a972 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@2x.png new file mode 100644 index 000000000..7716bb9cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@3x.png new file mode 100644 index 000000000..bfcd28497 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/ArrowRight-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/Contents.json new file mode 100644 index 000000000..046a0c08f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowRight36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowRight-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowRight-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowRight-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@1x.png new file mode 100644 index 000000000..5339d9c15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@2x.png new file mode 100644 index 000000000..a1901b47f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@3x.png new file mode 100644 index 000000000..04e090814 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/ArrowUp-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/Contents.json new file mode 100644 index 000000000..c661465bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowUp-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowUp-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowUp-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@1x.png new file mode 100644 index 000000000..b099602ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@2x.png new file mode 100644 index 000000000..e68b97e06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@3x.png new file mode 100644 index 000000000..b6309f633 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/ArrowUp-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/Contents.json new file mode 100644 index 000000000..995df9248 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowUp-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowUp-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowUp-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@1x.png new file mode 100644 index 000000000..59be92f5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@2x.png new file mode 100644 index 000000000..e753367e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@3x.png new file mode 100644 index 000000000..f512b47c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/ArrowUp-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/Contents.json new file mode 100644 index 000000000..7a36e1736 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowUp36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowUp-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowUp-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowUp-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@1x.png new file mode 100644 index 000000000..e12c6f273 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@2x.png new file mode 100644 index 000000000..475a4711e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@3x.png new file mode 100644 index 000000000..8dca09985 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/ArrowWideDownFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/Contents.json new file mode 100644 index 000000000..6afd67937 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@1x.png new file mode 100644 index 000000000..4b7438761 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@2x.png new file mode 100644 index 000000000..d26f7aa59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@3x.png new file mode 100644 index 000000000..c241c1c98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/ArrowWideDownFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/Contents.json new file mode 100644 index 000000000..130596c1c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@1x.png new file mode 100644 index 000000000..448e61461 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@2x.png new file mode 100644 index 000000000..51ffddf4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@3x.png new file mode 100644 index 000000000..e57bcfc49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/ArrowWideDownFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/Contents.json new file mode 100644 index 000000000..96fa1e15d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@1x.png new file mode 100644 index 000000000..3a770a5bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@2x.png new file mode 100644 index 000000000..e2a9720d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@3x.png new file mode 100644 index 000000000..66acd1a6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/ArrowWideDownOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/Contents.json new file mode 100644 index 000000000..108f1a959 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@1x.png new file mode 100644 index 000000000..d79c1a12d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@2x.png new file mode 100644 index 000000000..9acfc80b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@3x.png new file mode 100644 index 000000000..76d574a7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/ArrowWideDownOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/Contents.json new file mode 100644 index 000000000..f4cba5008 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@1x.png new file mode 100644 index 000000000..78e0866e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@2x.png new file mode 100644 index 000000000..0d1f82242 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@3x.png new file mode 100644 index 000000000..82492198c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/ArrowWideDownOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/Contents.json new file mode 100644 index 000000000..8f7d87605 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideDownOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideDownOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@1x.png new file mode 100644 index 000000000..a5a66ad1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@2x.png new file mode 100644 index 000000000..4031f3194 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@3x.png new file mode 100644 index 000000000..f0319d6ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/ArrowWideForwardBack-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/Contents.json new file mode 100644 index 000000000..a9cf13e99 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@1x.png new file mode 100644 index 000000000..b30a601b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@2x.png new file mode 100644 index 000000000..01162c62e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@3x.png new file mode 100644 index 000000000..12307c471 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/ArrowWideForwardBack-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/Contents.json new file mode 100644 index 000000000..5a32f0cd1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@1x.png new file mode 100644 index 000000000..caeb02547 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@2x.png new file mode 100644 index 000000000..00479364d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@3x.png new file mode 100644 index 000000000..4262deba2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/ArrowWideForwardBack-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/Contents.json new file mode 100644 index 000000000..b0fc70a6c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideForwardBack36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideForwardBack-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@1x.png new file mode 100644 index 000000000..4df6b881d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@2x.png new file mode 100644 index 000000000..4ffd2c3d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@3x.png new file mode 100644 index 000000000..20663b354 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/ArrowWideLeftFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/Contents.json new file mode 100644 index 000000000..1373e1e3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@1x.png new file mode 100644 index 000000000..ce167c86a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@2x.png new file mode 100644 index 000000000..a6fabf0c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@3x.png new file mode 100644 index 000000000..1aa16d4f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/ArrowWideLeftFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/Contents.json new file mode 100644 index 000000000..28c04557a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@1x.png new file mode 100644 index 000000000..27ad737da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@2x.png new file mode 100644 index 000000000..74ed0aca5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@3x.png new file mode 100644 index 000000000..33eb7fea2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/ArrowWideLeftFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/Contents.json new file mode 100644 index 000000000..441401a5e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@1x.png new file mode 100644 index 000000000..8237080f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@2x.png new file mode 100644 index 000000000..2653fceca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@3x.png new file mode 100644 index 000000000..87b5cb142 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/ArrowWideLeftOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/Contents.json new file mode 100644 index 000000000..16223ef10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@1x.png new file mode 100644 index 000000000..dccc55f22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@2x.png new file mode 100644 index 000000000..5b8e817df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@3x.png new file mode 100644 index 000000000..c3f978944 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/ArrowWideLeftOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/Contents.json new file mode 100644 index 000000000..f7c8d7c11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@1x.png new file mode 100644 index 000000000..f523f50e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@2x.png new file mode 100644 index 000000000..d813bd36f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@3x.png new file mode 100644 index 000000000..d3225973f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/ArrowWideLeftOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/Contents.json new file mode 100644 index 000000000..9f8dfc0cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideLeftOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideLeftOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@1x.png new file mode 100644 index 000000000..6e365479b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@2x.png new file mode 100644 index 000000000..812adb4b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@3x.png new file mode 100644 index 000000000..07555a280 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/ArrowWideRightFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/Contents.json new file mode 100644 index 000000000..03ca23ecb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@1x.png new file mode 100644 index 000000000..2177c40df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@2x.png new file mode 100644 index 000000000..6d1ddfde0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@3x.png new file mode 100644 index 000000000..00b43eb40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/ArrowWideRightFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/Contents.json new file mode 100644 index 000000000..02b713489 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@1x.png new file mode 100644 index 000000000..d96d909ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@2x.png new file mode 100644 index 000000000..3f9c88f5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@3x.png new file mode 100644 index 000000000..8e80de3b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/ArrowWideRightFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/Contents.json new file mode 100644 index 000000000..9e3ceddd8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@1x.png new file mode 100644 index 000000000..c2f752dc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@2x.png new file mode 100644 index 000000000..8a7a54378 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@3x.png new file mode 100644 index 000000000..8bb97f929 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/ArrowWideRightOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/Contents.json new file mode 100644 index 000000000..5617f6105 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@1x.png new file mode 100644 index 000000000..4dd6d2183 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@2x.png new file mode 100644 index 000000000..e5ba359a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@3x.png new file mode 100644 index 000000000..4ce5c4d76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/ArrowWideRightOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/Contents.json new file mode 100644 index 000000000..ca3cdebb0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@1x.png new file mode 100644 index 000000000..48b1a45ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@2x.png new file mode 100644 index 000000000..cd6741844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@3x.png new file mode 100644 index 000000000..2a15bf948 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/ArrowWideRightOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/Contents.json new file mode 100644 index 000000000..462e70de5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideRightOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideRightOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@1x.png new file mode 100644 index 000000000..d41ffb900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@2x.png new file mode 100644 index 000000000..94f0bee57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@3x.png new file mode 100644 index 000000000..923e44578 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/ArrowWideTraceR-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/Contents.json new file mode 100644 index 000000000..38db48fe2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideTraceR-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideTraceR-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideTraceR-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@1x.png new file mode 100644 index 000000000..e47290148 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@2x.png new file mode 100644 index 000000000..a9fc8680e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@3x.png new file mode 100644 index 000000000..369817ed6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/ArrowWideTraceR-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/Contents.json new file mode 100644 index 000000000..28aa7462a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideTraceR-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideTraceR-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideTraceR-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@1x.png new file mode 100644 index 000000000..a662abc53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@2x.png new file mode 100644 index 000000000..f2ab1619a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@3x.png new file mode 100644 index 000000000..a1e4bd93f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/ArrowWideTraceR-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/Contents.json new file mode 100644 index 000000000..a0c00b1fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideTraceR36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideTraceR-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideTraceR-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideTraceR-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@1x.png new file mode 100644 index 000000000..7e79828d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@2x.png new file mode 100644 index 000000000..bc557b957 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@3x.png new file mode 100644 index 000000000..25782cff9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/ArrowWideUpFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/Contents.json new file mode 100644 index 000000000..24ddfab3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@1x.png new file mode 100644 index 000000000..6bd2fb3b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@2x.png new file mode 100644 index 000000000..a76848b15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@3x.png new file mode 100644 index 000000000..38860822f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/ArrowWideUpFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/Contents.json new file mode 100644 index 000000000..8b89dca0b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@1x.png new file mode 100644 index 000000000..302d169ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@2x.png new file mode 100644 index 000000000..1b37b4b4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@3x.png new file mode 100644 index 000000000..23c8ca9c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/ArrowWideUpFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/Contents.json new file mode 100644 index 000000000..c9f05d00c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@1x.png new file mode 100644 index 000000000..d2d5d0ffd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@2x.png new file mode 100644 index 000000000..555b1c122 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@3x.png new file mode 100644 index 000000000..15921e08a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/ArrowWideUpOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/Contents.json new file mode 100644 index 000000000..ee4262006 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@1x.png new file mode 100644 index 000000000..6000deee9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@2x.png new file mode 100644 index 000000000..19a1a3236 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@3x.png new file mode 100644 index 000000000..aa7c587e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/ArrowWideUpOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/Contents.json new file mode 100644 index 000000000..bdbea9114 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@1x.png new file mode 100644 index 000000000..1944cc47a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@2x.png new file mode 100644 index 000000000..2dae0b5b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@3x.png new file mode 100644 index 000000000..bb49bccdc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/ArrowWideUpOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/Contents.json new file mode 100644 index 000000000..b6ef7d320 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowWideUpOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowWideUpOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@1x.png new file mode 100644 index 000000000..b3fd26d93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@2x.png new file mode 100644 index 000000000..64c892798 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@3x.png new file mode 100644 index 000000000..d5efd77a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/ArrowsMove-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/Contents.json new file mode 100644 index 000000000..c6456cc46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMove-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMove-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMove-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@1x.png new file mode 100644 index 000000000..08a9a6fb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@2x.png new file mode 100644 index 000000000..a66e64260 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@3x.png new file mode 100644 index 000000000..12673ae35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/ArrowsMove-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/Contents.json new file mode 100644 index 000000000..0254dbfa1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMove-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMove-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMove-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@1x.png new file mode 100644 index 000000000..f806a2f05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@2x.png new file mode 100644 index 000000000..9e13a24c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@3x.png new file mode 100644 index 000000000..9a8fe6d13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/ArrowsMove-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/Contents.json new file mode 100644 index 000000000..659a72ac8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMove36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMove-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMove-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMove-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@1x.png new file mode 100644 index 000000000..92186220a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@2x.png new file mode 100644 index 000000000..0871f9327 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@3x.png new file mode 100644 index 000000000..cda45c2df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/ArrowsMoveHoriz-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/Contents.json new file mode 100644 index 000000000..0e3dc59eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@1x.png new file mode 100644 index 000000000..697428e4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@2x.png new file mode 100644 index 000000000..b10223af3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@3x.png new file mode 100644 index 000000000..502ffcf53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/ArrowsMoveHoriz-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/Contents.json new file mode 100644 index 000000000..043ae214e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@1x.png new file mode 100644 index 000000000..3427b5b9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@2x.png new file mode 100644 index 000000000..a22d4f834 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@3x.png new file mode 100644 index 000000000..027120943 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/ArrowsMoveHoriz-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/Contents.json new file mode 100644 index 000000000..c6ad5972a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveHoriz36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveHoriz-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@1x.png new file mode 100644 index 000000000..d89709508 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@2x.png new file mode 100644 index 000000000..2abd1cd83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@3x.png new file mode 100644 index 000000000..f26180412 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/ArrowsMoveVertical-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/Contents.json new file mode 100644 index 000000000..e2c3d89f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@1x.png new file mode 100644 index 000000000..603855621 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@2x.png new file mode 100644 index 000000000..5aa7226be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@3x.png new file mode 100644 index 000000000..c6a30a6da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/ArrowsMoveVertical-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/Contents.json new file mode 100644 index 000000000..6ca16cf48 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@1x.png new file mode 100644 index 000000000..ee666ff4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@2x.png new file mode 100644 index 000000000..f451aa63b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@3x.png new file mode 100644 index 000000000..97edd7000 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/ArrowsMoveVertical-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/Contents.json new file mode 100644 index 000000000..7c5efd003 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ArrowsMoveVertical36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ArrowsMoveVertical-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@1x.png new file mode 100644 index 000000000..376c7ce3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@2x.png new file mode 100644 index 000000000..225352bef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@3x.png new file mode 100644 index 000000000..05363072e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/AttentionCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..53fc9c8c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@1x.png new file mode 100644 index 000000000..5214b0e85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@2x.png new file mode 100644 index 000000000..23f3f62ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@3x.png new file mode 100644 index 000000000..2cb4b8297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/AttentionCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..6c61459eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@1x.png new file mode 100644 index 000000000..c43d31c53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@2x.png new file mode 100644 index 000000000..94553b969 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@3x.png new file mode 100644 index 000000000..eb3ae5628 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/AttentionCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..8dbd8a46b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@1x.png new file mode 100644 index 000000000..09295d5e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@2x.png new file mode 100644 index 000000000..c5d98ce09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@3x.png new file mode 100644 index 000000000..21ac0c021 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/AttentionCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..0cee496f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@1x.png new file mode 100644 index 000000000..2521f012b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@2x.png new file mode 100644 index 000000000..0c0c28e52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@3x.png new file mode 100644 index 000000000..531dc4c8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/AttentionCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..17e7d7254 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@1x.png new file mode 100644 index 000000000..b8c1027e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@2x.png new file mode 100644 index 000000000..896124e4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@3x.png new file mode 100644 index 000000000..93af4ae2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/AttentionCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..ceced572a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@1x.png new file mode 100644 index 000000000..1fbbecfec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@2x.png new file mode 100644 index 000000000..7ebc097e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@3x.png new file mode 100644 index 000000000..539fdbbfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/AttentionTriangleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/Contents.json new file mode 100644 index 000000000..0bd803f68 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@1x.png new file mode 100644 index 000000000..13f416399 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@2x.png new file mode 100644 index 000000000..df3283492 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@3x.png new file mode 100644 index 000000000..0509a7364 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/AttentionTriangleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/Contents.json new file mode 100644 index 000000000..9e41d2cdb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@1x.png new file mode 100644 index 000000000..d5e546de1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@2x.png new file mode 100644 index 000000000..d7a52d18c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@3x.png new file mode 100644 index 000000000..ffbfd31c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/AttentionTriangleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/Contents.json new file mode 100644 index 000000000..dee18929b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@1x.png new file mode 100644 index 000000000..bfb34b845 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@2x.png new file mode 100644 index 000000000..6f9d019ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@3x.png new file mode 100644 index 000000000..255fc3422 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/AttentionTriangleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/Contents.json new file mode 100644 index 000000000..26fb1c604 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@1x.png new file mode 100644 index 000000000..3b23715fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@2x.png new file mode 100644 index 000000000..fac996308 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@3x.png new file mode 100644 index 000000000..d47625e31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/AttentionTriangleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/Contents.json new file mode 100644 index 000000000..472c660ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@1x.png new file mode 100644 index 000000000..5094a51b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@2x.png new file mode 100644 index 000000000..2c086ec93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@3x.png new file mode 100644 index 000000000..508b4d5d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/AttentionTriangleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/Contents.json new file mode 100644 index 000000000..c20990002 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/AttentionTriangleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "AttentionTriangleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@1x.png new file mode 100644 index 000000000..1a5fbc9fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@2x.png new file mode 100644 index 000000000..f9f39a142 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@3x.png new file mode 100644 index 000000000..6c692f7c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/BackspaceFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/Contents.json new file mode 100644 index 000000000..5c64fbcb5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@1x.png new file mode 100644 index 000000000..8a95ca7e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@2x.png new file mode 100644 index 000000000..f15c7657a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@3x.png new file mode 100644 index 000000000..3b2758238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/BackspaceFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/Contents.json new file mode 100644 index 000000000..e3bfb05e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@1x.png new file mode 100644 index 000000000..243edbe8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@2x.png new file mode 100644 index 000000000..1fb963083 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@3x.png new file mode 100644 index 000000000..6916c59bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/BackspaceFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/Contents.json new file mode 100644 index 000000000..842fc857c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@1x.png new file mode 100644 index 000000000..8dcab5f64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@2x.png new file mode 100644 index 000000000..449461198 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@3x.png new file mode 100644 index 000000000..354f9119f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/BackspaceOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/Contents.json new file mode 100644 index 000000000..21b5eb6a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@1x.png new file mode 100644 index 000000000..2821e2c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@2x.png new file mode 100644 index 000000000..66d57ebc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@3x.png new file mode 100644 index 000000000..73801e3b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/BackspaceOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/Contents.json new file mode 100644 index 000000000..bccf3953f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@1x.png new file mode 100644 index 000000000..d4b50870d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@2x.png new file mode 100644 index 000000000..64b03777c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@3x.png new file mode 100644 index 000000000..459a30474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/BackspaceOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/Contents.json new file mode 100644 index 000000000..516fac80c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackspaceOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackspaceOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackspaceOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackspaceOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@1x.png new file mode 100644 index 000000000..f52cbc676 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@2x.png new file mode 100644 index 000000000..becaacb06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@3x.png new file mode 100644 index 000000000..1d39a06af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/BackwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/Contents.json new file mode 100644 index 000000000..b8a976ce4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@1x.png new file mode 100644 index 000000000..f598ad264 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@2x.png new file mode 100644 index 000000000..1dd8d9e9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@3x.png new file mode 100644 index 000000000..8d65e7ea0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/BackwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/Contents.json new file mode 100644 index 000000000..3a639e5f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@1x.png new file mode 100644 index 000000000..707a2c2af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@2x.png new file mode 100644 index 000000000..8a8665042 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@3x.png new file mode 100644 index 000000000..f57db35b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/BackwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/Contents.json new file mode 100644 index 000000000..831b726e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@1x.png new file mode 100644 index 000000000..6aec89763 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@2x.png new file mode 100644 index 000000000..13f1a380d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@3x.png new file mode 100644 index 000000000..fe2be1526 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/BackwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..e216c225f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@1x.png new file mode 100644 index 000000000..f60476e7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@2x.png new file mode 100644 index 000000000..4834cc154 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@3x.png new file mode 100644 index 000000000..2ba6a6e77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/BackwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..031821022 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@1x.png new file mode 100644 index 000000000..d973c8772 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@2x.png new file mode 100644 index 000000000..048a1082c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@3x.png new file mode 100644 index 000000000..ceb5d6ab5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/BackwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..5b110cd9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BackwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BackwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BackwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BackwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@1x.png new file mode 100644 index 000000000..90509d22c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@2x.png new file mode 100644 index 000000000..fdd90c87e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@3x.png new file mode 100644 index 000000000..77126240d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/BallFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/Contents.json new file mode 100644 index 000000000..b5d3412c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@1x.png new file mode 100644 index 000000000..b82dbcaab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@2x.png new file mode 100644 index 000000000..09f82988b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@3x.png new file mode 100644 index 000000000..cfd77e238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/BallFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/Contents.json new file mode 100644 index 000000000..2af9ef372 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@1x.png new file mode 100644 index 000000000..d2501c7a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@2x.png new file mode 100644 index 000000000..328c55616 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@3x.png new file mode 100644 index 000000000..0a9cfcb2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/BallFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/Contents.json new file mode 100644 index 000000000..51d443c4b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@1x.png new file mode 100644 index 000000000..d5490d27e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@2x.png new file mode 100644 index 000000000..21aa43bec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@3x.png new file mode 100644 index 000000000..9f620a6b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/BallOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/Contents.json new file mode 100644 index 000000000..90aee4799 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@1x.png new file mode 100644 index 000000000..ddd8cef95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@2x.png new file mode 100644 index 000000000..ba646a17e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@3x.png new file mode 100644 index 000000000..984bfbe8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/BallOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/Contents.json new file mode 100644 index 000000000..92e43f4d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@1x.png new file mode 100644 index 000000000..341baa1d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@2x.png new file mode 100644 index 000000000..25b069f1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@3x.png new file mode 100644 index 000000000..c31e90ceb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/BallOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/Contents.json new file mode 100644 index 000000000..5e7dc49fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BallOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BallOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BallOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BallOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@1x.png new file mode 100644 index 000000000..733b13224 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@2x.png new file mode 100644 index 000000000..aa0193c83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@3x.png new file mode 100644 index 000000000..42fb3cdba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/BankCardDoneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/Contents.json new file mode 100644 index 000000000..99e88d369 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@1x.png new file mode 100644 index 000000000..e21035f73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@2x.png new file mode 100644 index 000000000..de886569a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@3x.png new file mode 100644 index 000000000..e587d0d0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/BankCardDoneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/Contents.json new file mode 100644 index 000000000..48beb3efe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@1x.png new file mode 100644 index 000000000..dfac59748 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@2x.png new file mode 100644 index 000000000..e2c0696e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@3x.png new file mode 100644 index 000000000..8c02c2dd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/BankCardDoneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/Contents.json new file mode 100644 index 000000000..65376f8e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@1x.png new file mode 100644 index 000000000..ed5ec9789 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@2x.png new file mode 100644 index 000000000..b781bfb9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@3x.png new file mode 100644 index 000000000..c12097748 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/BankCardDoneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/Contents.json new file mode 100644 index 000000000..caaee05e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@1x.png new file mode 100644 index 000000000..0f1a2c48c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@2x.png new file mode 100644 index 000000000..5bc2693d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@3x.png new file mode 100644 index 000000000..5ce572533 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/BankCardDoneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/Contents.json new file mode 100644 index 000000000..24bf4bb5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@1x.png new file mode 100644 index 000000000..13dbcbff0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@2x.png new file mode 100644 index 000000000..be89c1dda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@3x.png new file mode 100644 index 000000000..e49e27073 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/BankCardDoneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/Contents.json new file mode 100644 index 000000000..e85805d96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardDoneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardDoneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardDoneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardDoneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@1x.png new file mode 100644 index 000000000..fdf2be786 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@2x.png new file mode 100644 index 000000000..c09025746 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@3x.png new file mode 100644 index 000000000..7a5b6e9a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/BankCardErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..8ac6d0eee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@1x.png new file mode 100644 index 000000000..3974245a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@2x.png new file mode 100644 index 000000000..afb90ce13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@3x.png new file mode 100644 index 000000000..c53565f59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/BankCardErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..8dbf00b82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@1x.png new file mode 100644 index 000000000..c8b9b33cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@2x.png new file mode 100644 index 000000000..4ff23cf08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@3x.png new file mode 100644 index 000000000..a69039594 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/BankCardErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..966d05d3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@1x.png new file mode 100644 index 000000000..1743ffbad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@2x.png new file mode 100644 index 000000000..c88024e44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@3x.png new file mode 100644 index 000000000..b4f3a1a29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/BankCardErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..fe1fb65a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@1x.png new file mode 100644 index 000000000..029adccd1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@2x.png new file mode 100644 index 000000000..4341fa682 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@3x.png new file mode 100644 index 000000000..e9913857f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/BankCardErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..c52227514 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@1x.png new file mode 100644 index 000000000..59f3699ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@2x.png new file mode 100644 index 000000000..ee8ed6734 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@3x.png new file mode 100644 index 000000000..23974e50c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/BankCardErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..b57537c82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@1x.png new file mode 100644 index 000000000..2d8b5c62b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@2x.png new file mode 100644 index 000000000..8f0440d23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@3x.png new file mode 100644 index 000000000..cdd8fceea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/BankCardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/Contents.json new file mode 100644 index 000000000..1a4e29ae2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@1x.png new file mode 100644 index 000000000..de4e00d04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@2x.png new file mode 100644 index 000000000..34d193727 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@3x.png new file mode 100644 index 000000000..8bf7c9e68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/BankCardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/Contents.json new file mode 100644 index 000000000..196be03ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@1x.png new file mode 100644 index 000000000..82ed371cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@2x.png new file mode 100644 index 000000000..fa57a5171 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@3x.png new file mode 100644 index 000000000..0491c9493 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/BankCardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/Contents.json new file mode 100644 index 000000000..b45390092 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@1x.png new file mode 100644 index 000000000..76cd78418 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@2x.png new file mode 100644 index 000000000..ea9abdb77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@3x.png new file mode 100644 index 000000000..4f643e8e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/BankCardForwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/Contents.json new file mode 100644 index 000000000..37e679db9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@1x.png new file mode 100644 index 000000000..d72879497 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@2x.png new file mode 100644 index 000000000..664c7b711 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@3x.png new file mode 100644 index 000000000..9348f9ac0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/BankCardForwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/Contents.json new file mode 100644 index 000000000..c6d03f6f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@1x.png new file mode 100644 index 000000000..a4a807091 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@2x.png new file mode 100644 index 000000000..a937f5620 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@3x.png new file mode 100644 index 000000000..6f87914d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/BankCardForwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/Contents.json new file mode 100644 index 000000000..9b752cab3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@1x.png new file mode 100644 index 000000000..ef6eb3f12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@2x.png new file mode 100644 index 000000000..b27a448a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@3x.png new file mode 100644 index 000000000..485f73df4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/BankCardForwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..157394a7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@1x.png new file mode 100644 index 000000000..54bdf1a1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@2x.png new file mode 100644 index 000000000..181caf445 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@3x.png new file mode 100644 index 000000000..99c6cd0ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/BankCardForwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..96d20f441 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@1x.png new file mode 100644 index 000000000..9b5680963 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@2x.png new file mode 100644 index 000000000..414e80abc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@3x.png new file mode 100644 index 000000000..29116510b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/BankCardForwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..b82a92d9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardForwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardForwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardForwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardForwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@1x.png new file mode 100644 index 000000000..7853d3e2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@2x.png new file mode 100644 index 000000000..f91967d9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@3x.png new file mode 100644 index 000000000..bd709064d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/BankCardLockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/Contents.json new file mode 100644 index 000000000..fe52b6c9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@1x.png new file mode 100644 index 000000000..41dc9eb5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@2x.png new file mode 100644 index 000000000..a3056a113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@3x.png new file mode 100644 index 000000000..f1012fcaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/BankCardLockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/Contents.json new file mode 100644 index 000000000..e103dc1db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@1x.png new file mode 100644 index 000000000..3211706d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@2x.png new file mode 100644 index 000000000..e777ff924 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@3x.png new file mode 100644 index 000000000..afa1b0171 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/BankCardLockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/Contents.json new file mode 100644 index 000000000..16f9582f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@1x.png new file mode 100644 index 000000000..d05546511 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@2x.png new file mode 100644 index 000000000..c0d553082 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@3x.png new file mode 100644 index 000000000..3efbbe2f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/BankCardLockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/Contents.json new file mode 100644 index 000000000..eb806c098 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@1x.png new file mode 100644 index 000000000..39f91e1f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@2x.png new file mode 100644 index 000000000..a982e4782 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@3x.png new file mode 100644 index 000000000..1f9f516b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/BankCardLockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/Contents.json new file mode 100644 index 000000000..955899fed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@1x.png new file mode 100644 index 000000000..4389f7628 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@2x.png new file mode 100644 index 000000000..3c49da161 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@3x.png new file mode 100644 index 000000000..98d7247bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/BankCardLockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/Contents.json new file mode 100644 index 000000000..77867bf3c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardLockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardLockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardLockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardLockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@1x.png new file mode 100644 index 000000000..ba5283501 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@2x.png new file mode 100644 index 000000000..20201d97d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@3x.png new file mode 100644 index 000000000..fa9a25198 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/BankCardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/Contents.json new file mode 100644 index 000000000..4caaacfa0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@1x.png new file mode 100644 index 000000000..45cc89b6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@2x.png new file mode 100644 index 000000000..467113a58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@3x.png new file mode 100644 index 000000000..4efb8f4e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/BankCardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/Contents.json new file mode 100644 index 000000000..9159a12d7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@1x.png new file mode 100644 index 000000000..4721c2f55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@2x.png new file mode 100644 index 000000000..2572ff279 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@3x.png new file mode 100644 index 000000000..e40651d9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/BankCardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/Contents.json new file mode 100644 index 000000000..284755674 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@1x.png new file mode 100644 index 000000000..40703250e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@2x.png new file mode 100644 index 000000000..60f80387c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@3x.png new file mode 100644 index 000000000..7833946a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/BankCardStackFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/Contents.json new file mode 100644 index 000000000..ad7a29aa0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@1x.png new file mode 100644 index 000000000..87cc1d657 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@2x.png new file mode 100644 index 000000000..9c5670e9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@3x.png new file mode 100644 index 000000000..75ac23e27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/BankCardStackFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/Contents.json new file mode 100644 index 000000000..63b843b69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@1x.png new file mode 100644 index 000000000..381d09597 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@2x.png new file mode 100644 index 000000000..19829d9be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@3x.png new file mode 100644 index 000000000..7de0b1b22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/BankCardStackFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/Contents.json new file mode 100644 index 000000000..be45828ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@1x.png new file mode 100644 index 000000000..a1e8dc03b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@2x.png new file mode 100644 index 000000000..482f82619 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@3x.png new file mode 100644 index 000000000..de9c7f8e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/BankCardStackOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/Contents.json new file mode 100644 index 000000000..bd163ae52 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@1x.png new file mode 100644 index 000000000..a1f268e46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@2x.png new file mode 100644 index 000000000..56a0a33d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@3x.png new file mode 100644 index 000000000..3ed0235b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/BankCardStackOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/Contents.json new file mode 100644 index 000000000..b55144b1a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@1x.png new file mode 100644 index 000000000..6d3c1b119 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@2x.png new file mode 100644 index 000000000..c4e1e68a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@3x.png new file mode 100644 index 000000000..64076df33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/BankCardStackOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/Contents.json new file mode 100644 index 000000000..9f0cc346c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BankCardStackOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BankCardStackOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BankCardStackOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BankCardStackOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@1x.png new file mode 100644 index 000000000..95a97e288 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@2x.png new file mode 100644 index 000000000..bd812df02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@3x.png new file mode 100644 index 000000000..6ac1da150 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Battery100Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Contents.json new file mode 100644 index 000000000..b5a0c575d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@1x.png new file mode 100644 index 000000000..390517322 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@2x.png new file mode 100644 index 000000000..090265d84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@3x.png new file mode 100644 index 000000000..19b020706 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Battery100Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Contents.json new file mode 100644 index 000000000..f01201c99 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@1x.png new file mode 100644 index 000000000..c38e80ac0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@2x.png new file mode 100644 index 000000000..234b6f94b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@3x.png new file mode 100644 index 000000000..d9c032e27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Battery100Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Contents.json new file mode 100644 index 000000000..75c41ab34 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@1x.png new file mode 100644 index 000000000..fed6d86e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@2x.png new file mode 100644 index 000000000..57c9a1361 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@3x.png new file mode 100644 index 000000000..699dd3207 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Battery100Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Contents.json new file mode 100644 index 000000000..0f4eb5bbc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@1x.png new file mode 100644 index 000000000..d671b1a79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@2x.png new file mode 100644 index 000000000..c6993b22d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@3x.png new file mode 100644 index 000000000..6a2662560 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Battery100Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Contents.json new file mode 100644 index 000000000..db73033ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@1x.png new file mode 100644 index 000000000..f4cfb1dad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@2x.png new file mode 100644 index 000000000..83a54c3a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@3x.png new file mode 100644 index 000000000..cccc69978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Battery100Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Contents.json new file mode 100644 index 000000000..45a8b7cb4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery100Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery100Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery100Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery100Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@1x.png new file mode 100644 index 000000000..b61689316 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@2x.png new file mode 100644 index 000000000..0b473bfdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@3x.png new file mode 100644 index 000000000..522e92e2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Battery10Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Contents.json new file mode 100644 index 000000000..4c3398670 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@1x.png new file mode 100644 index 000000000..3e49d6284 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@2x.png new file mode 100644 index 000000000..dec979bfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@3x.png new file mode 100644 index 000000000..0ac899d10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Battery10Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Contents.json new file mode 100644 index 000000000..4c41382f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@1x.png new file mode 100644 index 000000000..ac917c58f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@2x.png new file mode 100644 index 000000000..3c7c72f29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@3x.png new file mode 100644 index 000000000..19c40394f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Battery10Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Contents.json new file mode 100644 index 000000000..4d3be8d74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@1x.png new file mode 100644 index 000000000..7d37b506b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@2x.png new file mode 100644 index 000000000..e083d21a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@3x.png new file mode 100644 index 000000000..fbc0a68d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Battery10Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Contents.json new file mode 100644 index 000000000..93f5c2aed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@1x.png new file mode 100644 index 000000000..12782491b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@2x.png new file mode 100644 index 000000000..1692d6aab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@3x.png new file mode 100644 index 000000000..1065708d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Battery10Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Contents.json new file mode 100644 index 000000000..f0ae345ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@1x.png new file mode 100644 index 000000000..fda848aa2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@2x.png new file mode 100644 index 000000000..81ab55787 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@3x.png new file mode 100644 index 000000000..638d5bb1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Battery10Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Contents.json new file mode 100644 index 000000000..e2526918c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery10Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery10Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery10Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery10Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@1x.png new file mode 100644 index 000000000..3a75e8a0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@2x.png new file mode 100644 index 000000000..7b1b3aad2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@3x.png new file mode 100644 index 000000000..43cb98e0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Battery20Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Contents.json new file mode 100644 index 000000000..15c3b24f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@1x.png new file mode 100644 index 000000000..0b0f26b8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@2x.png new file mode 100644 index 000000000..73e310b10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@3x.png new file mode 100644 index 000000000..0ab23d7c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Battery20Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Contents.json new file mode 100644 index 000000000..de73bd4c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@1x.png new file mode 100644 index 000000000..37553a478 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@2x.png new file mode 100644 index 000000000..beb72be24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@3x.png new file mode 100644 index 000000000..a0f33596c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Battery20Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Contents.json new file mode 100644 index 000000000..6ef158dd0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@1x.png new file mode 100644 index 000000000..eb4d4acc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@2x.png new file mode 100644 index 000000000..ea9741619 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@3x.png new file mode 100644 index 000000000..5067a8193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Battery20Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Contents.json new file mode 100644 index 000000000..9a09da0dd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@1x.png new file mode 100644 index 000000000..2d5a6c392 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@2x.png new file mode 100644 index 000000000..4ba1c7667 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@3x.png new file mode 100644 index 000000000..f34ed5532 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Battery20Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Contents.json new file mode 100644 index 000000000..3da271435 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@1x.png new file mode 100644 index 000000000..0c20aa952 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@2x.png new file mode 100644 index 000000000..add0bbd1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@3x.png new file mode 100644 index 000000000..d5a5082d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Battery20Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Contents.json new file mode 100644 index 000000000..b4b8c0f5d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery20Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery20Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery20Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery20Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@1x.png new file mode 100644 index 000000000..ed21d74ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@2x.png new file mode 100644 index 000000000..cc2be88d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@3x.png new file mode 100644 index 000000000..56a62b4e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Battery40Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Contents.json new file mode 100644 index 000000000..6bb527c96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@1x.png new file mode 100644 index 000000000..804e335fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@2x.png new file mode 100644 index 000000000..e5b0c5771 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@3x.png new file mode 100644 index 000000000..d9b2bacc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Battery40Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Contents.json new file mode 100644 index 000000000..51a5eca97 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@1x.png new file mode 100644 index 000000000..d23cc3b19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@2x.png new file mode 100644 index 000000000..ebf5dc638 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@3x.png new file mode 100644 index 000000000..5e7336d03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Battery40Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Contents.json new file mode 100644 index 000000000..35c2532d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@1x.png new file mode 100644 index 000000000..0f8a18d49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@2x.png new file mode 100644 index 000000000..df646ae6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@3x.png new file mode 100644 index 000000000..86ddcfce1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Battery40Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Contents.json new file mode 100644 index 000000000..598e7dc1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@1x.png new file mode 100644 index 000000000..4fb99508a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@2x.png new file mode 100644 index 000000000..67c32e41e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@3x.png new file mode 100644 index 000000000..1457885b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Battery40Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Contents.json new file mode 100644 index 000000000..e32896b2a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@1x.png new file mode 100644 index 000000000..4c9a1426a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@2x.png new file mode 100644 index 000000000..e8dc6afb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@3x.png new file mode 100644 index 000000000..b6ca16e44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Battery40Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Contents.json new file mode 100644 index 000000000..010785fb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery40Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery40Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery40Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery40Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@1x.png new file mode 100644 index 000000000..ef6aac2c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@2x.png new file mode 100644 index 000000000..0aea54dc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@3x.png new file mode 100644 index 000000000..ee6f7da45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Battery60Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Contents.json new file mode 100644 index 000000000..02c815ecd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@1x.png new file mode 100644 index 000000000..5f6791bb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@2x.png new file mode 100644 index 000000000..97150c87d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@3x.png new file mode 100644 index 000000000..6226a17b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Battery60Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Contents.json new file mode 100644 index 000000000..eca762bdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@1x.png new file mode 100644 index 000000000..610f15ee6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@2x.png new file mode 100644 index 000000000..39ceaeee3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@3x.png new file mode 100644 index 000000000..c03c7c0f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Battery60Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Contents.json new file mode 100644 index 000000000..577882990 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@1x.png new file mode 100644 index 000000000..7de9e9be5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@2x.png new file mode 100644 index 000000000..a4ddb9d75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@3x.png new file mode 100644 index 000000000..0bd22919d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Battery60Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Contents.json new file mode 100644 index 000000000..33f6251de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@1x.png new file mode 100644 index 000000000..686e8fc36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@2x.png new file mode 100644 index 000000000..f9a65df4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@3x.png new file mode 100644 index 000000000..2992f7959 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Battery60Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Contents.json new file mode 100644 index 000000000..1987e85e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@1x.png new file mode 100644 index 000000000..7608c14a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@2x.png new file mode 100644 index 000000000..1c9a3a890 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@3x.png new file mode 100644 index 000000000..646473b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Battery60Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Contents.json new file mode 100644 index 000000000..e7843a883 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery60Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery60Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery60Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery60Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@1x.png new file mode 100644 index 000000000..faf2d515c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@2x.png new file mode 100644 index 000000000..66323dbed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@3x.png new file mode 100644 index 000000000..8c62d5d80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Battery80Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Contents.json new file mode 100644 index 000000000..7a9591977 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@1x.png new file mode 100644 index 000000000..89faf96ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@2x.png new file mode 100644 index 000000000..5b4dbc78e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@3x.png new file mode 100644 index 000000000..74b89b94f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Battery80Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Contents.json new file mode 100644 index 000000000..5c924595e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@1x.png new file mode 100644 index 000000000..4e0eac954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@2x.png new file mode 100644 index 000000000..6c039682b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@3x.png new file mode 100644 index 000000000..d49219d2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Battery80Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Contents.json new file mode 100644 index 000000000..2a83a3f45 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@1x.png new file mode 100644 index 000000000..9d218f425 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@2x.png new file mode 100644 index 000000000..bbe0f61a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@3x.png new file mode 100644 index 000000000..6eaac1434 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Battery80Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Contents.json new file mode 100644 index 000000000..4b6fec169 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@1x.png new file mode 100644 index 000000000..e1275fee8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@2x.png new file mode 100644 index 000000000..c46839d25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@3x.png new file mode 100644 index 000000000..6469c8316 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Battery80Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Contents.json new file mode 100644 index 000000000..5a9f4cc9f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@1x.png new file mode 100644 index 000000000..cb3ed6217 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@2x.png new file mode 100644 index 000000000..c4e5224ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@3x.png new file mode 100644 index 000000000..5061e8c9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Battery80Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Contents.json new file mode 100644 index 000000000..f62d2e732 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Battery80Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Battery80Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Battery80Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Battery80Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@1x.png new file mode 100644 index 000000000..6e721e7c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@2x.png new file mode 100644 index 000000000..9cbd9c17c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@3x.png new file mode 100644 index 000000000..9667d12c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/BatteryChargeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/Contents.json new file mode 100644 index 000000000..ff97a1bdb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@1x.png new file mode 100644 index 000000000..1a25892ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@2x.png new file mode 100644 index 000000000..63f32a8dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@3x.png new file mode 100644 index 000000000..fa3ee18e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/BatteryChargeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/Contents.json new file mode 100644 index 000000000..90aba1792 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@1x.png new file mode 100644 index 000000000..88b6dedc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@2x.png new file mode 100644 index 000000000..4cf39b6c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@3x.png new file mode 100644 index 000000000..9a9034ff3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/BatteryChargeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/Contents.json new file mode 100644 index 000000000..fc0b3e014 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@1x.png new file mode 100644 index 000000000..e6e563abd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@2x.png new file mode 100644 index 000000000..d0f6d00d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@3x.png new file mode 100644 index 000000000..94d272a9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/BatteryChargeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/Contents.json new file mode 100644 index 000000000..80d28e759 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@1x.png new file mode 100644 index 000000000..e36befdb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@2x.png new file mode 100644 index 000000000..808474549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@3x.png new file mode 100644 index 000000000..046432474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/BatteryChargeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/Contents.json new file mode 100644 index 000000000..05ceb9bf5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@1x.png new file mode 100644 index 000000000..0c7383954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@2x.png new file mode 100644 index 000000000..b26083884 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@3x.png new file mode 100644 index 000000000..6a848356b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/BatteryChargeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/Contents.json new file mode 100644 index 000000000..4d0e074b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryChargeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryChargeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryChargeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryChargeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@1x.png new file mode 100644 index 000000000..81bee90cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@2x.png new file mode 100644 index 000000000..0a78f1f47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@3x.png new file mode 100644 index 000000000..0d13d7a1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/BatteryEmptyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/Contents.json new file mode 100644 index 000000000..108847620 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@1x.png new file mode 100644 index 000000000..60dd5284a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@2x.png new file mode 100644 index 000000000..a040eb1e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@3x.png new file mode 100644 index 000000000..400870458 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/BatteryEmptyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/Contents.json new file mode 100644 index 000000000..52b180d40 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@1x.png new file mode 100644 index 000000000..2790139a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@2x.png new file mode 100644 index 000000000..6a09c3ba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@3x.png new file mode 100644 index 000000000..4be578616 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/BatteryEmptyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/Contents.json new file mode 100644 index 000000000..6e1f7b40a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@1x.png new file mode 100644 index 000000000..a0c7b4daf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@2x.png new file mode 100644 index 000000000..52660ab7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@3x.png new file mode 100644 index 000000000..7c5cd8790 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/BatteryEmptyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/Contents.json new file mode 100644 index 000000000..3f4b7db14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@1x.png new file mode 100644 index 000000000..49512e9b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@2x.png new file mode 100644 index 000000000..d67f3c9db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@3x.png new file mode 100644 index 000000000..ec2345f5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/BatteryEmptyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/Contents.json new file mode 100644 index 000000000..4384c181c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@1x.png new file mode 100644 index 000000000..ae379355d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@2x.png new file mode 100644 index 000000000..a1a76f31f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@3x.png new file mode 100644 index 000000000..188e680de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/BatteryEmptyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/Contents.json new file mode 100644 index 000000000..70a3a9c7f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryEmptyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryEmptyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@1x.png new file mode 100644 index 000000000..fd2445579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@2x.png new file mode 100644 index 000000000..640c7699e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@3x.png new file mode 100644 index 000000000..f170dcfe9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/BatteryHoriz100Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/Contents.json new file mode 100644 index 000000000..a91bed1e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@1x.png new file mode 100644 index 000000000..2a48a5809 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@2x.png new file mode 100644 index 000000000..a7f0953df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@3x.png new file mode 100644 index 000000000..3178bfc47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/BatteryHoriz100Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/Contents.json new file mode 100644 index 000000000..3748ee092 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@1x.png new file mode 100644 index 000000000..48aa186e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@2x.png new file mode 100644 index 000000000..e921e5004 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@3x.png new file mode 100644 index 000000000..12e8ef206 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/BatteryHoriz100Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/Contents.json new file mode 100644 index 000000000..68833f574 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@1x.png new file mode 100644 index 000000000..d1cddecc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@2x.png new file mode 100644 index 000000000..25dfa4c60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@3x.png new file mode 100644 index 000000000..a499bcf91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/BatteryHoriz100Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/Contents.json new file mode 100644 index 000000000..2e69ecc6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@1x.png new file mode 100644 index 000000000..1c64cb0c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@2x.png new file mode 100644 index 000000000..42b7c28ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@3x.png new file mode 100644 index 000000000..e5ee0a7ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/BatteryHoriz100Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/Contents.json new file mode 100644 index 000000000..3a82bf3ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@1x.png new file mode 100644 index 000000000..4fef4eaaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@2x.png new file mode 100644 index 000000000..70d7712a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@3x.png new file mode 100644 index 000000000..6b17c648e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/BatteryHoriz100Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/Contents.json new file mode 100644 index 000000000..c2b91d072 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz100Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz100Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@1x.png new file mode 100644 index 000000000..7807c2330 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@2x.png new file mode 100644 index 000000000..25256e440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@3x.png new file mode 100644 index 000000000..b98e78f71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/BatteryHoriz10Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/Contents.json new file mode 100644 index 000000000..3b8d4d2a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@1x.png new file mode 100644 index 000000000..216e31c78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@2x.png new file mode 100644 index 000000000..342cd82cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@3x.png new file mode 100644 index 000000000..816d0815d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/BatteryHoriz10Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/Contents.json new file mode 100644 index 000000000..10da38736 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@1x.png new file mode 100644 index 000000000..31bb9f547 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@2x.png new file mode 100644 index 000000000..cbf1fdcd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@3x.png new file mode 100644 index 000000000..2e32b9325 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/BatteryHoriz10Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/Contents.json new file mode 100644 index 000000000..2a1b2fc40 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@1x.png new file mode 100644 index 000000000..b425a99de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@2x.png new file mode 100644 index 000000000..ffe57bccd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@3x.png new file mode 100644 index 000000000..44e918c9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/BatteryHoriz10Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/Contents.json new file mode 100644 index 000000000..dff74e2e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@1x.png new file mode 100644 index 000000000..2f808502d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@2x.png new file mode 100644 index 000000000..6d883169f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@3x.png new file mode 100644 index 000000000..a6ed2605e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/BatteryHoriz10Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/Contents.json new file mode 100644 index 000000000..60b78505c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@1x.png new file mode 100644 index 000000000..d8087b58a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@2x.png new file mode 100644 index 000000000..22435e968 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@3x.png new file mode 100644 index 000000000..cc1686119 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/BatteryHoriz10Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/Contents.json new file mode 100644 index 000000000..a27672eda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz10Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz10Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@1x.png new file mode 100644 index 000000000..f6f726736 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@2x.png new file mode 100644 index 000000000..ac3c1b43c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@3x.png new file mode 100644 index 000000000..ff91c9d99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/BatteryHoriz20Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/Contents.json new file mode 100644 index 000000000..d226b0a34 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@1x.png new file mode 100644 index 000000000..4035f550a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@2x.png new file mode 100644 index 000000000..7a5132a8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@3x.png new file mode 100644 index 000000000..5e7df4099 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/BatteryHoriz20Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/Contents.json new file mode 100644 index 000000000..bbcbf7fc8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@1x.png new file mode 100644 index 000000000..8cf7e960a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@2x.png new file mode 100644 index 000000000..814b106b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@3x.png new file mode 100644 index 000000000..a463365fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/BatteryHoriz20Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/Contents.json new file mode 100644 index 000000000..a749056ec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@1x.png new file mode 100644 index 000000000..1b599b931 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@2x.png new file mode 100644 index 000000000..9bfacc4f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@3x.png new file mode 100644 index 000000000..499f40b34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/BatteryHoriz20Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/Contents.json new file mode 100644 index 000000000..44fea6afa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@1x.png new file mode 100644 index 000000000..d43141f99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@2x.png new file mode 100644 index 000000000..c1caf803f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@3x.png new file mode 100644 index 000000000..9dececd62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/BatteryHoriz20Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/Contents.json new file mode 100644 index 000000000..df5aeb9ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@1x.png new file mode 100644 index 000000000..77ea9e22e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@2x.png new file mode 100644 index 000000000..a3c9f2ef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@3x.png new file mode 100644 index 000000000..a119736e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/BatteryHoriz20Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/Contents.json new file mode 100644 index 000000000..fe693c43a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz20Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz20Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@1x.png new file mode 100644 index 000000000..7e1ac2595 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@2x.png new file mode 100644 index 000000000..1ba193beb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@3x.png new file mode 100644 index 000000000..65cddf4f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/BatteryHoriz40Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/Contents.json new file mode 100644 index 000000000..c0b2b625d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@1x.png new file mode 100644 index 000000000..8c6714b57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@2x.png new file mode 100644 index 000000000..512617ef2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@3x.png new file mode 100644 index 000000000..9c863cb46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/BatteryHoriz40Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/Contents.json new file mode 100644 index 000000000..fd55b6de0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@1x.png new file mode 100644 index 000000000..f6e25b2df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@2x.png new file mode 100644 index 000000000..b088a9213 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@3x.png new file mode 100644 index 000000000..0e919213d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/BatteryHoriz40Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/Contents.json new file mode 100644 index 000000000..635e80e3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@1x.png new file mode 100644 index 000000000..245285b14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@2x.png new file mode 100644 index 000000000..ea8ce2b0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@3x.png new file mode 100644 index 000000000..d67921f9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/BatteryHoriz40Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/Contents.json new file mode 100644 index 000000000..d4d160d98 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@1x.png new file mode 100644 index 000000000..3f2100699 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@2x.png new file mode 100644 index 000000000..3228df21b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@3x.png new file mode 100644 index 000000000..9b4d986dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/BatteryHoriz40Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/Contents.json new file mode 100644 index 000000000..6757b4891 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@1x.png new file mode 100644 index 000000000..4ffa45176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@2x.png new file mode 100644 index 000000000..bb8b4b125 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@3x.png new file mode 100644 index 000000000..ad971cf53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/BatteryHoriz40Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/Contents.json new file mode 100644 index 000000000..89e9bd462 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz40Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz40Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@1x.png new file mode 100644 index 000000000..7a5db04bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@2x.png new file mode 100644 index 000000000..9d59c5524 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@3x.png new file mode 100644 index 000000000..dc7b5958f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/BatteryHoriz60Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/Contents.json new file mode 100644 index 000000000..8249e4819 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@1x.png new file mode 100644 index 000000000..795c220a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@2x.png new file mode 100644 index 000000000..eed866783 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@3x.png new file mode 100644 index 000000000..864a9d790 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/BatteryHoriz60Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/Contents.json new file mode 100644 index 000000000..c71554623 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@1x.png new file mode 100644 index 000000000..f966ba16a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@2x.png new file mode 100644 index 000000000..2204a2bcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@3x.png new file mode 100644 index 000000000..7873e314c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/BatteryHoriz60Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/Contents.json new file mode 100644 index 000000000..dd3fb469a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@1x.png new file mode 100644 index 000000000..204a97994 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@2x.png new file mode 100644 index 000000000..b8d8c31a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@3x.png new file mode 100644 index 000000000..3d0c80e61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/BatteryHoriz60Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/Contents.json new file mode 100644 index 000000000..89b58a7aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@1x.png new file mode 100644 index 000000000..988f69d6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@2x.png new file mode 100644 index 000000000..fcc8c1894 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@3x.png new file mode 100644 index 000000000..5acb3a599 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/BatteryHoriz60Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/Contents.json new file mode 100644 index 000000000..c29451e93 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@1x.png new file mode 100644 index 000000000..f61afa516 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@2x.png new file mode 100644 index 000000000..d9e3e7a5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@3x.png new file mode 100644 index 000000000..bb9bd31f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/BatteryHoriz60Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/Contents.json new file mode 100644 index 000000000..c12cced4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz60Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz60Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@1x.png new file mode 100644 index 000000000..eb699ca8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@2x.png new file mode 100644 index 000000000..916336ddf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@3x.png new file mode 100644 index 000000000..0dcec3ded Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/BatteryHoriz80Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/Contents.json new file mode 100644 index 000000000..4bc9cab5d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@1x.png new file mode 100644 index 000000000..4ca2e2af6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@2x.png new file mode 100644 index 000000000..2f6278ba2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@3x.png new file mode 100644 index 000000000..967e566a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/BatteryHoriz80Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/Contents.json new file mode 100644 index 000000000..ca0e507fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@1x.png new file mode 100644 index 000000000..37c569aa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@2x.png new file mode 100644 index 000000000..8fd77b51a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@3x.png new file mode 100644 index 000000000..59cedd613 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/BatteryHoriz80Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/Contents.json new file mode 100644 index 000000000..254d1e239 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@1x.png new file mode 100644 index 000000000..2de9a4805 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@2x.png new file mode 100644 index 000000000..e73bdd000 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@3x.png new file mode 100644 index 000000000..87521e76d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/BatteryHoriz80Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/Contents.json new file mode 100644 index 000000000..881fb2070 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@1x.png new file mode 100644 index 000000000..19df89cf9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@2x.png new file mode 100644 index 000000000..a90f491c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@3x.png new file mode 100644 index 000000000..23888aa23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/BatteryHoriz80Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/Contents.json new file mode 100644 index 000000000..cd7318ed8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@1x.png new file mode 100644 index 000000000..a18707ddb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@2x.png new file mode 100644 index 000000000..5f9e90e9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@3x.png new file mode 100644 index 000000000..202e4d0ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/BatteryHoriz80Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/Contents.json new file mode 100644 index 000000000..e57305bf3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHoriz80Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHoriz80Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@1x.png new file mode 100644 index 000000000..450c74555 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@2x.png new file mode 100644 index 000000000..0c380faa7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@3x.png new file mode 100644 index 000000000..bcf48bfa1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/BatteryHorizChargeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/Contents.json new file mode 100644 index 000000000..a282265b1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@1x.png new file mode 100644 index 000000000..94a69a8cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@2x.png new file mode 100644 index 000000000..407503ea1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@3x.png new file mode 100644 index 000000000..48fbe6ae3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/BatteryHorizChargeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/Contents.json new file mode 100644 index 000000000..92414e50d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@1x.png new file mode 100644 index 000000000..20232adc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@2x.png new file mode 100644 index 000000000..70ed565c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@3x.png new file mode 100644 index 000000000..6759a4c01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/BatteryHorizChargeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/Contents.json new file mode 100644 index 000000000..787de5868 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@1x.png new file mode 100644 index 000000000..88454ab26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@2x.png new file mode 100644 index 000000000..9c00d844e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@3x.png new file mode 100644 index 000000000..d3217a838 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/BatteryHorizChargeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/Contents.json new file mode 100644 index 000000000..4f3b62ce4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@1x.png new file mode 100644 index 000000000..d872ad852 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@2x.png new file mode 100644 index 000000000..04261dbc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@3x.png new file mode 100644 index 000000000..abcdca045 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/BatteryHorizChargeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/Contents.json new file mode 100644 index 000000000..a61da4a0b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@1x.png new file mode 100644 index 000000000..fc5079be1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@2x.png new file mode 100644 index 000000000..254efe7dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@3x.png new file mode 100644 index 000000000..bc420bf19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/BatteryHorizChargeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/Contents.json new file mode 100644 index 000000000..427c06728 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizChargeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizChargeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@1x.png new file mode 100644 index 000000000..7cac168ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@2x.png new file mode 100644 index 000000000..589324c6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@3x.png new file mode 100644 index 000000000..53ce0e93f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/BatteryHorizEmptyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/Contents.json new file mode 100644 index 000000000..47c94e9df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@1x.png new file mode 100644 index 000000000..4417337a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@2x.png new file mode 100644 index 000000000..5f42d6a07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@3x.png new file mode 100644 index 000000000..c60e6aa2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/BatteryHorizEmptyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/Contents.json new file mode 100644 index 000000000..f9f64db9b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@1x.png new file mode 100644 index 000000000..87f9345e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@2x.png new file mode 100644 index 000000000..b035ae6fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@3x.png new file mode 100644 index 000000000..e41e69528 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/BatteryHorizEmptyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/Contents.json new file mode 100644 index 000000000..ed1679531 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@1x.png new file mode 100644 index 000000000..f37a33b21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@2x.png new file mode 100644 index 000000000..9315716df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@3x.png new file mode 100644 index 000000000..5db929a40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/BatteryHorizEmptyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/Contents.json new file mode 100644 index 000000000..6a6fe24d0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@1x.png new file mode 100644 index 000000000..ecddccf21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@2x.png new file mode 100644 index 000000000..224bac2df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@3x.png new file mode 100644 index 000000000..c35a570bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/BatteryHorizEmptyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/Contents.json new file mode 100644 index 000000000..48393e768 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@1x.png new file mode 100644 index 000000000..5db5f6456 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@2x.png new file mode 100644 index 000000000..f5b3df57b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@3x.png new file mode 100644 index 000000000..c913efabb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/BatteryHorizEmptyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/Contents.json new file mode 100644 index 000000000..f7aa91824 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BatteryHorizEmptyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BatteryHorizEmptyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@1x.png new file mode 100644 index 000000000..3583cda94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@2x.png new file mode 100644 index 000000000..6d2bb0cfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@3x.png new file mode 100644 index 000000000..d33be87bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/BeachUmbrellaFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/Contents.json new file mode 100644 index 000000000..5ca0dac75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@1x.png new file mode 100644 index 000000000..98e68a534 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@2x.png new file mode 100644 index 000000000..d69931850 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@3x.png new file mode 100644 index 000000000..bc4b581e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/BeachUmbrellaFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/Contents.json new file mode 100644 index 000000000..700542ffe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@1x.png new file mode 100644 index 000000000..4904c5bde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@2x.png new file mode 100644 index 000000000..b0504d94c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@3x.png new file mode 100644 index 000000000..4d9719c43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/BeachUmbrellaFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/Contents.json new file mode 100644 index 000000000..b82d2fb6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@1x.png new file mode 100644 index 000000000..c6f24141b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@2x.png new file mode 100644 index 000000000..55bd5c578 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@3x.png new file mode 100644 index 000000000..1ba4658b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/BeachUmbrellaOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/Contents.json new file mode 100644 index 000000000..d48bfd975 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@1x.png new file mode 100644 index 000000000..ec01daf6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@2x.png new file mode 100644 index 000000000..7851e10b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@3x.png new file mode 100644 index 000000000..1e3691ca7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/BeachUmbrellaOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/Contents.json new file mode 100644 index 000000000..40cf70d13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@1x.png new file mode 100644 index 000000000..42bf2ea92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@2x.png new file mode 100644 index 000000000..69584aa44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@3x.png new file mode 100644 index 000000000..f2c84082d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/BeachUmbrellaOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/Contents.json new file mode 100644 index 000000000..aff01c621 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeachUmbrellaOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeachUmbrellaOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@1x.png new file mode 100644 index 000000000..67f2282b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@2x.png new file mode 100644 index 000000000..bcbfbd00f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@3x.png new file mode 100644 index 000000000..4c26672eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/BeautificationFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/Contents.json new file mode 100644 index 000000000..8c397dbcd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@1x.png new file mode 100644 index 000000000..c68d13aba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@2x.png new file mode 100644 index 000000000..2255b9058 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@3x.png new file mode 100644 index 000000000..070dde0bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/BeautificationFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/Contents.json new file mode 100644 index 000000000..16e4c3ac4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@1x.png new file mode 100644 index 000000000..8c755ffba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@2x.png new file mode 100644 index 000000000..8ee6c2f75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@3x.png new file mode 100644 index 000000000..5aa7ace0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/BeautificationFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/Contents.json new file mode 100644 index 000000000..ae72bd293 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@1x.png new file mode 100644 index 000000000..1e469d0da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@2x.png new file mode 100644 index 000000000..94f3dcc10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@3x.png new file mode 100644 index 000000000..00fb28b52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/BeautificationOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/Contents.json new file mode 100644 index 000000000..55a3c909b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@1x.png new file mode 100644 index 000000000..1a9642b88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@2x.png new file mode 100644 index 000000000..74e19e623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@3x.png new file mode 100644 index 000000000..7d9f30d60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/BeautificationOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/Contents.json new file mode 100644 index 000000000..07b463de8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@1x.png new file mode 100644 index 000000000..3b01c1ddd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@2x.png new file mode 100644 index 000000000..814ff4c65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@3x.png new file mode 100644 index 000000000..ce18fefeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/BeautificationOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/Contents.json new file mode 100644 index 000000000..a248ab173 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BeautificationOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BeautificationOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BeautificationOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BeautificationOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@1x.png new file mode 100644 index 000000000..8c60ec100 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@2x.png new file mode 100644 index 000000000..71f37c607 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@3x.png new file mode 100644 index 000000000..16c196a5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/BellDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/Contents.json new file mode 100644 index 000000000..5a7cf89df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@1x.png new file mode 100644 index 000000000..a717e17dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@2x.png new file mode 100644 index 000000000..ffd758bc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@3x.png new file mode 100644 index 000000000..cd05017b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/BellDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/Contents.json new file mode 100644 index 000000000..6bcd9b95e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@1x.png new file mode 100644 index 000000000..7d8aae909 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@2x.png new file mode 100644 index 000000000..1a874ce89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@3x.png new file mode 100644 index 000000000..4a7629628 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/BellDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/Contents.json new file mode 100644 index 000000000..66ee5c599 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@1x.png new file mode 100644 index 000000000..6a2c0be56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@2x.png new file mode 100644 index 000000000..cb9a3fa1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@3x.png new file mode 100644 index 000000000..29f40f041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/BellDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..04f396110 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@1x.png new file mode 100644 index 000000000..3425668f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@2x.png new file mode 100644 index 000000000..58fddc555 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@3x.png new file mode 100644 index 000000000..0c89a5dd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/BellDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..344ea0748 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@1x.png new file mode 100644 index 000000000..6f795a690 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@2x.png new file mode 100644 index 000000000..50fc75416 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@3x.png new file mode 100644 index 000000000..704da196c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/BellDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..e5a60602d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@1x.png new file mode 100644 index 000000000..0a19d0cf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@2x.png new file mode 100644 index 000000000..9d9e359f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@3x.png new file mode 100644 index 000000000..e545d0f91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/BellDoneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/Contents.json new file mode 100644 index 000000000..42ee46bc3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@1x.png new file mode 100644 index 000000000..60717e512 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@2x.png new file mode 100644 index 000000000..d822c09f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@3x.png new file mode 100644 index 000000000..44e7310a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/BellDoneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/Contents.json new file mode 100644 index 000000000..f26f34781 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@1x.png new file mode 100644 index 000000000..2d4ad7714 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@2x.png new file mode 100644 index 000000000..06997487b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@3x.png new file mode 100644 index 000000000..cff2e4bf8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/BellDoneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/Contents.json new file mode 100644 index 000000000..1ac6bcbda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@1x.png new file mode 100644 index 000000000..2a798cb24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@2x.png new file mode 100644 index 000000000..dffda7f1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@3x.png new file mode 100644 index 000000000..fa4d55d13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/BellDoneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/Contents.json new file mode 100644 index 000000000..b0baadf55 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@1x.png new file mode 100644 index 000000000..629773827 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@2x.png new file mode 100644 index 000000000..831a5e81e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@3x.png new file mode 100644 index 000000000..4f835434d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/BellDoneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/Contents.json new file mode 100644 index 000000000..57425c956 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@1x.png new file mode 100644 index 000000000..6e75d5825 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@2x.png new file mode 100644 index 000000000..187537a87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@3x.png new file mode 100644 index 000000000..e50f7f941 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/BellDoneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/Contents.json new file mode 100644 index 000000000..796af922d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellDoneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellDoneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellDoneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellDoneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@1x.png new file mode 100644 index 000000000..84f172735 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@2x.png new file mode 100644 index 000000000..fcbd909e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@3x.png new file mode 100644 index 000000000..0fa169376 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/BellErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..96f31d17f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@1x.png new file mode 100644 index 000000000..331171282 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@2x.png new file mode 100644 index 000000000..29b560722 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@3x.png new file mode 100644 index 000000000..7737bfc1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/BellErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..10402aa10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@1x.png new file mode 100644 index 000000000..ca6d0445d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@2x.png new file mode 100644 index 000000000..99174aa73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@3x.png new file mode 100644 index 000000000..55296ed7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/BellErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..3909ed42b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@1x.png new file mode 100644 index 000000000..1bbb482b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@2x.png new file mode 100644 index 000000000..4ea8e59c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@3x.png new file mode 100644 index 000000000..e389c8b85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/BellErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..2a2568308 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@1x.png new file mode 100644 index 000000000..ad352ecbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@2x.png new file mode 100644 index 000000000..0ec437684 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@3x.png new file mode 100644 index 000000000..d698d6662 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/BellErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..94fed269a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@1x.png new file mode 100644 index 000000000..7d128e646 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@2x.png new file mode 100644 index 000000000..ee2249fb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@3x.png new file mode 100644 index 000000000..234956637 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/BellErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..fa6b2b891 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@1x.png new file mode 100644 index 000000000..3a1f3be71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@2x.png new file mode 100644 index 000000000..a0c5158fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@3x.png new file mode 100644 index 000000000..c5988c995 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/BellFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/Contents.json new file mode 100644 index 000000000..9e1371815 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@1x.png new file mode 100644 index 000000000..b93db4849 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@2x.png new file mode 100644 index 000000000..b6c361e3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@3x.png new file mode 100644 index 000000000..d7a56692d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/BellFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/Contents.json new file mode 100644 index 000000000..fe2c49a6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@1x.png new file mode 100644 index 000000000..6e4848c49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@2x.png new file mode 100644 index 000000000..0e00b4b2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@3x.png new file mode 100644 index 000000000..75f479e18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/BellFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/Contents.json new file mode 100644 index 000000000..154dc8b59 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@1x.png new file mode 100644 index 000000000..0f68db395 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@2x.png new file mode 100644 index 000000000..7ee5191c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@3x.png new file mode 100644 index 000000000..96fc78d57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/BellOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/Contents.json new file mode 100644 index 000000000..8522d5b25 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@1x.png new file mode 100644 index 000000000..e17470379 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@2x.png new file mode 100644 index 000000000..b8b486bd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@3x.png new file mode 100644 index 000000000..9efc7260b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/BellOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/Contents.json new file mode 100644 index 000000000..a642e3557 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@1x.png new file mode 100644 index 000000000..ae920c939 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@2x.png new file mode 100644 index 000000000..e534e1895 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@3x.png new file mode 100644 index 000000000..a602bc44e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/BellOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/Contents.json new file mode 100644 index 000000000..1ee06f7a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BellOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BellOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BellOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BellOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@1x.png new file mode 100644 index 000000000..fc356884d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@2x.png new file mode 100644 index 000000000..0e24cf3d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@3x.png new file mode 100644 index 000000000..9c82a0c4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/BikeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/Contents.json new file mode 100644 index 000000000..c7d81c484 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@1x.png new file mode 100644 index 000000000..8dc582660 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@2x.png new file mode 100644 index 000000000..12701d474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@3x.png new file mode 100644 index 000000000..b82f9da45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/BikeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/Contents.json new file mode 100644 index 000000000..860530f23 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@1x.png new file mode 100644 index 000000000..bc1d1ea9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@2x.png new file mode 100644 index 000000000..cca5ae4be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@3x.png new file mode 100644 index 000000000..82e04a206 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/BikeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/Contents.json new file mode 100644 index 000000000..44f121e67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@1x.png new file mode 100644 index 000000000..2a5f51f57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@2x.png new file mode 100644 index 000000000..a75306314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@3x.png new file mode 100644 index 000000000..9574f5a7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/BikeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/Contents.json new file mode 100644 index 000000000..0dccf3e39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@1x.png new file mode 100644 index 000000000..1bba6f64a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@2x.png new file mode 100644 index 000000000..bed770fd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@3x.png new file mode 100644 index 000000000..f898c5a2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/BikeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/Contents.json new file mode 100644 index 000000000..231e20eb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@1x.png new file mode 100644 index 000000000..20b1ab7c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@2x.png new file mode 100644 index 000000000..636dc74e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@3x.png new file mode 100644 index 000000000..91c1f6d36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/BikeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/Contents.json new file mode 100644 index 000000000..7b35e3fb4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BikeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BikeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BikeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BikeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@1x.png new file mode 100644 index 000000000..f300fd8b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@2x.png new file mode 100644 index 000000000..0a0140d91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@3x.png new file mode 100644 index 000000000..e1ea70cf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/BlankFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/Contents.json new file mode 100644 index 000000000..5a610fbca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@1x.png new file mode 100644 index 000000000..d0efc6b79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@2x.png new file mode 100644 index 000000000..b38546aa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@3x.png new file mode 100644 index 000000000..ed8df809c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/BlankFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/Contents.json new file mode 100644 index 000000000..1633202e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@1x.png new file mode 100644 index 000000000..54705a6da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@2x.png new file mode 100644 index 000000000..ab9e29897 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@3x.png new file mode 100644 index 000000000..82fbab8e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/BlankFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/Contents.json new file mode 100644 index 000000000..739c8509f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@1x.png new file mode 100644 index 000000000..934fd2971 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@2x.png new file mode 100644 index 000000000..5ced4ce5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@3x.png new file mode 100644 index 000000000..16263fe9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/BlankOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/Contents.json new file mode 100644 index 000000000..57f5715cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@1x.png new file mode 100644 index 000000000..b6ae312d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@2x.png new file mode 100644 index 000000000..549236571 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@3x.png new file mode 100644 index 000000000..e931e7800 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/BlankOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/Contents.json new file mode 100644 index 000000000..fe79d9448 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@1x.png new file mode 100644 index 000000000..1250f1030 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@2x.png new file mode 100644 index 000000000..fc08c33b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@3x.png new file mode 100644 index 000000000..2624fbe2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/BlankOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/Contents.json new file mode 100644 index 000000000..6a2862d7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@1x.png new file mode 100644 index 000000000..8d32c3535 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@2x.png new file mode 100644 index 000000000..0d5576f11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@3x.png new file mode 100644 index 000000000..5d9937cb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/BlankPdfFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/Contents.json new file mode 100644 index 000000000..3b91fa7bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@1x.png new file mode 100644 index 000000000..f67b7f14d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@2x.png new file mode 100644 index 000000000..08a6aeeac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@3x.png new file mode 100644 index 000000000..342da13ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/BlankPdfFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/Contents.json new file mode 100644 index 000000000..f1ef7090b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@1x.png new file mode 100644 index 000000000..3f776d5a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@2x.png new file mode 100644 index 000000000..82429b0a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@3x.png new file mode 100644 index 000000000..436bd4002 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/BlankPdfFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/Contents.json new file mode 100644 index 000000000..de9248949 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@1x.png new file mode 100644 index 000000000..594c8f32a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@2x.png new file mode 100644 index 000000000..dc9bd86f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@3x.png new file mode 100644 index 000000000..88cbeedf6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/BlankPdfOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/Contents.json new file mode 100644 index 000000000..9ebc495c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@1x.png new file mode 100644 index 000000000..84ea83a7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@2x.png new file mode 100644 index 000000000..c182dba10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@3x.png new file mode 100644 index 000000000..f39824584 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/BlankPdfOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/Contents.json new file mode 100644 index 000000000..73dae592f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@1x.png new file mode 100644 index 000000000..0b844a988 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@2x.png new file mode 100644 index 000000000..712cce450 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@3x.png new file mode 100644 index 000000000..a2aed9e4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/BlankPdfOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/Contents.json new file mode 100644 index 000000000..b0148c213 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPdfOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPdfOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPdfOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPdfOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@1x.png new file mode 100644 index 000000000..c3e589b3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@2x.png new file mode 100644 index 000000000..4e21c93ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@3x.png new file mode 100644 index 000000000..2a8543422 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/BlankPlusAltFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/Contents.json new file mode 100644 index 000000000..5ba748627 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@1x.png new file mode 100644 index 000000000..4eccd7596 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@2x.png new file mode 100644 index 000000000..f7c275c47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@3x.png new file mode 100644 index 000000000..0fc82012c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/BlankPlusAltFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/Contents.json new file mode 100644 index 000000000..3077c7301 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@1x.png new file mode 100644 index 000000000..1350098cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@2x.png new file mode 100644 index 000000000..337f977ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@3x.png new file mode 100644 index 000000000..98ef47aea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/BlankPlusAltFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/Contents.json new file mode 100644 index 000000000..ee62dcdce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@1x.png new file mode 100644 index 000000000..3fa552787 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@2x.png new file mode 100644 index 000000000..b6d75c899 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@3x.png new file mode 100644 index 000000000..43f246776 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/BlankPlusAltOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/Contents.json new file mode 100644 index 000000000..669db79e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@1x.png new file mode 100644 index 000000000..7dd61f99a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@2x.png new file mode 100644 index 000000000..01f158f5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@3x.png new file mode 100644 index 000000000..39f98f046 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/BlankPlusAltOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/Contents.json new file mode 100644 index 000000000..b10d8a675 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@1x.png new file mode 100644 index 000000000..c371a55d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@2x.png new file mode 100644 index 000000000..566c56476 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@3x.png new file mode 100644 index 000000000..d84544ad6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/BlankPlusAltOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/Contents.json new file mode 100644 index 000000000..60eadd611 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusAltOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusAltOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@1x.png new file mode 100644 index 000000000..da6f6b4ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@2x.png new file mode 100644 index 000000000..a7f770106 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@3x.png new file mode 100644 index 000000000..da91f3314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/BlankPlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/Contents.json new file mode 100644 index 000000000..366866d6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@1x.png new file mode 100644 index 000000000..765b86c8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@2x.png new file mode 100644 index 000000000..30270a4ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@3x.png new file mode 100644 index 000000000..ef86b910c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/BlankPlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/Contents.json new file mode 100644 index 000000000..1f3ff665c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@1x.png new file mode 100644 index 000000000..d329ee9cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@2x.png new file mode 100644 index 000000000..d1c1a08d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@3x.png new file mode 100644 index 000000000..237b17e3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/BlankPlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/Contents.json new file mode 100644 index 000000000..00d579072 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@1x.png new file mode 100644 index 000000000..f1bc200ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@2x.png new file mode 100644 index 000000000..2d5aa7980 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@3x.png new file mode 100644 index 000000000..fc1d4b30f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/BlankPlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..04d9caaf8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@1x.png new file mode 100644 index 000000000..df80a83b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@2x.png new file mode 100644 index 000000000..43e5bc9d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@3x.png new file mode 100644 index 000000000..061c7dc4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/BlankPlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..bd8eac85c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@1x.png new file mode 100644 index 000000000..bea171265 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@2x.png new file mode 100644 index 000000000..33f96770b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@3x.png new file mode 100644 index 000000000..20fcf8b4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/BlankPlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..d28ed8eb5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankPlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankPlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankPlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankPlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@1x.png new file mode 100644 index 000000000..1c3a40af2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@2x.png new file mode 100644 index 000000000..a1a2f6517 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@3x.png new file mode 100644 index 000000000..6ce47b537 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/BlankTextFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/Contents.json new file mode 100644 index 000000000..b1d90a7d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@1x.png new file mode 100644 index 000000000..7ea119447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@2x.png new file mode 100644 index 000000000..ff1390a17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@3x.png new file mode 100644 index 000000000..a8fc04e24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/BlankTextFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/Contents.json new file mode 100644 index 000000000..d1daf8f0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@1x.png new file mode 100644 index 000000000..5a277b961 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@2x.png new file mode 100644 index 000000000..8224a18b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@3x.png new file mode 100644 index 000000000..172419d10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/BlankTextFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/Contents.json new file mode 100644 index 000000000..fc7fe639a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@1x.png new file mode 100644 index 000000000..f6495c209 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@2x.png new file mode 100644 index 000000000..ae2744b19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@3x.png new file mode 100644 index 000000000..900a60639 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/BlankTextOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/Contents.json new file mode 100644 index 000000000..1b2f9e4f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@1x.png new file mode 100644 index 000000000..438ec6646 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@2x.png new file mode 100644 index 000000000..f7b665a8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@3x.png new file mode 100644 index 000000000..73232550a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/BlankTextOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/Contents.json new file mode 100644 index 000000000..c74a835c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@1x.png new file mode 100644 index 000000000..4f22a306b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@2x.png new file mode 100644 index 000000000..ab5ea4d89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@3x.png new file mode 100644 index 000000000..9a4e4e019 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/BlankTextOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/Contents.json new file mode 100644 index 000000000..1637a5c95 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlankTextOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlankTextOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlankTextOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlankTextOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@1x.png new file mode 100644 index 000000000..414f46960 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@2x.png new file mode 100644 index 000000000..afbd1299b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@3x.png new file mode 100644 index 000000000..66d7e8fe8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/BlockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/Contents.json new file mode 100644 index 000000000..de1be6aaa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@1x.png new file mode 100644 index 000000000..f25e8b78a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@2x.png new file mode 100644 index 000000000..bcded9ca9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@3x.png new file mode 100644 index 000000000..9cf547ab9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/BlockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/Contents.json new file mode 100644 index 000000000..5286adcc2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@1x.png new file mode 100644 index 000000000..f37ef5828 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@2x.png new file mode 100644 index 000000000..be9c6c819 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@3x.png new file mode 100644 index 000000000..f3dc8e1a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/BlockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/Contents.json new file mode 100644 index 000000000..122625ed7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@1x.png new file mode 100644 index 000000000..14fe6bb6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@2x.png new file mode 100644 index 000000000..c63dd7154 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@3x.png new file mode 100644 index 000000000..b2cb8a978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/BlockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/Contents.json new file mode 100644 index 000000000..0916a02ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@1x.png new file mode 100644 index 000000000..8af8d2acb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@2x.png new file mode 100644 index 000000000..110799ed3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@3x.png new file mode 100644 index 000000000..18b8760f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/BlockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/Contents.json new file mode 100644 index 000000000..8d86283e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@1x.png new file mode 100644 index 000000000..7c93bc257 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@2x.png new file mode 100644 index 000000000..bffd909f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@3x.png new file mode 100644 index 000000000..8a865ef0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/BlockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/Contents.json new file mode 100644 index 000000000..151eb9a05 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@1x.png new file mode 100644 index 000000000..f8f5e6f5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@2x.png new file mode 100644 index 000000000..331138ef5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@3x.png new file mode 100644 index 000000000..cb43348db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Bluetooth-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Contents.json new file mode 100644 index 000000000..be0bd85b4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Bluetooth-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Bluetooth-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Bluetooth-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@1x.png new file mode 100644 index 000000000..5a1af796e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@2x.png new file mode 100644 index 000000000..cb7ae0159 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@3x.png new file mode 100644 index 000000000..545594d3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Bluetooth-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Contents.json new file mode 100644 index 000000000..d89b1a514 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Bluetooth-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Bluetooth-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Bluetooth-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@1x.png new file mode 100644 index 000000000..abaed2864 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@2x.png new file mode 100644 index 000000000..d4268ea57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@3x.png new file mode 100644 index 000000000..22c3a5440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Bluetooth-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Contents.json new file mode 100644 index 000000000..196d67bb8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Bluetooth36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Bluetooth-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Bluetooth-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Bluetooth-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@1x.png new file mode 100644 index 000000000..5b3e7a216 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@2x.png new file mode 100644 index 000000000..cc75847da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@3x.png new file mode 100644 index 000000000..8ef1dbce6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/BluetoothDisabled-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/Contents.json new file mode 100644 index 000000000..997f4e0a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothDisabled-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothDisabled-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothDisabled-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@1x.png new file mode 100644 index 000000000..bb004c362 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@2x.png new file mode 100644 index 000000000..72ec5dcd8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@3x.png new file mode 100644 index 000000000..c4f02c7c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/BluetoothDisabled-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/Contents.json new file mode 100644 index 000000000..491fa0044 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothDisabled-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothDisabled-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothDisabled-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@1x.png new file mode 100644 index 000000000..e8b41d48f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@2x.png new file mode 100644 index 000000000..d8b794445 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@3x.png new file mode 100644 index 000000000..a0a04b61b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/BluetoothDisabled-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/Contents.json new file mode 100644 index 000000000..eb72a7ab8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothDisabled36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothDisabled-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothDisabled-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothDisabled-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@1x.png new file mode 100644 index 000000000..0431d28f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@2x.png new file mode 100644 index 000000000..3a22ed651 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@3x.png new file mode 100644 index 000000000..dc3275788 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/BluetoothLock-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/Contents.json new file mode 100644 index 000000000..c868b1d8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothLock-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothLock-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothLock-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@1x.png new file mode 100644 index 000000000..5c325ba12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@2x.png new file mode 100644 index 000000000..e5a51f6ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@3x.png new file mode 100644 index 000000000..bcd015e33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/BluetoothLock-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/Contents.json new file mode 100644 index 000000000..fac7c1b06 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothLock-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothLock-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothLock-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@1x.png new file mode 100644 index 000000000..b676038ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@2x.png new file mode 100644 index 000000000..990e35fc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@3x.png new file mode 100644 index 000000000..99dead50c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/BluetoothLock-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/Contents.json new file mode 100644 index 000000000..4c86c1264 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothLock36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothLock-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothLock-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothLock-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@1x.png new file mode 100644 index 000000000..9a811ee6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@2x.png new file mode 100644 index 000000000..aca953394 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@3x.png new file mode 100644 index 000000000..ce4dda7cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/BluetoothSearching-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/Contents.json new file mode 100644 index 000000000..686295260 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSearching-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSearching-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSearching-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@1x.png new file mode 100644 index 000000000..ef4464d58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@2x.png new file mode 100644 index 000000000..e242fd86d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@3x.png new file mode 100644 index 000000000..b6e13c501 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/BluetoothSearching-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/Contents.json new file mode 100644 index 000000000..9c4273f5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSearching-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSearching-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSearching-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@1x.png new file mode 100644 index 000000000..6ec7bb885 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@2x.png new file mode 100644 index 000000000..3633079fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@3x.png new file mode 100644 index 000000000..ce0db8177 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/BluetoothSearching-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/Contents.json new file mode 100644 index 000000000..bdf56e5bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSearching36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSearching-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSearching-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSearching-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@1x.png new file mode 100644 index 000000000..b5e5b6659 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@2x.png new file mode 100644 index 000000000..4cb30b697 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@3x.png new file mode 100644 index 000000000..b4a7232f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/BluetoothSignal-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/Contents.json new file mode 100644 index 000000000..7fec696b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSignal-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSignal-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSignal-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@1x.png new file mode 100644 index 000000000..e4fdaf3fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@2x.png new file mode 100644 index 000000000..b4f3ac4b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@3x.png new file mode 100644 index 000000000..771935553 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/BluetoothSignal-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/Contents.json new file mode 100644 index 000000000..f859481f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSignal-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSignal-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSignal-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@1x.png new file mode 100644 index 000000000..c6265c72d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@2x.png new file mode 100644 index 000000000..8047a62bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@3x.png new file mode 100644 index 000000000..88a8fe35c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/BluetoothSignal-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/Contents.json new file mode 100644 index 000000000..1f421f089 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BluetoothSignal36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BluetoothSignal-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BluetoothSignal-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BluetoothSignal-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@1x.png new file mode 100644 index 000000000..d982aef84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@2x.png new file mode 100644 index 000000000..1a44566d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@3x.png new file mode 100644 index 000000000..2827662c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/BlurFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/Contents.json new file mode 100644 index 000000000..f45f3d60b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@1x.png new file mode 100644 index 000000000..c10284f3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@2x.png new file mode 100644 index 000000000..2063142dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@3x.png new file mode 100644 index 000000000..1fb4b4cbe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/BlurFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/Contents.json new file mode 100644 index 000000000..fa01a5e5e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@1x.png new file mode 100644 index 000000000..9a0b08550 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@2x.png new file mode 100644 index 000000000..7eedba3df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@3x.png new file mode 100644 index 000000000..9633d9466 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/BlurFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/Contents.json new file mode 100644 index 000000000..4105be2ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@1x.png new file mode 100644 index 000000000..469e7acff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@2x.png new file mode 100644 index 000000000..6a14b3157 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@3x.png new file mode 100644 index 000000000..f9c929237 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/BlurOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/Contents.json new file mode 100644 index 000000000..fed4e9db2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@1x.png new file mode 100644 index 000000000..2cd78935b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@2x.png new file mode 100644 index 000000000..21de24e51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@3x.png new file mode 100644 index 000000000..6941995f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/BlurOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/Contents.json new file mode 100644 index 000000000..4a288e668 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@1x.png new file mode 100644 index 000000000..395359a18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@2x.png new file mode 100644 index 000000000..6106a1a08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@3x.png new file mode 100644 index 000000000..4c4d934cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/BlurOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/Contents.json new file mode 100644 index 000000000..e00abdb2b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BlurOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BlurOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BlurOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BlurOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@1x.png new file mode 100644 index 000000000..03ec42124 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@2x.png new file mode 100644 index 000000000..e59bffe92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@3x.png new file mode 100644 index 000000000..a54b6b4df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/BoardingPassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/Contents.json new file mode 100644 index 000000000..807320c33 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@1x.png new file mode 100644 index 000000000..0a1cdced7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@2x.png new file mode 100644 index 000000000..099b01de1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@3x.png new file mode 100644 index 000000000..bcbbc0012 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/BoardingPassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/Contents.json new file mode 100644 index 000000000..e2010baa4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@1x.png new file mode 100644 index 000000000..0f110a6b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@2x.png new file mode 100644 index 000000000..b0cd06c8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@3x.png new file mode 100644 index 000000000..eec01cd1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/BoardingPassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/Contents.json new file mode 100644 index 000000000..8485cff27 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@1x.png new file mode 100644 index 000000000..2c6829fcb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@2x.png new file mode 100644 index 000000000..51e54a0e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@3x.png new file mode 100644 index 000000000..4bb4c2998 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/BoardingPassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/Contents.json new file mode 100644 index 000000000..505a079c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@1x.png new file mode 100644 index 000000000..6130f87cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@2x.png new file mode 100644 index 000000000..4c2a964cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@3x.png new file mode 100644 index 000000000..9be233c30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/BoardingPassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/Contents.json new file mode 100644 index 000000000..62f1eb01a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@1x.png new file mode 100644 index 000000000..a6d6f0e94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@2x.png new file mode 100644 index 000000000..1c55013ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@3x.png new file mode 100644 index 000000000..3205032bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/BoardingPassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/Contents.json new file mode 100644 index 000000000..f3ede5299 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoardingPassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoardingPassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoardingPassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoardingPassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@1x.png new file mode 100644 index 000000000..90cc35d49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@2x.png new file mode 100644 index 000000000..69fa73cf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@3x.png new file mode 100644 index 000000000..595a9779e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/BookFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/Contents.json new file mode 100644 index 000000000..2842463e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@1x.png new file mode 100644 index 000000000..20ad06446 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@2x.png new file mode 100644 index 000000000..d04788f19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@3x.png new file mode 100644 index 000000000..95dcc35af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/BookFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/Contents.json new file mode 100644 index 000000000..ddc57c845 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@1x.png new file mode 100644 index 000000000..1910e253a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@2x.png new file mode 100644 index 000000000..1ed70c235 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@3x.png new file mode 100644 index 000000000..9b8ee0453 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/BookFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/Contents.json new file mode 100644 index 000000000..134bed2c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@1x.png new file mode 100644 index 000000000..2fabc9549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@2x.png new file mode 100644 index 000000000..317c8b56b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@3x.png new file mode 100644 index 000000000..3840c8228 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/BookOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/Contents.json new file mode 100644 index 000000000..d8aa9c262 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@1x.png new file mode 100644 index 000000000..771942ef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@2x.png new file mode 100644 index 000000000..f69223472 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@3x.png new file mode 100644 index 000000000..c46f52fed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/BookOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/Contents.json new file mode 100644 index 000000000..2bc57e5ff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@1x.png new file mode 100644 index 000000000..e3c6c612f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@2x.png new file mode 100644 index 000000000..2178dc092 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@3x.png new file mode 100644 index 000000000..98c102e30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/BookOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/Contents.json new file mode 100644 index 000000000..963afc17f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@1x.png new file mode 100644 index 000000000..9cd43568a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@2x.png new file mode 100644 index 000000000..8bf3e3e4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@3x.png new file mode 100644 index 000000000..e1b8dec9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/BookmarkDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/Contents.json new file mode 100644 index 000000000..c25738297 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@1x.png new file mode 100644 index 000000000..84145667d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@2x.png new file mode 100644 index 000000000..ee4984d39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@3x.png new file mode 100644 index 000000000..697d7d741 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/BookmarkDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/Contents.json new file mode 100644 index 000000000..a532df2d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@1x.png new file mode 100644 index 000000000..506588343 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@2x.png new file mode 100644 index 000000000..80348f39e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@3x.png new file mode 100644 index 000000000..d3cfb0787 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/BookmarkDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/Contents.json new file mode 100644 index 000000000..9ac521b9f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@1x.png new file mode 100644 index 000000000..5de516bf7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@2x.png new file mode 100644 index 000000000..c3b908156 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@3x.png new file mode 100644 index 000000000..89fd0641f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/BookmarkDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..5b785ee40 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@1x.png new file mode 100644 index 000000000..89284a9d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@2x.png new file mode 100644 index 000000000..358dea2e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@3x.png new file mode 100644 index 000000000..ee24bf1c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/BookmarkDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..746ae6c73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@1x.png new file mode 100644 index 000000000..53076e7b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@2x.png new file mode 100644 index 000000000..b9916f0fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@3x.png new file mode 100644 index 000000000..39edda085 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/BookmarkDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..3b61777b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@1x.png new file mode 100644 index 000000000..dfcc92678 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@2x.png new file mode 100644 index 000000000..096c5d525 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@3x.png new file mode 100644 index 000000000..9b9832dec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/BookmarkFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/Contents.json new file mode 100644 index 000000000..90f6b7071 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@1x.png new file mode 100644 index 000000000..0750ca4c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@2x.png new file mode 100644 index 000000000..422b3218c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@3x.png new file mode 100644 index 000000000..8be87bb9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/BookmarkFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/Contents.json new file mode 100644 index 000000000..05adcaaa3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@1x.png new file mode 100644 index 000000000..7d23ca9e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@2x.png new file mode 100644 index 000000000..67b8efa5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@3x.png new file mode 100644 index 000000000..ad0849f39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/BookmarkFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/Contents.json new file mode 100644 index 000000000..07213479f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@1x.png new file mode 100644 index 000000000..4e073a57b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@2x.png new file mode 100644 index 000000000..dea60f3ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@3x.png new file mode 100644 index 000000000..32dff125b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/BookmarkOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/Contents.json new file mode 100644 index 000000000..f956cc21e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@1x.png new file mode 100644 index 000000000..54463089d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@2x.png new file mode 100644 index 000000000..1ed6fc0c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@3x.png new file mode 100644 index 000000000..b0e94bb8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/BookmarkOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/Contents.json new file mode 100644 index 000000000..e9d86ee54 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@1x.png new file mode 100644 index 000000000..1fee159b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@2x.png new file mode 100644 index 000000000..ea2a49148 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@3x.png new file mode 100644 index 000000000..a6723ec1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/BookmarkOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/Contents.json new file mode 100644 index 000000000..7180d35fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@1x.png new file mode 100644 index 000000000..512265f03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@2x.png new file mode 100644 index 000000000..cd45453e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@3x.png new file mode 100644 index 000000000..188d46b58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/BookmarkStackFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/Contents.json new file mode 100644 index 000000000..f3d1c40ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@1x.png new file mode 100644 index 000000000..74211927a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@2x.png new file mode 100644 index 000000000..918d0f3ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@3x.png new file mode 100644 index 000000000..2c97c68a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/BookmarkStackFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/Contents.json new file mode 100644 index 000000000..9c18e5f19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@1x.png new file mode 100644 index 000000000..ff93ed4f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@2x.png new file mode 100644 index 000000000..5dde7c3b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@3x.png new file mode 100644 index 000000000..050bd97fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/BookmarkStackFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/Contents.json new file mode 100644 index 000000000..57a6860f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@1x.png new file mode 100644 index 000000000..825f9903a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@2x.png new file mode 100644 index 000000000..5109606a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@3x.png new file mode 100644 index 000000000..c40956336 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/BookmarkStackOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/Contents.json new file mode 100644 index 000000000..161cf995b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@1x.png new file mode 100644 index 000000000..c761dfff3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@2x.png new file mode 100644 index 000000000..6c7ebc048 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@3x.png new file mode 100644 index 000000000..1673f372c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/BookmarkStackOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/Contents.json new file mode 100644 index 000000000..2b3791b47 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@1x.png new file mode 100644 index 000000000..92d99f09b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@2x.png new file mode 100644 index 000000000..7e4896cc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@3x.png new file mode 100644 index 000000000..42725611c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/BookmarkStackOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/Contents.json new file mode 100644 index 000000000..ef6ca05f1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStackOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStackOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStackOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStackOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@1x.png new file mode 100644 index 000000000..939a8083e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@2x.png new file mode 100644 index 000000000..0d1fca0b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@3x.png new file mode 100644 index 000000000..80a400a47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/BookmarkStarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/Contents.json new file mode 100644 index 000000000..c4385651a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@1x.png new file mode 100644 index 000000000..aa3a92d2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@2x.png new file mode 100644 index 000000000..1432c3308 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@3x.png new file mode 100644 index 000000000..b08ec6ab4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/BookmarkStarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/Contents.json new file mode 100644 index 000000000..1daff364b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@1x.png new file mode 100644 index 000000000..e13902761 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@2x.png new file mode 100644 index 000000000..f5ee19125 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@3x.png new file mode 100644 index 000000000..31f9bc3bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/BookmarkStarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/Contents.json new file mode 100644 index 000000000..4934d6f13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@1x.png new file mode 100644 index 000000000..f42b04fac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@2x.png new file mode 100644 index 000000000..1f472240e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@3x.png new file mode 100644 index 000000000..3b8f555d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/BookmarkStarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/Contents.json new file mode 100644 index 000000000..ee1ecb387 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@1x.png new file mode 100644 index 000000000..21055a4da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@2x.png new file mode 100644 index 000000000..33eea82ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@3x.png new file mode 100644 index 000000000..e9797ef5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/BookmarkStarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/Contents.json new file mode 100644 index 000000000..1a71f420f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@1x.png new file mode 100644 index 000000000..af643a4c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@2x.png new file mode 100644 index 000000000..32ddd9954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@3x.png new file mode 100644 index 000000000..8f6d972d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/BookmarkStarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/Contents.json new file mode 100644 index 000000000..7a2bbbc74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BookmarkStarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BookmarkStarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BookmarkStarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BookmarkStarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@1x.png new file mode 100644 index 000000000..f657b638f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@2x.png new file mode 100644 index 000000000..a77b9653d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@3x.png new file mode 100644 index 000000000..7adf815af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/BoxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/Contents.json new file mode 100644 index 000000000..cba1e30a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@1x.png new file mode 100644 index 000000000..b65bfa0b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@2x.png new file mode 100644 index 000000000..c3052482a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@3x.png new file mode 100644 index 000000000..fd817035e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/BoxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/Contents.json new file mode 100644 index 000000000..ac85cd48a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@1x.png new file mode 100644 index 000000000..d064416fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@2x.png new file mode 100644 index 000000000..f6940d544 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@3x.png new file mode 100644 index 000000000..505847b07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/BoxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/Contents.json new file mode 100644 index 000000000..4b46860f0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@1x.png new file mode 100644 index 000000000..cc38752dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@2x.png new file mode 100644 index 000000000..b5636d884 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@3x.png new file mode 100644 index 000000000..83fb87bce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/BoxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/Contents.json new file mode 100644 index 000000000..9e2fe19c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@1x.png new file mode 100644 index 000000000..7b1126132 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@2x.png new file mode 100644 index 000000000..7092766a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@3x.png new file mode 100644 index 000000000..49b7c0a4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/BoxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/Contents.json new file mode 100644 index 000000000..f47f7b386 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@1x.png new file mode 100644 index 000000000..7a75413ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@2x.png new file mode 100644 index 000000000..ffadf68e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@3x.png new file mode 100644 index 000000000..a046ffa89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/BoxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/Contents.json new file mode 100644 index 000000000..a486a1a78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BoxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BoxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BoxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BoxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@1x.png new file mode 100644 index 000000000..c7ebb984b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@2x.png new file mode 100644 index 000000000..76dd73b9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@3x.png new file mode 100644 index 000000000..7a7198923 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Brightness0Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Contents.json new file mode 100644 index 000000000..eb084183b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@1x.png new file mode 100644 index 000000000..0d757a66a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@2x.png new file mode 100644 index 000000000..d0c86ae07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@3x.png new file mode 100644 index 000000000..8ff0a5c84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Brightness0Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Contents.json new file mode 100644 index 000000000..5e31c1883 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@1x.png new file mode 100644 index 000000000..b1aa139d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@2x.png new file mode 100644 index 000000000..5c301a227 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@3x.png new file mode 100644 index 000000000..b504c1a89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Brightness0Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Contents.json new file mode 100644 index 000000000..a071a17c1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@1x.png new file mode 100644 index 000000000..dea4b5b93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@2x.png new file mode 100644 index 000000000..db882fc99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@3x.png new file mode 100644 index 000000000..d5797cdd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Brightness0Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Contents.json new file mode 100644 index 000000000..6462e766a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@1x.png new file mode 100644 index 000000000..a7ca4b60b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@2x.png new file mode 100644 index 000000000..fb384eb9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@3x.png new file mode 100644 index 000000000..39918e74c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Brightness0Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Contents.json new file mode 100644 index 000000000..2244f94eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@1x.png new file mode 100644 index 000000000..55ecc8b98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@2x.png new file mode 100644 index 000000000..cf7ac672e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@3x.png new file mode 100644 index 000000000..e5ce0199a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Brightness0Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Contents.json new file mode 100644 index 000000000..a0ed6ee2b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness0Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness0Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness0Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness0Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@1x.png new file mode 100644 index 000000000..2670cfc91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@2x.png new file mode 100644 index 000000000..6cb5c71d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@3x.png new file mode 100644 index 000000000..b7cefa5f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Brightness1Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Contents.json new file mode 100644 index 000000000..b76e2091e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@1x.png new file mode 100644 index 000000000..05e774fbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@2x.png new file mode 100644 index 000000000..e654ddc35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@3x.png new file mode 100644 index 000000000..bef350a6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Brightness1Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Contents.json new file mode 100644 index 000000000..f59a29055 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@1x.png new file mode 100644 index 000000000..fee0ca7c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@2x.png new file mode 100644 index 000000000..1ae9d2d5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@3x.png new file mode 100644 index 000000000..a5c562514 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Brightness1Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Contents.json new file mode 100644 index 000000000..b2e787037 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@1x.png new file mode 100644 index 000000000..d3f461f6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@2x.png new file mode 100644 index 000000000..af56a7522 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@3x.png new file mode 100644 index 000000000..7e9ce9ef2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Brightness1Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Contents.json new file mode 100644 index 000000000..d660bfad7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@1x.png new file mode 100644 index 000000000..01ec82ae6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@2x.png new file mode 100644 index 000000000..312f7f1a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@3x.png new file mode 100644 index 000000000..fa131396b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Brightness1Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Contents.json new file mode 100644 index 000000000..e105cc50e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@1x.png new file mode 100644 index 000000000..0c25af4ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@2x.png new file mode 100644 index 000000000..ef4be4c52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@3x.png new file mode 100644 index 000000000..2d49c7da1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Brightness1Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Contents.json new file mode 100644 index 000000000..e248c664c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness1Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness1Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness1Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness1Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@1x.png new file mode 100644 index 000000000..4591b41dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@2x.png new file mode 100644 index 000000000..184d98635 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@3x.png new file mode 100644 index 000000000..997c6e7fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Brightness2Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Contents.json new file mode 100644 index 000000000..afff5e3ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@1x.png new file mode 100644 index 000000000..b50ebb88a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@2x.png new file mode 100644 index 000000000..edcd8dca8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@3x.png new file mode 100644 index 000000000..51a923e73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Brightness2Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Contents.json new file mode 100644 index 000000000..b20a90cf2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@1x.png new file mode 100644 index 000000000..c578055d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@2x.png new file mode 100644 index 000000000..d816ebcae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@3x.png new file mode 100644 index 000000000..1f3377fa6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Brightness2Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Contents.json new file mode 100644 index 000000000..f9aa21099 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@1x.png new file mode 100644 index 000000000..c682ae3f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@2x.png new file mode 100644 index 000000000..180871c09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@3x.png new file mode 100644 index 000000000..d84cf6a71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Brightness2Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Contents.json new file mode 100644 index 000000000..cbfcb1f30 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@1x.png new file mode 100644 index 000000000..4cbb0ff3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@2x.png new file mode 100644 index 000000000..96f04917e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@3x.png new file mode 100644 index 000000000..ad0303262 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Brightness2Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Contents.json new file mode 100644 index 000000000..8e081bed0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@1x.png new file mode 100644 index 000000000..6a12b0f54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@2x.png new file mode 100644 index 000000000..620991c0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@3x.png new file mode 100644 index 000000000..aba00eedb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Brightness2Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Contents.json new file mode 100644 index 000000000..d0b6555e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Brightness2Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Brightness2Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Brightness2Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Brightness2Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@1x.png new file mode 100644 index 000000000..b9560436f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@2x.png new file mode 100644 index 000000000..ccfb2f413 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@3x.png new file mode 100644 index 000000000..062b708bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/BrightnessmaxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/Contents.json new file mode 100644 index 000000000..b40103b34 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@1x.png new file mode 100644 index 000000000..dbbab5b27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@2x.png new file mode 100644 index 000000000..44d458a78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@3x.png new file mode 100644 index 000000000..07ef05edd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/BrightnessmaxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/Contents.json new file mode 100644 index 000000000..8cee66f3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@1x.png new file mode 100644 index 000000000..3d4df91ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@2x.png new file mode 100644 index 000000000..85bc9cd55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@3x.png new file mode 100644 index 000000000..94bec3fd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/BrightnessmaxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/Contents.json new file mode 100644 index 000000000..5b664d0fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@1x.png new file mode 100644 index 000000000..aaffbee2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@2x.png new file mode 100644 index 000000000..fc687b4e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@3x.png new file mode 100644 index 000000000..fb08e91a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/BrightnessmaxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/Contents.json new file mode 100644 index 000000000..86e1779ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@1x.png new file mode 100644 index 000000000..bec9dc8e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@2x.png new file mode 100644 index 000000000..0b1bde733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@3x.png new file mode 100644 index 000000000..f47098189 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/BrightnessmaxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/Contents.json new file mode 100644 index 000000000..4920949d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@1x.png new file mode 100644 index 000000000..d92d58dd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@2x.png new file mode 100644 index 000000000..16e7dcd77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@3x.png new file mode 100644 index 000000000..ac13d4b91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/BrightnessmaxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/Contents.json new file mode 100644 index 000000000..1e1b0d43d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BrightnessmaxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BrightnessmaxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@1x.png new file mode 100644 index 000000000..8d9c7ddc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@2x.png new file mode 100644 index 000000000..1d1a0b134 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@3x.png new file mode 100644 index 000000000..f366013b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/BuildingsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/Contents.json new file mode 100644 index 000000000..5b497283e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@1x.png new file mode 100644 index 000000000..c2e34a7e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@2x.png new file mode 100644 index 000000000..435cecc6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@3x.png new file mode 100644 index 000000000..57f44f4b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/BuildingsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/Contents.json new file mode 100644 index 000000000..77e65ccde --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@1x.png new file mode 100644 index 000000000..fb50da201 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@2x.png new file mode 100644 index 000000000..5dd73d308 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@3x.png new file mode 100644 index 000000000..9189cf1b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/BuildingsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/Contents.json new file mode 100644 index 000000000..c16f2059c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@1x.png new file mode 100644 index 000000000..1ef8af681 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@2x.png new file mode 100644 index 000000000..f04bc057a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@3x.png new file mode 100644 index 000000000..7bc6d19d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/BuildingsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/Contents.json new file mode 100644 index 000000000..3ff1eb109 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@1x.png new file mode 100644 index 000000000..7527065e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@2x.png new file mode 100644 index 000000000..e000185d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@3x.png new file mode 100644 index 000000000..36092fcbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/BuildingsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/Contents.json new file mode 100644 index 000000000..5d058a03e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@1x.png new file mode 100644 index 000000000..ce77e2fe7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@2x.png new file mode 100644 index 000000000..8ea9b1db4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@3x.png new file mode 100644 index 000000000..148a2f0c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/BuildingsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/Contents.json new file mode 100644 index 000000000..00ca39c74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BuildingsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BuildingsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BuildingsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BuildingsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@1x.png new file mode 100644 index 000000000..0d71b95e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@2x.png new file mode 100644 index 000000000..c7c4eeeb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@3x.png new file mode 100644 index 000000000..b5eef6549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/BulbDiodeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/Contents.json new file mode 100644 index 000000000..2f543f407 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@1x.png new file mode 100644 index 000000000..856d1a477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@2x.png new file mode 100644 index 000000000..096e41471 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@3x.png new file mode 100644 index 000000000..3d0301ca8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/BulbDiodeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/Contents.json new file mode 100644 index 000000000..4e4bda9c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@1x.png new file mode 100644 index 000000000..12e56d034 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@2x.png new file mode 100644 index 000000000..a14915fcb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@3x.png new file mode 100644 index 000000000..564560e91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/BulbDiodeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/Contents.json new file mode 100644 index 000000000..51955de8d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@1x.png new file mode 100644 index 000000000..c7a8bde5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@2x.png new file mode 100644 index 000000000..58495d85b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@3x.png new file mode 100644 index 000000000..25057a3b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/BulbDiodeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/Contents.json new file mode 100644 index 000000000..585407f77 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@1x.png new file mode 100644 index 000000000..cd1f00a3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@2x.png new file mode 100644 index 000000000..1e1471f79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@3x.png new file mode 100644 index 000000000..46aa010de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/BulbDiodeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/Contents.json new file mode 100644 index 000000000..aa6b975e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@1x.png new file mode 100644 index 000000000..83979b7a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@2x.png new file mode 100644 index 000000000..ab93cf3a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@3x.png new file mode 100644 index 000000000..df566c1f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/BulbDiodeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/Contents.json new file mode 100644 index 000000000..2b30bd7ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbDiodeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbDiodeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbDiodeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbDiodeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@1x.png new file mode 100644 index 000000000..31e60e6e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@2x.png new file mode 100644 index 000000000..038f0940e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@3x.png new file mode 100644 index 000000000..4bc91fcb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/BulbFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/Contents.json new file mode 100644 index 000000000..21d1fdd05 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@1x.png new file mode 100644 index 000000000..3f82d8f84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@2x.png new file mode 100644 index 000000000..0d059d1c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@3x.png new file mode 100644 index 000000000..97487d9a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/BulbFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/Contents.json new file mode 100644 index 000000000..9d333f978 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@1x.png new file mode 100644 index 000000000..d4243cde1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@2x.png new file mode 100644 index 000000000..3714967dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@3x.png new file mode 100644 index 000000000..418f3fafb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/BulbFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/Contents.json new file mode 100644 index 000000000..0a637a81d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@1x.png new file mode 100644 index 000000000..c9107c47d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@2x.png new file mode 100644 index 000000000..6c516d747 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@3x.png new file mode 100644 index 000000000..909bce4cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/BulbOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/Contents.json new file mode 100644 index 000000000..a3fb87879 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@1x.png new file mode 100644 index 000000000..b1d4200c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@2x.png new file mode 100644 index 000000000..61025ce4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@3x.png new file mode 100644 index 000000000..eed282f5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/BulbOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/Contents.json new file mode 100644 index 000000000..ec70dde91 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@1x.png new file mode 100644 index 000000000..919cf270c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@2x.png new file mode 100644 index 000000000..b8c0fcba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@3x.png new file mode 100644 index 000000000..2c593ace9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/BulbOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/Contents.json new file mode 100644 index 000000000..a3c052564 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@1x.png new file mode 100644 index 000000000..72fbc7ea1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@2x.png new file mode 100644 index 000000000..c2738cf38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@3x.png new file mode 100644 index 000000000..970fd2366 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/BulbSberFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/Contents.json new file mode 100644 index 000000000..f9bb58487 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@1x.png new file mode 100644 index 000000000..5607d42dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@2x.png new file mode 100644 index 000000000..dfafd3326 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@3x.png new file mode 100644 index 000000000..8ab300931 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/BulbSberFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/Contents.json new file mode 100644 index 000000000..39423b1b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@1x.png new file mode 100644 index 000000000..1df4290d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@2x.png new file mode 100644 index 000000000..7668bdf3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@3x.png new file mode 100644 index 000000000..664d0bc07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/BulbSberFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/Contents.json new file mode 100644 index 000000000..1de8675b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@1x.png new file mode 100644 index 000000000..e7cd4f87c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@2x.png new file mode 100644 index 000000000..b228cff40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@3x.png new file mode 100644 index 000000000..7b8431ae0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/BulbSberOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/Contents.json new file mode 100644 index 000000000..f588cbfa8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@1x.png new file mode 100644 index 000000000..1172ecc87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@2x.png new file mode 100644 index 000000000..be5d89495 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@3x.png new file mode 100644 index 000000000..44fbb35dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/BulbSberOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/Contents.json new file mode 100644 index 000000000..4990d5406 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@1x.png new file mode 100644 index 000000000..1bd31d8ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@2x.png new file mode 100644 index 000000000..65b17b1e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@3x.png new file mode 100644 index 000000000..0ce7272ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/BulbSberOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/Contents.json new file mode 100644 index 000000000..29df67ba5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BulbSberOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BulbSberOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BulbSberOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BulbSberOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@1x.png new file mode 100644 index 000000000..378af86bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@2x.png new file mode 100644 index 000000000..b2ff04bfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@3x.png new file mode 100644 index 000000000..647a3f64b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/BusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/Contents.json new file mode 100644 index 000000000..93616018d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@1x.png new file mode 100644 index 000000000..02385057e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@2x.png new file mode 100644 index 000000000..7f1dd9420 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@3x.png new file mode 100644 index 000000000..9ecda33b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/BusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/Contents.json new file mode 100644 index 000000000..41d6b27b4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@1x.png new file mode 100644 index 000000000..26a7a309d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@2x.png new file mode 100644 index 000000000..ed74e3efb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@3x.png new file mode 100644 index 000000000..f3f234dda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/BusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/Contents.json new file mode 100644 index 000000000..16b85d9c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@1x.png new file mode 100644 index 000000000..e12b4bf29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@2x.png new file mode 100644 index 000000000..0462fb207 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@3x.png new file mode 100644 index 000000000..1badca94a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/BusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/Contents.json new file mode 100644 index 000000000..63014e60c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@1x.png new file mode 100644 index 000000000..383d02e43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@2x.png new file mode 100644 index 000000000..5b7031155 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@3x.png new file mode 100644 index 000000000..1c8fe1bcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/BusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/Contents.json new file mode 100644 index 000000000..d236e5ca2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@1x.png new file mode 100644 index 000000000..7d6f5d77e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@2x.png new file mode 100644 index 000000000..1dd512501 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@3x.png new file mode 100644 index 000000000..4a2a4a0a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/BusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/Contents.json new file mode 100644 index 000000000..14d054ab1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/BusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "BusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "BusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "BusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@1x.png new file mode 100644 index 000000000..8bc9ab5a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@2x.png new file mode 100644 index 000000000..613b09a55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@3x.png new file mode 100644 index 000000000..7567ef9b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Button2x1LFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Contents.json new file mode 100644 index 000000000..dee0e5af7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@1x.png new file mode 100644 index 000000000..a97057887 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@2x.png new file mode 100644 index 000000000..ae7eb4de4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@3x.png new file mode 100644 index 000000000..1e87bba4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Button2x1LFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Contents.json new file mode 100644 index 000000000..9f6a80fd2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@1x.png new file mode 100644 index 000000000..1a41c6f74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@2x.png new file mode 100644 index 000000000..0b6fe3f67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@3x.png new file mode 100644 index 000000000..e241436a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Button2x1LFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Contents.json new file mode 100644 index 000000000..5b202c86a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@1x.png new file mode 100644 index 000000000..a18e0d3f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@2x.png new file mode 100644 index 000000000..66e162289 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@3x.png new file mode 100644 index 000000000..fb9981d96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Button2x1LOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Contents.json new file mode 100644 index 000000000..5de73018f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@1x.png new file mode 100644 index 000000000..7c5d8fff9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@2x.png new file mode 100644 index 000000000..18778f987 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@3x.png new file mode 100644 index 000000000..7087c20c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Button2x1LOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Contents.json new file mode 100644 index 000000000..3fdeb7241 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@1x.png new file mode 100644 index 000000000..3d29eefbf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@2x.png new file mode 100644 index 000000000..b0b2b0334 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@3x.png new file mode 100644 index 000000000..768d0f638 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Button2x1LOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Contents.json new file mode 100644 index 000000000..c1a3e48fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1LOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1LOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1LOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1LOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@1x.png new file mode 100644 index 000000000..28148490f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@2x.png new file mode 100644 index 000000000..20305e45d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@3x.png new file mode 100644 index 000000000..3c632a870 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Button2x1RFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Contents.json new file mode 100644 index 000000000..148c5f339 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1RFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1RFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1RFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@1x.png new file mode 100644 index 000000000..35ef5e159 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@2x.png new file mode 100644 index 000000000..ec3013ac7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@3x.png new file mode 100644 index 000000000..1b07c869c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Button2x1RFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Contents.json new file mode 100644 index 000000000..decf0c8c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1RFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1RFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1RFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@1x.png new file mode 100644 index 000000000..acb2c895d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@2x.png new file mode 100644 index 000000000..470fa5339 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@3x.png new file mode 100644 index 000000000..1675b5b0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Button2x1RFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Contents.json new file mode 100644 index 000000000..d621c3f89 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1RFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1RFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1RFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1RFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@1x.png new file mode 100644 index 000000000..9de99a846 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@2x.png new file mode 100644 index 000000000..a0198803c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@3x.png new file mode 100644 index 000000000..44386d71c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Button2x1ROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Contents.json new file mode 100644 index 000000000..6dded83c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1ROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1ROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1ROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@1x.png new file mode 100644 index 000000000..52081012d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@2x.png new file mode 100644 index 000000000..49141a6e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@3x.png new file mode 100644 index 000000000..643b62355 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Button2x1ROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Contents.json new file mode 100644 index 000000000..3741c302b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1ROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1ROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1ROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@1x.png new file mode 100644 index 000000000..a652ab9ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@2x.png new file mode 100644 index 000000000..43d28dc8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@3x.png new file mode 100644 index 000000000..7ac8080a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Button2x1ROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Contents.json new file mode 100644 index 000000000..dd3477715 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x1ROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x1ROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x1ROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x1ROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@1x.png new file mode 100644 index 000000000..9696f13a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@2x.png new file mode 100644 index 000000000..7d77a04f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@3x.png new file mode 100644 index 000000000..5ea95ca4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Button2x2BotLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Contents.json new file mode 100644 index 000000000..fa6b076cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@1x.png new file mode 100644 index 000000000..6f2255c70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@2x.png new file mode 100644 index 000000000..b13a5e29f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@3x.png new file mode 100644 index 000000000..d58a28a9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Button2x2BotLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Contents.json new file mode 100644 index 000000000..ee794fe96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@1x.png new file mode 100644 index 000000000..876a2b20d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@2x.png new file mode 100644 index 000000000..87f5f009f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@3x.png new file mode 100644 index 000000000..71f657b3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Button2x2BotLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Contents.json new file mode 100644 index 000000000..3393c4250 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@1x.png new file mode 100644 index 000000000..4bb3861fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@2x.png new file mode 100644 index 000000000..afcc3b86a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@3x.png new file mode 100644 index 000000000..fc6aab4e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Button2x2BotLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Contents.json new file mode 100644 index 000000000..37a9ae428 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@1x.png new file mode 100644 index 000000000..7e70e63cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@2x.png new file mode 100644 index 000000000..17b115582 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@3x.png new file mode 100644 index 000000000..9ea2f8e18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Button2x2BotLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Contents.json new file mode 100644 index 000000000..0506f94e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@1x.png new file mode 100644 index 000000000..c352fa661 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@2x.png new file mode 100644 index 000000000..acbf3246e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@3x.png new file mode 100644 index 000000000..b0c2b9a4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Button2x2BotLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Contents.json new file mode 100644 index 000000000..0eccd8ab3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@1x.png new file mode 100644 index 000000000..3e2de3198 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@2x.png new file mode 100644 index 000000000..440b67513 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@3x.png new file mode 100644 index 000000000..aa21e4c1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Button2x2BotRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Contents.json new file mode 100644 index 000000000..c334c1c39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@1x.png new file mode 100644 index 000000000..bdb86318e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@2x.png new file mode 100644 index 000000000..de97bc3db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@3x.png new file mode 100644 index 000000000..0af85235a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Button2x2BotRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Contents.json new file mode 100644 index 000000000..a0cf69ca1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@1x.png new file mode 100644 index 000000000..4c7ee95e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@2x.png new file mode 100644 index 000000000..b97cca3f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@3x.png new file mode 100644 index 000000000..4e9d003e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Button2x2BotRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Contents.json new file mode 100644 index 000000000..7bdb3cd8b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@1x.png new file mode 100644 index 000000000..d07fb06e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@2x.png new file mode 100644 index 000000000..0c88132ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@3x.png new file mode 100644 index 000000000..d5e9829a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Button2x2BotROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Contents.json new file mode 100644 index 000000000..f5b84e278 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@1x.png new file mode 100644 index 000000000..fbc9d9cfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@2x.png new file mode 100644 index 000000000..00507e522 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@3x.png new file mode 100644 index 000000000..15f62502a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Button2x2BotROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Contents.json new file mode 100644 index 000000000..3a0bfbb60 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@1x.png new file mode 100644 index 000000000..046e6a34a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@2x.png new file mode 100644 index 000000000..64de32d27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@3x.png new file mode 100644 index 000000000..31ddafcb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Button2x2BotROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Contents.json new file mode 100644 index 000000000..bc312cbca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2BotROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2BotROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2BotROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2BotROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@1x.png new file mode 100644 index 000000000..ac02370e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@2x.png new file mode 100644 index 000000000..eac2d4a30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@3x.png new file mode 100644 index 000000000..6a7b83722 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Button2x2TopLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Contents.json new file mode 100644 index 000000000..5a719c60a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@1x.png new file mode 100644 index 000000000..a23edcc90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@2x.png new file mode 100644 index 000000000..f2dc6cb98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@3x.png new file mode 100644 index 000000000..8f7fcedaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Button2x2TopLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Contents.json new file mode 100644 index 000000000..3a796ffd8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@1x.png new file mode 100644 index 000000000..3f4b3ca9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@2x.png new file mode 100644 index 000000000..76b1a36c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@3x.png new file mode 100644 index 000000000..85cebe6b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Button2x2TopLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Contents.json new file mode 100644 index 000000000..f3d8f3123 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@1x.png new file mode 100644 index 000000000..c6f53b61e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@2x.png new file mode 100644 index 000000000..e29247b92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@3x.png new file mode 100644 index 000000000..32c51d348 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Button2x2TopLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Contents.json new file mode 100644 index 000000000..ddcfdeb4b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@1x.png new file mode 100644 index 000000000..f6ea442a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@2x.png new file mode 100644 index 000000000..11d138c05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@3x.png new file mode 100644 index 000000000..b2856d904 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Button2x2TopLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Contents.json new file mode 100644 index 000000000..d5058b351 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@1x.png new file mode 100644 index 000000000..398f42c4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@2x.png new file mode 100644 index 000000000..d7710026e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@3x.png new file mode 100644 index 000000000..3e7c2bde8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Button2x2TopLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Contents.json new file mode 100644 index 000000000..573529d71 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@1x.png new file mode 100644 index 000000000..9c43967b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@2x.png new file mode 100644 index 000000000..b42202209 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@3x.png new file mode 100644 index 000000000..a4f93ee16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Button2x2TopRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Contents.json new file mode 100644 index 000000000..b5cbe6aed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@1x.png new file mode 100644 index 000000000..8375f32df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@2x.png new file mode 100644 index 000000000..687c14c62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@3x.png new file mode 100644 index 000000000..a6f70585a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Button2x2TopRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Contents.json new file mode 100644 index 000000000..a46ac855c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@1x.png new file mode 100644 index 000000000..5011e6c9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@2x.png new file mode 100644 index 000000000..d80ac6ed8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@3x.png new file mode 100644 index 000000000..c1b691067 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Button2x2TopRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Contents.json new file mode 100644 index 000000000..dd8fb562b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@1x.png new file mode 100644 index 000000000..619b1d82f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@2x.png new file mode 100644 index 000000000..8de8dc6bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@3x.png new file mode 100644 index 000000000..24a4cd46a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Button2x2TopROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Contents.json new file mode 100644 index 000000000..84a6eed3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@1x.png new file mode 100644 index 000000000..052bbfd58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@2x.png new file mode 100644 index 000000000..7934ab68d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@3x.png new file mode 100644 index 000000000..ae6746ed6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Button2x2TopROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Contents.json new file mode 100644 index 000000000..9178c5b33 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@1x.png new file mode 100644 index 000000000..5418a9baf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@2x.png new file mode 100644 index 000000000..5392b9be7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@3x.png new file mode 100644 index 000000000..4e3c471f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Button2x2TopROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Contents.json new file mode 100644 index 000000000..ba52098f4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button2x2TopROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button2x2TopROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button2x2TopROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button2x2TopROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@1x.png new file mode 100644 index 000000000..66f2311c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@2x.png new file mode 100644 index 000000000..69bc86135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@3x.png new file mode 100644 index 000000000..3de77a2ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Button3x2CFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Contents.json new file mode 100644 index 000000000..ba1864538 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2CFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2CFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2CFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@1x.png new file mode 100644 index 000000000..e1102ec26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@2x.png new file mode 100644 index 000000000..1fa36e904 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@3x.png new file mode 100644 index 000000000..ae2dfcb90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Button3x2CFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Contents.json new file mode 100644 index 000000000..13cb5c8e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2CFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2CFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2CFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@1x.png new file mode 100644 index 000000000..8a01b1deb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@2x.png new file mode 100644 index 000000000..3fa8c9e34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@3x.png new file mode 100644 index 000000000..6e9f42845 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Button3x2CFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Contents.json new file mode 100644 index 000000000..29060939f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2CFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2CFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2CFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2CFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@1x.png new file mode 100644 index 000000000..16788801c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@2x.png new file mode 100644 index 000000000..04401436d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@3x.png new file mode 100644 index 000000000..c5456aa5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Button3x2COutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Contents.json new file mode 100644 index 000000000..bcdbefe6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2COutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2COutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2COutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@1x.png new file mode 100644 index 000000000..b4f86c088 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@2x.png new file mode 100644 index 000000000..33b84dc2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@3x.png new file mode 100644 index 000000000..2f3dcab4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Button3x2COutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Contents.json new file mode 100644 index 000000000..394907778 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2COutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2COutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2COutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@1x.png new file mode 100644 index 000000000..1e27cae8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@2x.png new file mode 100644 index 000000000..34391a719 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@3x.png new file mode 100644 index 000000000..cd7d3e936 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Button3x2COutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Contents.json new file mode 100644 index 000000000..c2b6b4832 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2COutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2COutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2COutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2COutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@1x.png new file mode 100644 index 000000000..b4f71da2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@2x.png new file mode 100644 index 000000000..bac101c83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@3x.png new file mode 100644 index 000000000..da01025fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Button3x2LFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Contents.json new file mode 100644 index 000000000..6dd0e64ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@1x.png new file mode 100644 index 000000000..4f9962adf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@2x.png new file mode 100644 index 000000000..9aea69bf6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@3x.png new file mode 100644 index 000000000..77db2e8f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Button3x2LFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Contents.json new file mode 100644 index 000000000..3aad7e71a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@1x.png new file mode 100644 index 000000000..dca641a78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@2x.png new file mode 100644 index 000000000..652319fcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@3x.png new file mode 100644 index 000000000..e8c40aad2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Button3x2LFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Contents.json new file mode 100644 index 000000000..a05fa4d8e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@1x.png new file mode 100644 index 000000000..8ca10bf77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@2x.png new file mode 100644 index 000000000..3a2d6000a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@3x.png new file mode 100644 index 000000000..43b34e5d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Button3x2LOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Contents.json new file mode 100644 index 000000000..1c7172120 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@1x.png new file mode 100644 index 000000000..ea1f2416d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@2x.png new file mode 100644 index 000000000..51c5646cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@3x.png new file mode 100644 index 000000000..20fcc5417 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Button3x2LOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Contents.json new file mode 100644 index 000000000..3965fa97d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@1x.png new file mode 100644 index 000000000..571043afb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@2x.png new file mode 100644 index 000000000..4c066019d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@3x.png new file mode 100644 index 000000000..f110c04ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Button3x2LOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Contents.json new file mode 100644 index 000000000..89cc49cb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2LOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2LOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2LOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2LOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@1x.png new file mode 100644 index 000000000..2c7c6ef66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@2x.png new file mode 100644 index 000000000..47e936586 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@3x.png new file mode 100644 index 000000000..7d17eec0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Button3x2RFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Contents.json new file mode 100644 index 000000000..7ec4e7f7f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2RFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2RFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2RFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@1x.png new file mode 100644 index 000000000..e70bf5bd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@2x.png new file mode 100644 index 000000000..0de634976 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@3x.png new file mode 100644 index 000000000..05fff51c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Button3x2RFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Contents.json new file mode 100644 index 000000000..b2b8c771a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2RFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2RFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2RFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@1x.png new file mode 100644 index 000000000..8caf0e8ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@2x.png new file mode 100644 index 000000000..ee582a262 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@3x.png new file mode 100644 index 000000000..5fa2d8a69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Button3x2RFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Contents.json new file mode 100644 index 000000000..a4f8575f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2RFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2RFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2RFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2RFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@1x.png new file mode 100644 index 000000000..61468e99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@2x.png new file mode 100644 index 000000000..ca1fab764 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@3x.png new file mode 100644 index 000000000..28c002189 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Button3x2ROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Contents.json new file mode 100644 index 000000000..2c3a801be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2ROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2ROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2ROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@1x.png new file mode 100644 index 000000000..e9a483656 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@2x.png new file mode 100644 index 000000000..05e07e344 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@3x.png new file mode 100644 index 000000000..f60b7ae72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Button3x2ROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Contents.json new file mode 100644 index 000000000..ee713adf5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2ROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2ROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2ROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@1x.png new file mode 100644 index 000000000..85fa58f81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@2x.png new file mode 100644 index 000000000..bea3a3691 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@3x.png new file mode 100644 index 000000000..1fed4fea3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Button3x2ROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Contents.json new file mode 100644 index 000000000..c53f282c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Button3x2ROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Button3x2ROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Button3x2ROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Button3x2ROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@1x.png new file mode 100644 index 000000000..4513133ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@2x.png new file mode 100644 index 000000000..3e676ec30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@3x.png new file mode 100644 index 000000000..456af47da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/CakeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/Contents.json new file mode 100644 index 000000000..250b55e12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@1x.png new file mode 100644 index 000000000..5dbdded6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@2x.png new file mode 100644 index 000000000..89bb30f19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@3x.png new file mode 100644 index 000000000..1da7e14a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/CakeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/Contents.json new file mode 100644 index 000000000..df5d9ce19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@1x.png new file mode 100644 index 000000000..54db83685 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@2x.png new file mode 100644 index 000000000..53f20e801 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@3x.png new file mode 100644 index 000000000..ae570a25c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/CakeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/Contents.json new file mode 100644 index 000000000..ea5b7c1b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@1x.png new file mode 100644 index 000000000..7f662d173 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@2x.png new file mode 100644 index 000000000..84ee694ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@3x.png new file mode 100644 index 000000000..f2fa59cad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/CakeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/Contents.json new file mode 100644 index 000000000..38dbca74b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@1x.png new file mode 100644 index 000000000..34e5b2964 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@2x.png new file mode 100644 index 000000000..bd9f63070 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@3x.png new file mode 100644 index 000000000..ee49f7789 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/CakeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/Contents.json new file mode 100644 index 000000000..360b52355 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@1x.png new file mode 100644 index 000000000..8b7011256 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@2x.png new file mode 100644 index 000000000..f50afb403 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@3x.png new file mode 100644 index 000000000..3e68922d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/CakeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/Contents.json new file mode 100644 index 000000000..b6ff9f552 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CakeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CakeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CakeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CakeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@1x.png new file mode 100644 index 000000000..742fedd7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@2x.png new file mode 100644 index 000000000..f232c5ef5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@3x.png new file mode 100644 index 000000000..f364838ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/CalculatorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/Contents.json new file mode 100644 index 000000000..8727f5ae0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@1x.png new file mode 100644 index 000000000..da5270160 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@2x.png new file mode 100644 index 000000000..978f493f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@3x.png new file mode 100644 index 000000000..fa9ba3d23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/CalculatorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/Contents.json new file mode 100644 index 000000000..4c72b17e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@1x.png new file mode 100644 index 000000000..55599a0c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@2x.png new file mode 100644 index 000000000..2baf37c1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@3x.png new file mode 100644 index 000000000..5a909ec77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/CalculatorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/Contents.json new file mode 100644 index 000000000..4506d2c25 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@1x.png new file mode 100644 index 000000000..9030077a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@2x.png new file mode 100644 index 000000000..5ef6c2752 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@3x.png new file mode 100644 index 000000000..0d7c2c453 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/CalculatorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/Contents.json new file mode 100644 index 000000000..3d9b108f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@1x.png new file mode 100644 index 000000000..22fba4eac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@2x.png new file mode 100644 index 000000000..f877c8066 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@3x.png new file mode 100644 index 000000000..6c7e8f854 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/CalculatorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/Contents.json new file mode 100644 index 000000000..2d3f8e539 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@1x.png new file mode 100644 index 000000000..973c472e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@2x.png new file mode 100644 index 000000000..1f5be0f82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@3x.png new file mode 100644 index 000000000..983561191 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/CalculatorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/Contents.json new file mode 100644 index 000000000..53b7d5348 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalculatorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalculatorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalculatorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalculatorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@1x.png new file mode 100644 index 000000000..cc37b052f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@2x.png new file mode 100644 index 000000000..9e4765675 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@3x.png new file mode 100644 index 000000000..4ecbf1084 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/CalendarEventFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/Contents.json new file mode 100644 index 000000000..59535f4e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@1x.png new file mode 100644 index 000000000..51eaeddac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@2x.png new file mode 100644 index 000000000..fe9b4fcec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@3x.png new file mode 100644 index 000000000..cd9455cb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/CalendarEventFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/Contents.json new file mode 100644 index 000000000..16e318f57 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@1x.png new file mode 100644 index 000000000..da6b244eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@2x.png new file mode 100644 index 000000000..c692f0072 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@3x.png new file mode 100644 index 000000000..43b60846b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/CalendarEventFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/Contents.json new file mode 100644 index 000000000..e859579dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@1x.png new file mode 100644 index 000000000..ef7809e56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@2x.png new file mode 100644 index 000000000..aa0020128 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@3x.png new file mode 100644 index 000000000..791281d05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/CalendarEventOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/Contents.json new file mode 100644 index 000000000..f71418383 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@1x.png new file mode 100644 index 000000000..3a876ead8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@2x.png new file mode 100644 index 000000000..dee7b1497 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@3x.png new file mode 100644 index 000000000..ea915d113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/CalendarEventOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/Contents.json new file mode 100644 index 000000000..21f8c3a65 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@1x.png new file mode 100644 index 000000000..01e1fa3fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@2x.png new file mode 100644 index 000000000..4c3dec7ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@3x.png new file mode 100644 index 000000000..93c954dd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/CalendarEventOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/Contents.json new file mode 100644 index 000000000..222de6cd7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarEventOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarEventOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarEventOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarEventOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@1x.png new file mode 100644 index 000000000..c1a582a94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@2x.png new file mode 100644 index 000000000..6b7335774 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@3x.png new file mode 100644 index 000000000..ae8125429 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/CalendarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/Contents.json new file mode 100644 index 000000000..3f1e45d85 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@1x.png new file mode 100644 index 000000000..fc2965e3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@2x.png new file mode 100644 index 000000000..00f2a1c7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@3x.png new file mode 100644 index 000000000..150f6135e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/CalendarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/Contents.json new file mode 100644 index 000000000..fe29fd32f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@1x.png new file mode 100644 index 000000000..cabf8d4a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@2x.png new file mode 100644 index 000000000..721d66b01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@3x.png new file mode 100644 index 000000000..f6c3c52a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/CalendarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/Contents.json new file mode 100644 index 000000000..a9df5be81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@1x.png new file mode 100644 index 000000000..4a8af1c67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@2x.png new file mode 100644 index 000000000..023262af3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@3x.png new file mode 100644 index 000000000..527135aca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/CalendarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/Contents.json new file mode 100644 index 000000000..33c566ff3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@1x.png new file mode 100644 index 000000000..182cb1ac9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@2x.png new file mode 100644 index 000000000..edd5cbaae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@3x.png new file mode 100644 index 000000000..7e30324a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/CalendarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/Contents.json new file mode 100644 index 000000000..5a73630ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@1x.png new file mode 100644 index 000000000..068e9c4f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@2x.png new file mode 100644 index 000000000..54343e8d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@3x.png new file mode 100644 index 000000000..da0190c32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/CalendarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/Contents.json new file mode 100644 index 000000000..d2614da8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CalendarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CalendarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CalendarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CalendarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@1x.png new file mode 100644 index 000000000..db97f63ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@2x.png new file mode 100644 index 000000000..7ac663291 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@3x.png new file mode 100644 index 000000000..2ffedb62b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/CallBlockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/Contents.json new file mode 100644 index 000000000..77787fdfd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@1x.png new file mode 100644 index 000000000..cf69ff6e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@2x.png new file mode 100644 index 000000000..80bea86cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@3x.png new file mode 100644 index 000000000..b2a482a34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/CallBlockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/Contents.json new file mode 100644 index 000000000..d93da9067 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@1x.png new file mode 100644 index 000000000..0179034ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@2x.png new file mode 100644 index 000000000..7bd5ce57e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@3x.png new file mode 100644 index 000000000..157c1e687 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/CallBlockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/Contents.json new file mode 100644 index 000000000..6769b54a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@1x.png new file mode 100644 index 000000000..b80fa90b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@2x.png new file mode 100644 index 000000000..605aecb40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@3x.png new file mode 100644 index 000000000..40211a9c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/CallBlockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/Contents.json new file mode 100644 index 000000000..552841b0b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@1x.png new file mode 100644 index 000000000..b8cc09c3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@2x.png new file mode 100644 index 000000000..5f8f02da8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@3x.png new file mode 100644 index 000000000..52bbb3d60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/CallBlockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/Contents.json new file mode 100644 index 000000000..3fa1799cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@1x.png new file mode 100644 index 000000000..f2709be9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@2x.png new file mode 100644 index 000000000..56ef15b06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@3x.png new file mode 100644 index 000000000..2481f66c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/CallBlockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/Contents.json new file mode 100644 index 000000000..8f620e407 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallBlockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallBlockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallBlockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallBlockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@1x.png new file mode 100644 index 000000000..819046ed1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@2x.png new file mode 100644 index 000000000..0d2509cfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@3x.png new file mode 100644 index 000000000..9c736fa48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/CallCircleEndFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/Contents.json new file mode 100644 index 000000000..3e48a6ca6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@1x.png new file mode 100644 index 000000000..61af4d944 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@2x.png new file mode 100644 index 000000000..f4f36dce8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@3x.png new file mode 100644 index 000000000..feac02e29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/CallCircleEndFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/Contents.json new file mode 100644 index 000000000..11f03f453 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@1x.png new file mode 100644 index 000000000..dcc874e0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@2x.png new file mode 100644 index 000000000..24ba8ab94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@3x.png new file mode 100644 index 000000000..db21cadd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/CallCircleEndFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/Contents.json new file mode 100644 index 000000000..9f5dfb6ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@1x.png new file mode 100644 index 000000000..08828154d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@2x.png new file mode 100644 index 000000000..17bc35240 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@3x.png new file mode 100644 index 000000000..fc855049b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/CallCircleEndOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/Contents.json new file mode 100644 index 000000000..923741246 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@1x.png new file mode 100644 index 000000000..489e4d7b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@2x.png new file mode 100644 index 000000000..04b3f5f3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@3x.png new file mode 100644 index 000000000..eeb3b2572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/CallCircleEndOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/Contents.json new file mode 100644 index 000000000..1318099a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@1x.png new file mode 100644 index 000000000..456bfc9b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@2x.png new file mode 100644 index 000000000..856930356 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@3x.png new file mode 100644 index 000000000..6423107b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/CallCircleEndOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/Contents.json new file mode 100644 index 000000000..0f533b21b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleEndOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleEndOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleEndOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleEndOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@1x.png new file mode 100644 index 000000000..a6023fd4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@2x.png new file mode 100644 index 000000000..f5fd5a81a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@3x.png new file mode 100644 index 000000000..e42fad3a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/CallCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..91fed9a11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@1x.png new file mode 100644 index 000000000..4a3b29215 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@2x.png new file mode 100644 index 000000000..1c734753f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@3x.png new file mode 100644 index 000000000..ea5ba0956 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/CallCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..36acbc726 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@1x.png new file mode 100644 index 000000000..e44ce49d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@2x.png new file mode 100644 index 000000000..0febfc7a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@3x.png new file mode 100644 index 000000000..28519c841 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/CallCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..91384368a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@1x.png new file mode 100644 index 000000000..5aa638cd1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@2x.png new file mode 100644 index 000000000..ecbb9780f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@3x.png new file mode 100644 index 000000000..82bcbc050 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/CallCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..0d6f47725 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@1x.png new file mode 100644 index 000000000..0e674dcd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@2x.png new file mode 100644 index 000000000..34f73047e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@3x.png new file mode 100644 index 000000000..3be77015b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/CallCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..76ef4328b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@1x.png new file mode 100644 index 000000000..dc9810f81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@2x.png new file mode 100644 index 000000000..626c84584 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@3x.png new file mode 100644 index 000000000..1f8a23458 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/CallCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..6b72e40f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@1x.png new file mode 100644 index 000000000..3cf9da688 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@2x.png new file mode 100644 index 000000000..593ac8e6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@3x.png new file mode 100644 index 000000000..581bb14f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/CallDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/Contents.json new file mode 100644 index 000000000..7ccaaea61 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@1x.png new file mode 100644 index 000000000..aaa5c72d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@2x.png new file mode 100644 index 000000000..997c79735 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@3x.png new file mode 100644 index 000000000..b003d0bba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/CallDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/Contents.json new file mode 100644 index 000000000..cd798ec5f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@1x.png new file mode 100644 index 000000000..22c56fe07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@2x.png new file mode 100644 index 000000000..046bbc739 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@3x.png new file mode 100644 index 000000000..f590c3080 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/CallDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/Contents.json new file mode 100644 index 000000000..963129094 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@1x.png new file mode 100644 index 000000000..752b9100a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@2x.png new file mode 100644 index 000000000..2cd6ca05c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@3x.png new file mode 100644 index 000000000..70b1d6e8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/CallDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..05620387b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@1x.png new file mode 100644 index 000000000..5499127df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@2x.png new file mode 100644 index 000000000..5ef089bee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@3x.png new file mode 100644 index 000000000..95ce9360b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/CallDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..21bca3f9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@1x.png new file mode 100644 index 000000000..94d6a668b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@2x.png new file mode 100644 index 000000000..875b4918d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@3x.png new file mode 100644 index 000000000..f9474e4ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/CallDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..f50e0c640 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@1x.png new file mode 100644 index 000000000..b4bdb7f98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@2x.png new file mode 100644 index 000000000..63bd8b107 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@3x.png new file mode 100644 index 000000000..62e9e6c4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/CallEndBlockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/Contents.json new file mode 100644 index 000000000..7a8f16de3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@1x.png new file mode 100644 index 000000000..e68d75810 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@2x.png new file mode 100644 index 000000000..2b1ec9cd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@3x.png new file mode 100644 index 000000000..2cd049a2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/CallEndBlockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/Contents.json new file mode 100644 index 000000000..3873eefe7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@1x.png new file mode 100644 index 000000000..f796e38aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@2x.png new file mode 100644 index 000000000..cfa5bb676 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@3x.png new file mode 100644 index 000000000..ebfb80e01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/CallEndBlockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/Contents.json new file mode 100644 index 000000000..9d4e862f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@1x.png new file mode 100644 index 000000000..85a1363ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@2x.png new file mode 100644 index 000000000..62c142c02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@3x.png new file mode 100644 index 000000000..d620d821f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/CallEndBlockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/Contents.json new file mode 100644 index 000000000..38416dcf9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@1x.png new file mode 100644 index 000000000..652aa9498 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@2x.png new file mode 100644 index 000000000..d0b6dfe0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@3x.png new file mode 100644 index 000000000..2833aa890 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/CallEndBlockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/Contents.json new file mode 100644 index 000000000..26466967a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@1x.png new file mode 100644 index 000000000..f2665accb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@2x.png new file mode 100644 index 000000000..3dab78457 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@3x.png new file mode 100644 index 000000000..03f0629fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/CallEndBlockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/Contents.json new file mode 100644 index 000000000..28affb3cc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndBlockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndBlockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndBlockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndBlockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@1x.png new file mode 100644 index 000000000..70c9f89cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@2x.png new file mode 100644 index 000000000..11ec40c6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@3x.png new file mode 100644 index 000000000..00fd4c6f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/CallEndFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/Contents.json new file mode 100644 index 000000000..9692cfa29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@1x.png new file mode 100644 index 000000000..8c4bbd49e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@2x.png new file mode 100644 index 000000000..bcf135467 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@3x.png new file mode 100644 index 000000000..a7349f7d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/CallEndFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/Contents.json new file mode 100644 index 000000000..2b83c0eb4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@1x.png new file mode 100644 index 000000000..a96c7e98d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@2x.png new file mode 100644 index 000000000..411b7a559 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@3x.png new file mode 100644 index 000000000..cf34061ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/CallEndFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/Contents.json new file mode 100644 index 000000000..6abe34f51 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@1x.png new file mode 100644 index 000000000..61d814978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@2x.png new file mode 100644 index 000000000..7207f92c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@3x.png new file mode 100644 index 000000000..ed58030a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/CallEndOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/Contents.json new file mode 100644 index 000000000..75ad81b65 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@1x.png new file mode 100644 index 000000000..a07540a48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@2x.png new file mode 100644 index 000000000..918513b8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@3x.png new file mode 100644 index 000000000..5f4ab79bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/CallEndOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/Contents.json new file mode 100644 index 000000000..b9bd2311b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@1x.png new file mode 100644 index 000000000..ede9d764a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@2x.png new file mode 100644 index 000000000..7c21289e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@3x.png new file mode 100644 index 000000000..bc6972237 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/CallEndOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/Contents.json new file mode 100644 index 000000000..074f67cf2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallEndOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallEndOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallEndOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallEndOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@1x.png new file mode 100644 index 000000000..f30d26e6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@2x.png new file mode 100644 index 000000000..0d8fca0ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@3x.png new file mode 100644 index 000000000..2fc9d727c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/CallFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/Contents.json new file mode 100644 index 000000000..4193f600e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@1x.png new file mode 100644 index 000000000..39b1d340a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@2x.png new file mode 100644 index 000000000..77d0520e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@3x.png new file mode 100644 index 000000000..459958bca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/CallFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/Contents.json new file mode 100644 index 000000000..f82b18652 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@1x.png new file mode 100644 index 000000000..466492a2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@2x.png new file mode 100644 index 000000000..e51042f8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@3x.png new file mode 100644 index 000000000..a871f4f9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/CallFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/Contents.json new file mode 100644 index 000000000..7c634cc06 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@1x.png new file mode 100644 index 000000000..88e54e00d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@2x.png new file mode 100644 index 000000000..41e838b7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@3x.png new file mode 100644 index 000000000..81b5650ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/CallIncomingFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/Contents.json new file mode 100644 index 000000000..7fed5cd31 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@1x.png new file mode 100644 index 000000000..29627a144 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@2x.png new file mode 100644 index 000000000..7ea694301 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@3x.png new file mode 100644 index 000000000..7c8437961 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/CallIncomingFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/Contents.json new file mode 100644 index 000000000..28bd6466a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@1x.png new file mode 100644 index 000000000..85f126baa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@2x.png new file mode 100644 index 000000000..a2635eb40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@3x.png new file mode 100644 index 000000000..455bfb2cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/CallIncomingFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/Contents.json new file mode 100644 index 000000000..eb9fb0997 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@1x.png new file mode 100644 index 000000000..f06d40439 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@2x.png new file mode 100644 index 000000000..ac7b8d316 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@3x.png new file mode 100644 index 000000000..33f726503 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/CallIncomingOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/Contents.json new file mode 100644 index 000000000..1dea25aec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@1x.png new file mode 100644 index 000000000..8fd91e38e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@2x.png new file mode 100644 index 000000000..009c1123d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@3x.png new file mode 100644 index 000000000..67b218e1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/CallIncomingOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/Contents.json new file mode 100644 index 000000000..1ae6d0e14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@1x.png new file mode 100644 index 000000000..d180d9bc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@2x.png new file mode 100644 index 000000000..7053d34ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@3x.png new file mode 100644 index 000000000..f112f4773 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/CallIncomingOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/Contents.json new file mode 100644 index 000000000..ea29db5d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallIncomingOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallIncomingOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallIncomingOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallIncomingOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@1x.png new file mode 100644 index 000000000..363613641 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@2x.png new file mode 100644 index 000000000..fa40eba05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@3x.png new file mode 100644 index 000000000..00eecd621 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/CallMissedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/Contents.json new file mode 100644 index 000000000..4e3621676 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@1x.png new file mode 100644 index 000000000..0858dad0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@2x.png new file mode 100644 index 000000000..8d8b5e894 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@3x.png new file mode 100644 index 000000000..de9f2d0d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/CallMissedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/Contents.json new file mode 100644 index 000000000..f897298b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@1x.png new file mode 100644 index 000000000..c3d57771c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@2x.png new file mode 100644 index 000000000..483979de9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@3x.png new file mode 100644 index 000000000..9cc351031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/CallMissedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/Contents.json new file mode 100644 index 000000000..980502622 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@1x.png new file mode 100644 index 000000000..0d312c892 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@2x.png new file mode 100644 index 000000000..6ef36fe74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@3x.png new file mode 100644 index 000000000..fc147a100 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/CallMissedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/Contents.json new file mode 100644 index 000000000..675a47a41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@1x.png new file mode 100644 index 000000000..c1431c115 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@2x.png new file mode 100644 index 000000000..c6392cbfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@3x.png new file mode 100644 index 000000000..f2a257e2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/CallMissedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/Contents.json new file mode 100644 index 000000000..1bb400c71 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@1x.png new file mode 100644 index 000000000..c4e627fed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@2x.png new file mode 100644 index 000000000..40c61a063 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@3x.png new file mode 100644 index 000000000..8c730d9c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/CallMissedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/Contents.json new file mode 100644 index 000000000..0b8765437 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallMissedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallMissedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallMissedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallMissedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@1x.png new file mode 100644 index 000000000..f79fbd3e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@2x.png new file mode 100644 index 000000000..8215c3d1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@3x.png new file mode 100644 index 000000000..42a0eeba1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/CallOutgoingFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/Contents.json new file mode 100644 index 000000000..cf75eff00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@1x.png new file mode 100644 index 000000000..d304ac1c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@2x.png new file mode 100644 index 000000000..99d3fe330 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@3x.png new file mode 100644 index 000000000..a8dae2700 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/CallOutgoingFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/Contents.json new file mode 100644 index 000000000..151c650e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@1x.png new file mode 100644 index 000000000..4c95d37c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@2x.png new file mode 100644 index 000000000..dcd65628d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@3x.png new file mode 100644 index 000000000..8ab434e39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/CallOutgoingFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/Contents.json new file mode 100644 index 000000000..c4f5de9b7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@1x.png new file mode 100644 index 000000000..971ce6e9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@2x.png new file mode 100644 index 000000000..34729cd27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@3x.png new file mode 100644 index 000000000..42ae50842 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/CallOutgoingOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/Contents.json new file mode 100644 index 000000000..66118aae3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@1x.png new file mode 100644 index 000000000..eed323173 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@2x.png new file mode 100644 index 000000000..65ffd836a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@3x.png new file mode 100644 index 000000000..052e15614 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/CallOutgoingOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/Contents.json new file mode 100644 index 000000000..35c4eddfa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@1x.png new file mode 100644 index 000000000..91d23049e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@2x.png new file mode 100644 index 000000000..ed54da9f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@3x.png new file mode 100644 index 000000000..4e77dac86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/CallOutgoingOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/Contents.json new file mode 100644 index 000000000..df681b511 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutgoingOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutgoingOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutgoingOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutgoingOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@1x.png new file mode 100644 index 000000000..49137adbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@2x.png new file mode 100644 index 000000000..62e4e12c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@3x.png new file mode 100644 index 000000000..c9075b041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/CallOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/Contents.json new file mode 100644 index 000000000..1f91049a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@1x.png new file mode 100644 index 000000000..abcda88f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@2x.png new file mode 100644 index 000000000..c9c0d991d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@3x.png new file mode 100644 index 000000000..bea6972f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/CallOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/Contents.json new file mode 100644 index 000000000..e5f641072 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@1x.png new file mode 100644 index 000000000..c51d57ff5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@2x.png new file mode 100644 index 000000000..c9ca89d0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@3x.png new file mode 100644 index 000000000..8b9c3b7dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/CallOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/Contents.json new file mode 100644 index 000000000..a9804343c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CallOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CallOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CallOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CallOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@1x.png new file mode 100644 index 000000000..e5f00e9b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@2x.png new file mode 100644 index 000000000..40d07660a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@3x.png new file mode 100644 index 000000000..67dc4c52d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/CameraDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/Contents.json new file mode 100644 index 000000000..5bb79c763 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@1x.png new file mode 100644 index 000000000..14f797404 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@2x.png new file mode 100644 index 000000000..a3c05b17a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@3x.png new file mode 100644 index 000000000..23220100f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/CameraDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/Contents.json new file mode 100644 index 000000000..9dd532f6b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@1x.png new file mode 100644 index 000000000..75d79a2f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@2x.png new file mode 100644 index 000000000..e8bd86cb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@3x.png new file mode 100644 index 000000000..92301450a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/CameraDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/Contents.json new file mode 100644 index 000000000..138dc8374 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@1x.png new file mode 100644 index 000000000..54a9645ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@2x.png new file mode 100644 index 000000000..c47576f05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@3x.png new file mode 100644 index 000000000..f590834c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/CameraDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..4a078a17b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@1x.png new file mode 100644 index 000000000..e6443ba04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@2x.png new file mode 100644 index 000000000..450ecebab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@3x.png new file mode 100644 index 000000000..eb8abc176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/CameraDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..1e2d1e258 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@1x.png new file mode 100644 index 000000000..cec2b9dee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@2x.png new file mode 100644 index 000000000..59ffb9844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@3x.png new file mode 100644 index 000000000..fe10ac932 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/CameraDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..d4c40c909 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@1x.png new file mode 100644 index 000000000..9c273239d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@2x.png new file mode 100644 index 000000000..efb5ad9d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@3x.png new file mode 100644 index 000000000..62c8893af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/CameraPhotoFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/Contents.json new file mode 100644 index 000000000..08180111c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@1x.png new file mode 100644 index 000000000..ab1f8bb00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@2x.png new file mode 100644 index 000000000..34ccfebc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@3x.png new file mode 100644 index 000000000..a4707f2b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/CameraPhotoFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/Contents.json new file mode 100644 index 000000000..9e1c45a4a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@1x.png new file mode 100644 index 000000000..d39b434ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@2x.png new file mode 100644 index 000000000..c59d4c1a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@3x.png new file mode 100644 index 000000000..7373de8aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/CameraPhotoFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/Contents.json new file mode 100644 index 000000000..ecaa3b44c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@1x.png new file mode 100644 index 000000000..e8af6f4ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@2x.png new file mode 100644 index 000000000..8c5603c6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@3x.png new file mode 100644 index 000000000..5402cef89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/CameraPhotoOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/Contents.json new file mode 100644 index 000000000..600f15eea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@1x.png new file mode 100644 index 000000000..6c9be1827 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@2x.png new file mode 100644 index 000000000..cbc5bcdcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@3x.png new file mode 100644 index 000000000..0f4c9cd87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/CameraPhotoOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/Contents.json new file mode 100644 index 000000000..d1ddbef78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@1x.png new file mode 100644 index 000000000..c9f6537de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@2x.png new file mode 100644 index 000000000..6302d2d74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@3x.png new file mode 100644 index 000000000..a6c5428ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/CameraPhotoOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/Contents.json new file mode 100644 index 000000000..68b7b5d6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraPhotoOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraPhotoOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraPhotoOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraPhotoOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@1x.png new file mode 100644 index 000000000..a5f651d38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@2x.png new file mode 100644 index 000000000..dec782185 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@3x.png new file mode 100644 index 000000000..5942e1002 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/CameraReverseFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/Contents.json new file mode 100644 index 000000000..a1e5dc8a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@1x.png new file mode 100644 index 000000000..a645a3ee2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@2x.png new file mode 100644 index 000000000..ed34552fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@3x.png new file mode 100644 index 000000000..73cbe71a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/CameraReverseFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/Contents.json new file mode 100644 index 000000000..5b81c6189 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@1x.png new file mode 100644 index 000000000..341a1a2f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@2x.png new file mode 100644 index 000000000..c0838cb5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@3x.png new file mode 100644 index 000000000..48cf91ac4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/CameraReverseFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/Contents.json new file mode 100644 index 000000000..b7981ca9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@1x.png new file mode 100644 index 000000000..1aea20513 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@2x.png new file mode 100644 index 000000000..524c9c57a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@3x.png new file mode 100644 index 000000000..d3ea9dd1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/CameraReverseOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/Contents.json new file mode 100644 index 000000000..e2368d6c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@1x.png new file mode 100644 index 000000000..15171948a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@2x.png new file mode 100644 index 000000000..36a7ffc9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@3x.png new file mode 100644 index 000000000..cd4184bc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/CameraReverseOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/Contents.json new file mode 100644 index 000000000..c5190ce10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@1x.png new file mode 100644 index 000000000..68f23bc3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@2x.png new file mode 100644 index 000000000..1a608a1b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@3x.png new file mode 100644 index 000000000..73a742a62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/CameraReverseOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/Contents.json new file mode 100644 index 000000000..759a02f00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraReverseOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraReverseOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraReverseOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraReverseOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@1x.png new file mode 100644 index 000000000..9a1d9ef7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@2x.png new file mode 100644 index 000000000..ba77468e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@3x.png new file mode 100644 index 000000000..7abd49431 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/CameraVideoFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/Contents.json new file mode 100644 index 000000000..eb5d9b51c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@1x.png new file mode 100644 index 000000000..ac7334228 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@2x.png new file mode 100644 index 000000000..8ca51cbb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@3x.png new file mode 100644 index 000000000..a79455c63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/CameraVideoFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/Contents.json new file mode 100644 index 000000000..547818744 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@1x.png new file mode 100644 index 000000000..b1c781f6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@2x.png new file mode 100644 index 000000000..164d81201 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@3x.png new file mode 100644 index 000000000..2986ea9dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/CameraVideoFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/Contents.json new file mode 100644 index 000000000..e93b131f4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@1x.png new file mode 100644 index 000000000..8126abd1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@2x.png new file mode 100644 index 000000000..4f31f8432 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@3x.png new file mode 100644 index 000000000..f1826ccdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/CameraVideoOffFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/Contents.json new file mode 100644 index 000000000..82309f8cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@1x.png new file mode 100644 index 000000000..2a17255a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@2x.png new file mode 100644 index 000000000..b53734734 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@3x.png new file mode 100644 index 000000000..c01b7754f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/CameraVideoOffFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/Contents.json new file mode 100644 index 000000000..bc601c6a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@1x.png new file mode 100644 index 000000000..cdf39f154 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@2x.png new file mode 100644 index 000000000..ffdb023b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@3x.png new file mode 100644 index 000000000..9cfb63289 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/CameraVideoOffFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/Contents.json new file mode 100644 index 000000000..e9dfda54d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@1x.png new file mode 100644 index 000000000..41756948d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@2x.png new file mode 100644 index 000000000..4c18c98db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@3x.png new file mode 100644 index 000000000..47af0e241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/CameraVideoOffOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/Contents.json new file mode 100644 index 000000000..614e8f1c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@1x.png new file mode 100644 index 000000000..7c02abcb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@2x.png new file mode 100644 index 000000000..ab623eb03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@3x.png new file mode 100644 index 000000000..5d24ceec2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/CameraVideoOffOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/Contents.json new file mode 100644 index 000000000..2b1d14cc4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@1x.png new file mode 100644 index 000000000..a61c31fdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@2x.png new file mode 100644 index 000000000..bd1859c79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@3x.png new file mode 100644 index 000000000..6b8d759c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/CameraVideoOffOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/Contents.json new file mode 100644 index 000000000..14e18e5e3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOffOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOffOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@1x.png new file mode 100644 index 000000000..48d74a051 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@2x.png new file mode 100644 index 000000000..1927c22c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@3x.png new file mode 100644 index 000000000..403c7f1b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/CameraVideoOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/Contents.json new file mode 100644 index 000000000..62a3fa86d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@1x.png new file mode 100644 index 000000000..860502098 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@2x.png new file mode 100644 index 000000000..007ae9560 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@3x.png new file mode 100644 index 000000000..1f862d522 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/CameraVideoOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/Contents.json new file mode 100644 index 000000000..a88d7ba5c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@1x.png new file mode 100644 index 000000000..488b0e474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@2x.png new file mode 100644 index 000000000..2412e8c1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@3x.png new file mode 100644 index 000000000..c179af8ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/CameraVideoOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/Contents.json new file mode 100644 index 000000000..eb08ce7b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@1x.png new file mode 100644 index 000000000..1096736e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@2x.png new file mode 100644 index 000000000..62bbf0058 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@3x.png new file mode 100644 index 000000000..2c5164b03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/CameraVideoRecFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/Contents.json new file mode 100644 index 000000000..5d18f61e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@1x.png new file mode 100644 index 000000000..d637f4ff0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@2x.png new file mode 100644 index 000000000..b17717244 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@3x.png new file mode 100644 index 000000000..0bb088373 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/CameraVideoRecFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/Contents.json new file mode 100644 index 000000000..9c5228f27 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@1x.png new file mode 100644 index 000000000..7d6b01a3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@2x.png new file mode 100644 index 000000000..7c4d6c208 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@3x.png new file mode 100644 index 000000000..577715ddc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/CameraVideoRecFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/Contents.json new file mode 100644 index 000000000..fcf23190e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@1x.png new file mode 100644 index 000000000..736b2d506 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@2x.png new file mode 100644 index 000000000..60a5dad49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@3x.png new file mode 100644 index 000000000..392a7e8c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/CameraVideoRecOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/Contents.json new file mode 100644 index 000000000..400e616f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@1x.png new file mode 100644 index 000000000..5027c2133 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@2x.png new file mode 100644 index 000000000..73e19ab98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@3x.png new file mode 100644 index 000000000..a82877928 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/CameraVideoRecOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/Contents.json new file mode 100644 index 000000000..cb9763354 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@1x.png new file mode 100644 index 000000000..45603e809 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@2x.png new file mode 100644 index 000000000..5c1c0df14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@3x.png new file mode 100644 index 000000000..9b87ee881 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/CameraVideoRecOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/Contents.json new file mode 100644 index 000000000..5061b4b0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CameraVideoRecOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CameraVideoRecOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@1x.png new file mode 100644 index 000000000..bbbe0d5f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@2x.png new file mode 100644 index 000000000..38a0cc043 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@3x.png new file mode 100644 index 000000000..8f3d6254e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/CandyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/Contents.json new file mode 100644 index 000000000..19fc9e56c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@1x.png new file mode 100644 index 000000000..0a1bddd20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@2x.png new file mode 100644 index 000000000..3533fe021 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@3x.png new file mode 100644 index 000000000..b8c8ffbc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/CandyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/Contents.json new file mode 100644 index 000000000..9d91ee4b8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@1x.png new file mode 100644 index 000000000..bbe55b05a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@2x.png new file mode 100644 index 000000000..0cf7b9c3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@3x.png new file mode 100644 index 000000000..d231e3297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/CandyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/Contents.json new file mode 100644 index 000000000..ba8f037f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@1x.png new file mode 100644 index 000000000..f38f2b8e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@2x.png new file mode 100644 index 000000000..3909dc8d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@3x.png new file mode 100644 index 000000000..30c66c686 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/CandyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/Contents.json new file mode 100644 index 000000000..a09a8f7ed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@1x.png new file mode 100644 index 000000000..ed0d1b780 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@2x.png new file mode 100644 index 000000000..47ed5736d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@3x.png new file mode 100644 index 000000000..d0cfe2332 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/CandyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/Contents.json new file mode 100644 index 000000000..4e0eda86e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@1x.png new file mode 100644 index 000000000..f3d579d9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@2x.png new file mode 100644 index 000000000..274499083 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@3x.png new file mode 100644 index 000000000..bf30049a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/CandyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/Contents.json new file mode 100644 index 000000000..188a9bdfd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CandyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CandyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CandyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CandyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@1x.png new file mode 100644 index 000000000..d764dd53a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@2x.png new file mode 100644 index 000000000..06669ae0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@3x.png new file mode 100644 index 000000000..dc59eff3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/CanisterFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/Contents.json new file mode 100644 index 000000000..d791af035 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@1x.png new file mode 100644 index 000000000..47a2de654 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@2x.png new file mode 100644 index 000000000..4e47cdaca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@3x.png new file mode 100644 index 000000000..6073e14a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/CanisterFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/Contents.json new file mode 100644 index 000000000..ff693904a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@1x.png new file mode 100644 index 000000000..8b1ba5a20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@2x.png new file mode 100644 index 000000000..6510ee557 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@3x.png new file mode 100644 index 000000000..1eb65bcc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/CanisterFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/Contents.json new file mode 100644 index 000000000..f46ea3644 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@1x.png new file mode 100644 index 000000000..272f03ba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@2x.png new file mode 100644 index 000000000..5e71184b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@3x.png new file mode 100644 index 000000000..7eedfcfa8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/CanisterOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/Contents.json new file mode 100644 index 000000000..9e7f0e9d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@1x.png new file mode 100644 index 000000000..871e1770c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@2x.png new file mode 100644 index 000000000..f951e1acd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@3x.png new file mode 100644 index 000000000..adb22ab77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/CanisterOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/Contents.json new file mode 100644 index 000000000..3c808c2c8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@1x.png new file mode 100644 index 000000000..ada9f9015 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@2x.png new file mode 100644 index 000000000..f15798962 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@3x.png new file mode 100644 index 000000000..b1a08fb53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/CanisterOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/Contents.json new file mode 100644 index 000000000..778ffc425 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CanisterOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CanisterOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CanisterOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CanisterOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@1x.png new file mode 100644 index 000000000..5450eec96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@2x.png new file mode 100644 index 000000000..372e902b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@3x.png new file mode 100644 index 000000000..56102bdd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/CapsuleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/Contents.json new file mode 100644 index 000000000..6ec4bda67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@1x.png new file mode 100644 index 000000000..04529b6ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@2x.png new file mode 100644 index 000000000..53c0fa281 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@3x.png new file mode 100644 index 000000000..3ca1ced7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/CapsuleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/Contents.json new file mode 100644 index 000000000..24926252e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@1x.png new file mode 100644 index 000000000..5b49de3bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@2x.png new file mode 100644 index 000000000..b05b7f60e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@3x.png new file mode 100644 index 000000000..6950412fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/CapsuleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/Contents.json new file mode 100644 index 000000000..bc5dc3ace --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@1x.png new file mode 100644 index 000000000..029e888a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@2x.png new file mode 100644 index 000000000..9e7beb09b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@3x.png new file mode 100644 index 000000000..a2ec2c899 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/CapsuleOpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/Contents.json new file mode 100644 index 000000000..658c64c1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@1x.png new file mode 100644 index 000000000..b19b7dd12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@2x.png new file mode 100644 index 000000000..5f11edf4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@3x.png new file mode 100644 index 000000000..8aa517073 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/CapsuleOpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/Contents.json new file mode 100644 index 000000000..856c44de9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@1x.png new file mode 100644 index 000000000..d38aab659 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@2x.png new file mode 100644 index 000000000..d678d6a1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@3x.png new file mode 100644 index 000000000..ddd07a320 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/CapsuleOpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/Contents.json new file mode 100644 index 000000000..f1904b5e2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@1x.png new file mode 100644 index 000000000..3ea1107de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@2x.png new file mode 100644 index 000000000..1d0cfeeb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@3x.png new file mode 100644 index 000000000..ce183cb93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/CapsuleOpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..96f15fba2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@1x.png new file mode 100644 index 000000000..efa0eb094 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@2x.png new file mode 100644 index 000000000..fefc9ce57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@3x.png new file mode 100644 index 000000000..6b75f5de2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/CapsuleOpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..6ef5de58f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@1x.png new file mode 100644 index 000000000..7aaabae83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@2x.png new file mode 100644 index 000000000..bd70544f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@3x.png new file mode 100644 index 000000000..7bdc1c95c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/CapsuleOpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..48628206a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@1x.png new file mode 100644 index 000000000..4e20a8a3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@2x.png new file mode 100644 index 000000000..517380607 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@3x.png new file mode 100644 index 000000000..7fb548cb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/CapsuleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/Contents.json new file mode 100644 index 000000000..51e71d7c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@1x.png new file mode 100644 index 000000000..9f92422ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@2x.png new file mode 100644 index 000000000..975646d8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@3x.png new file mode 100644 index 000000000..f5d7bb876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/CapsuleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/Contents.json new file mode 100644 index 000000000..3e6a010fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@1x.png new file mode 100644 index 000000000..5704a6075 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@2x.png new file mode 100644 index 000000000..31ea2691f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@3x.png new file mode 100644 index 000000000..379ae6de9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/CapsuleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/Contents.json new file mode 100644 index 000000000..5a22e2989 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CapsuleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CapsuleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CapsuleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CapsuleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@1x.png new file mode 100644 index 000000000..3dda92cb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@2x.png new file mode 100644 index 000000000..0d40e590c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@3x.png new file mode 100644 index 000000000..fce6cb699 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/CarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/Contents.json new file mode 100644 index 000000000..dce507226 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@1x.png new file mode 100644 index 000000000..32c6ca05e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@2x.png new file mode 100644 index 000000000..fd3c21c1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@3x.png new file mode 100644 index 000000000..ea5662708 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/CarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/Contents.json new file mode 100644 index 000000000..428379b26 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@1x.png new file mode 100644 index 000000000..fe4012851 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@2x.png new file mode 100644 index 000000000..ae6203e75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@3x.png new file mode 100644 index 000000000..87e023701 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/CarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/Contents.json new file mode 100644 index 000000000..10be45de1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@1x.png new file mode 100644 index 000000000..44ec5eabe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@2x.png new file mode 100644 index 000000000..799f1b788 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@3x.png new file mode 100644 index 000000000..58680f661 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/CarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/Contents.json new file mode 100644 index 000000000..e85f75ced --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@1x.png new file mode 100644 index 000000000..b4e1cbdb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@2x.png new file mode 100644 index 000000000..c849c3fed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@3x.png new file mode 100644 index 000000000..0844e0b33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/CarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/Contents.json new file mode 100644 index 000000000..232e3d676 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@1x.png new file mode 100644 index 000000000..dd49ef131 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@2x.png new file mode 100644 index 000000000..6553b674d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@3x.png new file mode 100644 index 000000000..f01e40ea4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/CarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/Contents.json new file mode 100644 index 000000000..abd6a6ccf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@1x.png new file mode 100644 index 000000000..f7da90a36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@2x.png new file mode 100644 index 000000000..5bcc3f793 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@3x.png new file mode 100644 index 000000000..fb13f2341 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/CarTaxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/Contents.json new file mode 100644 index 000000000..d50ef1878 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@1x.png new file mode 100644 index 000000000..5e9005248 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@2x.png new file mode 100644 index 000000000..3385ee87a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@3x.png new file mode 100644 index 000000000..f49ea8e86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/CarTaxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/Contents.json new file mode 100644 index 000000000..d44b7eead --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@1x.png new file mode 100644 index 000000000..7d10c4ccb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@2x.png new file mode 100644 index 000000000..25c75bcc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@3x.png new file mode 100644 index 000000000..db52ee773 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/CarTaxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/Contents.json new file mode 100644 index 000000000..3a594d528 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@1x.png new file mode 100644 index 000000000..eb3f48b3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@2x.png new file mode 100644 index 000000000..b19e7173d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@3x.png new file mode 100644 index 000000000..782995092 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/CarTaxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/Contents.json new file mode 100644 index 000000000..fb43bc4ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@1x.png new file mode 100644 index 000000000..6eeb73170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@2x.png new file mode 100644 index 000000000..26de8a600 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@3x.png new file mode 100644 index 000000000..55947ff8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/CarTaxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/Contents.json new file mode 100644 index 000000000..4ada5cfae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@1x.png new file mode 100644 index 000000000..e9fc38baf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@2x.png new file mode 100644 index 000000000..d5333e36f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@3x.png new file mode 100644 index 000000000..66bb429d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/CarTaxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/Contents.json new file mode 100644 index 000000000..13b3c2677 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CarTaxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CarTaxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CarTaxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CarTaxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@1x.png new file mode 100644 index 000000000..e485773d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@2x.png new file mode 100644 index 000000000..527b342c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@3x.png new file mode 100644 index 000000000..1bd932c77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/CardsOrderCenterHorizFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/Contents.json new file mode 100644 index 000000000..6e8052dbd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@1x.png new file mode 100644 index 000000000..27cbea788 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@2x.png new file mode 100644 index 000000000..12601ea5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@3x.png new file mode 100644 index 000000000..52b6133a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/CardsOrderCenterHorizFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/Contents.json new file mode 100644 index 000000000..b620131c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@1x.png new file mode 100644 index 000000000..4a1179e21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@2x.png new file mode 100644 index 000000000..396fc7fef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@3x.png new file mode 100644 index 000000000..3b2e87a9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/CardsOrderCenterHorizFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/Contents.json new file mode 100644 index 000000000..bfae104c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@1x.png new file mode 100644 index 000000000..2b063aa43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@2x.png new file mode 100644 index 000000000..7775ea5f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@3x.png new file mode 100644 index 000000000..e234cf6d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/CardsOrderCenterHorizOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/Contents.json new file mode 100644 index 000000000..1e8dc5d2c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@1x.png new file mode 100644 index 000000000..d6fe8b1f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@2x.png new file mode 100644 index 000000000..9a84ecff4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@3x.png new file mode 100644 index 000000000..bd7bb01a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/CardsOrderCenterHorizOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/Contents.json new file mode 100644 index 000000000..b8d3d5682 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@1x.png new file mode 100644 index 000000000..747a27ef9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@2x.png new file mode 100644 index 000000000..564e5a4ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@3x.png new file mode 100644 index 000000000..1a2172128 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/CardsOrderCenterHorizOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/Contents.json new file mode 100644 index 000000000..557dccdda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterHorizOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterHorizOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@1x.png new file mode 100644 index 000000000..54be8e1f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@2x.png new file mode 100644 index 000000000..049ee2293 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@3x.png new file mode 100644 index 000000000..59a2e5324 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/CardsOrderCenterVertFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/Contents.json new file mode 100644 index 000000000..18ebc4122 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@1x.png new file mode 100644 index 000000000..45edb0a05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@2x.png new file mode 100644 index 000000000..fdee49c00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@3x.png new file mode 100644 index 000000000..7a9d107fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/CardsOrderCenterVertFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/Contents.json new file mode 100644 index 000000000..e91c2c244 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@1x.png new file mode 100644 index 000000000..3a285d3e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@2x.png new file mode 100644 index 000000000..62f02c7e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@3x.png new file mode 100644 index 000000000..9e499d3ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/CardsOrderCenterVertFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/Contents.json new file mode 100644 index 000000000..5ca7b2773 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@1x.png new file mode 100644 index 000000000..5c0239f51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@2x.png new file mode 100644 index 000000000..f874445f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@3x.png new file mode 100644 index 000000000..981fc8334 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/CardsOrderCenterVertOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/Contents.json new file mode 100644 index 000000000..dc7c22e3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@1x.png new file mode 100644 index 000000000..66529cf5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@2x.png new file mode 100644 index 000000000..d159678c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@3x.png new file mode 100644 index 000000000..224c91efe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/CardsOrderCenterVertOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/Contents.json new file mode 100644 index 000000000..658aae76a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@1x.png new file mode 100644 index 000000000..923f1e2ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@2x.png new file mode 100644 index 000000000..894707e43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@3x.png new file mode 100644 index 000000000..c18f33a6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/CardsOrderCenterVertOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/Contents.json new file mode 100644 index 000000000..92fa4edbe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderCenterVertOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderCenterVertOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@1x.png new file mode 100644 index 000000000..dac301ee8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@2x.png new file mode 100644 index 000000000..02f25cb89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@3x.png new file mode 100644 index 000000000..28bb4690e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/CardsOrderFrontHorizFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/Contents.json new file mode 100644 index 000000000..722ac6e98 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@1x.png new file mode 100644 index 000000000..dc02adad7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@2x.png new file mode 100644 index 000000000..307c22c7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@3x.png new file mode 100644 index 000000000..4989e62bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/CardsOrderFrontHorizFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/Contents.json new file mode 100644 index 000000000..9e37c0d64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@1x.png new file mode 100644 index 000000000..e52277e1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@2x.png new file mode 100644 index 000000000..32bcb0091 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@3x.png new file mode 100644 index 000000000..db1316046 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/CardsOrderFrontHorizFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/Contents.json new file mode 100644 index 000000000..3020fd51f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@1x.png new file mode 100644 index 000000000..c5044efd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@2x.png new file mode 100644 index 000000000..a634f14e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@3x.png new file mode 100644 index 000000000..c9103dea2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/CardsOrderFrontHorizOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/Contents.json new file mode 100644 index 000000000..41a79ceb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@1x.png new file mode 100644 index 000000000..d108d6548 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@2x.png new file mode 100644 index 000000000..8cbc0c860 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@3x.png new file mode 100644 index 000000000..519521c95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/CardsOrderFrontHorizOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/Contents.json new file mode 100644 index 000000000..77e22e7bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@1x.png new file mode 100644 index 000000000..3636c9c99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@2x.png new file mode 100644 index 000000000..79d5e1b71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@3x.png new file mode 100644 index 000000000..fb08a5f18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/CardsOrderFrontHorizOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/Contents.json new file mode 100644 index 000000000..18e377d79 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontHorizOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontHorizOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@1x.png new file mode 100644 index 000000000..33cdd9203 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@2x.png new file mode 100644 index 000000000..beea1649d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@3x.png new file mode 100644 index 000000000..026548b00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/CardsOrderFrontVertFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/Contents.json new file mode 100644 index 000000000..932644354 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@1x.png new file mode 100644 index 000000000..c4d01d010 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@2x.png new file mode 100644 index 000000000..15a631d97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@3x.png new file mode 100644 index 000000000..ccab9ecda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/CardsOrderFrontVertFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/Contents.json new file mode 100644 index 000000000..98ac3a1b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@1x.png new file mode 100644 index 000000000..06d8442cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@2x.png new file mode 100644 index 000000000..eea7fdf2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@3x.png new file mode 100644 index 000000000..ab863e697 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/CardsOrderFrontVertFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/Contents.json new file mode 100644 index 000000000..b8bbb26c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@1x.png new file mode 100644 index 000000000..faea82df7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@2x.png new file mode 100644 index 000000000..f638e581d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@3x.png new file mode 100644 index 000000000..d1a03d972 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/CardsOrderFrontVertOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/Contents.json new file mode 100644 index 000000000..424c40969 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@1x.png new file mode 100644 index 000000000..8ae03419f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@2x.png new file mode 100644 index 000000000..5f130c1d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@3x.png new file mode 100644 index 000000000..01a7bf6d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/CardsOrderFrontVertOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/Contents.json new file mode 100644 index 000000000..bc66887ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@1x.png new file mode 100644 index 000000000..ebeb0200d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@2x.png new file mode 100644 index 000000000..33ac6efd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@3x.png new file mode 100644 index 000000000..446602e13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/CardsOrderFrontVertOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/Contents.json new file mode 100644 index 000000000..2656ff96b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardsOrderFrontVertOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardsOrderFrontVertOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@1x.png new file mode 100644 index 000000000..f8020ea28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@2x.png new file mode 100644 index 000000000..156037eba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@3x.png new file mode 100644 index 000000000..e76ade914 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/CardstackFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/Contents.json new file mode 100644 index 000000000..ac1bc7735 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@1x.png new file mode 100644 index 000000000..5857f7a6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@2x.png new file mode 100644 index 000000000..00b0456f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@3x.png new file mode 100644 index 000000000..1955e52ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/CardstackFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/Contents.json new file mode 100644 index 000000000..e9587a871 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@1x.png new file mode 100644 index 000000000..488fcd38d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@2x.png new file mode 100644 index 000000000..dc5b336a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@3x.png new file mode 100644 index 000000000..1e9dadb6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/CardstackFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/Contents.json new file mode 100644 index 000000000..cf144c37c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@1x.png new file mode 100644 index 000000000..cec98a06b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@2x.png new file mode 100644 index 000000000..f64cfe7b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@3x.png new file mode 100644 index 000000000..2845475e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/CardstackHorizFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/Contents.json new file mode 100644 index 000000000..b60047644 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@1x.png new file mode 100644 index 000000000..cf81bcf71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@2x.png new file mode 100644 index 000000000..b9f9ee2c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@3x.png new file mode 100644 index 000000000..433ff749a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/CardstackHorizFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/Contents.json new file mode 100644 index 000000000..ddd504551 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@1x.png new file mode 100644 index 000000000..cc2db9b69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@2x.png new file mode 100644 index 000000000..b7263321a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@3x.png new file mode 100644 index 000000000..ef923542c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/CardstackHorizFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/Contents.json new file mode 100644 index 000000000..9deec3f6b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@1x.png new file mode 100644 index 000000000..9d9501986 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@2x.png new file mode 100644 index 000000000..6d5898f9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@3x.png new file mode 100644 index 000000000..0f42d5fb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/CardstackHorizOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/Contents.json new file mode 100644 index 000000000..bbdd45246 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@1x.png new file mode 100644 index 000000000..133be7cd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@2x.png new file mode 100644 index 000000000..dbd9b1029 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@3x.png new file mode 100644 index 000000000..66ccd55a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/CardstackHorizOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/Contents.json new file mode 100644 index 000000000..581fce954 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@1x.png new file mode 100644 index 000000000..63a662b90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@2x.png new file mode 100644 index 000000000..c971b1a82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@3x.png new file mode 100644 index 000000000..3203e5971 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/CardstackHorizOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/Contents.json new file mode 100644 index 000000000..f933023be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackHorizOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackHorizOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackHorizOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackHorizOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@1x.png new file mode 100644 index 000000000..320678364 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@2x.png new file mode 100644 index 000000000..22ccd6696 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@3x.png new file mode 100644 index 000000000..4aa5e03a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/CardstackOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/Contents.json new file mode 100644 index 000000000..769b5c256 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@1x.png new file mode 100644 index 000000000..9b57871fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@2x.png new file mode 100644 index 000000000..61d0313a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@3x.png new file mode 100644 index 000000000..6e42762f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/CardstackOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/Contents.json new file mode 100644 index 000000000..5e01181c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@1x.png new file mode 100644 index 000000000..9f9782c26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@2x.png new file mode 100644 index 000000000..4424026bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@3x.png new file mode 100644 index 000000000..90bd22f50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/CardstackOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/Contents.json new file mode 100644 index 000000000..cbfe5ce6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CardstackOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CardstackOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CardstackOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CardstackOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@1x.png new file mode 100644 index 000000000..9e571e13a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@2x.png new file mode 100644 index 000000000..6083025d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@3x.png new file mode 100644 index 000000000..3441a9fa2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/CartBagFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/Contents.json new file mode 100644 index 000000000..e7637d89d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@1x.png new file mode 100644 index 000000000..45deb3c5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@2x.png new file mode 100644 index 000000000..e950d9d91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@3x.png new file mode 100644 index 000000000..4c8f3ad79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/CartBagFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/Contents.json new file mode 100644 index 000000000..773a6b1c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@1x.png new file mode 100644 index 000000000..c3abea28c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@2x.png new file mode 100644 index 000000000..d7e5dc4fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@3x.png new file mode 100644 index 000000000..2895e882c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/CartBagFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/Contents.json new file mode 100644 index 000000000..a51bbe301 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@1x.png new file mode 100644 index 000000000..467435055 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@2x.png new file mode 100644 index 000000000..8ee858b71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@3x.png new file mode 100644 index 000000000..ee84fea7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/CartBagOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/Contents.json new file mode 100644 index 000000000..f502f424c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@1x.png new file mode 100644 index 000000000..17cc2d241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@2x.png new file mode 100644 index 000000000..c7ab016ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@3x.png new file mode 100644 index 000000000..c833fb60a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/CartBagOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/Contents.json new file mode 100644 index 000000000..0826f5ca1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@1x.png new file mode 100644 index 000000000..fc339bba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@2x.png new file mode 100644 index 000000000..ee1fc9b61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@3x.png new file mode 100644 index 000000000..ae5952993 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/CartBagOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/Contents.json new file mode 100644 index 000000000..2fa93570d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartBagOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartBagOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartBagOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartBagOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@1x.png new file mode 100644 index 000000000..5b8f284e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@2x.png new file mode 100644 index 000000000..ebc5ef163 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@3x.png new file mode 100644 index 000000000..fd94d74ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/CartFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/Contents.json new file mode 100644 index 000000000..48d54a7de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@1x.png new file mode 100644 index 000000000..fda58a470 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@2x.png new file mode 100644 index 000000000..9de6b9b5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@3x.png new file mode 100644 index 000000000..3a838c72e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/CartFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/Contents.json new file mode 100644 index 000000000..a70b477a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@1x.png new file mode 100644 index 000000000..d3e5df36e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@2x.png new file mode 100644 index 000000000..b7dcfd7e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@3x.png new file mode 100644 index 000000000..34b379bf8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/CartFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/Contents.json new file mode 100644 index 000000000..ace4f43bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@1x.png new file mode 100644 index 000000000..dccebebc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@2x.png new file mode 100644 index 000000000..9b2aca8ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@3x.png new file mode 100644 index 000000000..41a65bd8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/CartOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/Contents.json new file mode 100644 index 000000000..cf970a598 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@1x.png new file mode 100644 index 000000000..214bc3ef3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@2x.png new file mode 100644 index 000000000..344abed1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@3x.png new file mode 100644 index 000000000..3381db434 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/CartOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/Contents.json new file mode 100644 index 000000000..5dd600c9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@1x.png new file mode 100644 index 000000000..f01256e65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@2x.png new file mode 100644 index 000000000..4f645b78c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@3x.png new file mode 100644 index 000000000..26d0f7542 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/CartOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/Contents.json new file mode 100644 index 000000000..a686be7d8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CartOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CartOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CartOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CartOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@1x.png new file mode 100644 index 000000000..c9e57d921 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@2x.png new file mode 100644 index 000000000..d0c722dda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@3x.png new file mode 100644 index 000000000..ac00af18d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/CaseBusinessFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/Contents.json new file mode 100644 index 000000000..777d6e0be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@1x.png new file mode 100644 index 000000000..53c571fd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@2x.png new file mode 100644 index 000000000..37fe3eb6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@3x.png new file mode 100644 index 000000000..a3d4002c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/CaseBusinessFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/Contents.json new file mode 100644 index 000000000..29632f0ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@1x.png new file mode 100644 index 000000000..e8d149f7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@2x.png new file mode 100644 index 000000000..e112e8265 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@3x.png new file mode 100644 index 000000000..09756ab16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/CaseBusinessFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/Contents.json new file mode 100644 index 000000000..fda3e60fc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@1x.png new file mode 100644 index 000000000..05b5302e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@2x.png new file mode 100644 index 000000000..55f94f723 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@3x.png new file mode 100644 index 000000000..709ed52a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/CaseBusinessOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/Contents.json new file mode 100644 index 000000000..d67676614 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@1x.png new file mode 100644 index 000000000..50a7fca51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@2x.png new file mode 100644 index 000000000..b103a19b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@3x.png new file mode 100644 index 000000000..533950459 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/CaseBusinessOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/Contents.json new file mode 100644 index 000000000..5b1e0ee28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@1x.png new file mode 100644 index 000000000..674a1048e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@2x.png new file mode 100644 index 000000000..8c2baf496 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@3x.png new file mode 100644 index 000000000..8598db493 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/CaseBusinessOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/Contents.json new file mode 100644 index 000000000..35343590b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseBusinessOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseBusinessOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseBusinessOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseBusinessOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@1x.png new file mode 100644 index 000000000..3abfb202b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@2x.png new file mode 100644 index 000000000..8cb1ed0a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@3x.png new file mode 100644 index 000000000..4e1376fc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/CaseDiagramFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/Contents.json new file mode 100644 index 000000000..a76bd783b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@1x.png new file mode 100644 index 000000000..61777e6dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@2x.png new file mode 100644 index 000000000..f00826a6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@3x.png new file mode 100644 index 000000000..99d9de011 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/CaseDiagramFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/Contents.json new file mode 100644 index 000000000..7ba42e647 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@1x.png new file mode 100644 index 000000000..6d9b998ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@2x.png new file mode 100644 index 000000000..5c99e522c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@3x.png new file mode 100644 index 000000000..ba04dcb7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/CaseDiagramFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/Contents.json new file mode 100644 index 000000000..bf0ce5821 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@1x.png new file mode 100644 index 000000000..b271e171f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@2x.png new file mode 100644 index 000000000..e69911e12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@3x.png new file mode 100644 index 000000000..f4b077511 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/CaseDiagramOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/Contents.json new file mode 100644 index 000000000..15ea330ff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@1x.png new file mode 100644 index 000000000..5d9193a94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@2x.png new file mode 100644 index 000000000..89c6ea606 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@3x.png new file mode 100644 index 000000000..8f0bd5e9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/CaseDiagramOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/Contents.json new file mode 100644 index 000000000..5a7789277 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@1x.png new file mode 100644 index 000000000..eb165e371 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@2x.png new file mode 100644 index 000000000..3a0ad8107 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@3x.png new file mode 100644 index 000000000..534596303 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/CaseDiagramOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/Contents.json new file mode 100644 index 000000000..e20c40bfc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseDiagramOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseDiagramOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseDiagramOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseDiagramOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@1x.png new file mode 100644 index 000000000..f620e2b57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@2x.png new file mode 100644 index 000000000..8f3cac6ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@3x.png new file mode 100644 index 000000000..582e77bba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/CaseFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/Contents.json new file mode 100644 index 000000000..8e16d6545 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@1x.png new file mode 100644 index 000000000..2f1938a5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@2x.png new file mode 100644 index 000000000..ada7673b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@3x.png new file mode 100644 index 000000000..fe3897fa4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/CaseFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/Contents.json new file mode 100644 index 000000000..aa55dba7c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@1x.png new file mode 100644 index 000000000..7edf871a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@2x.png new file mode 100644 index 000000000..d53558efc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@3x.png new file mode 100644 index 000000000..a01c699bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/CaseFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/Contents.json new file mode 100644 index 000000000..a6cfeb601 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@1x.png new file mode 100644 index 000000000..8efa5be36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@2x.png new file mode 100644 index 000000000..633710993 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@3x.png new file mode 100644 index 000000000..f342adebe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/CaseOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/Contents.json new file mode 100644 index 000000000..afbba51e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@1x.png new file mode 100644 index 000000000..075482223 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@2x.png new file mode 100644 index 000000000..322e07c1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@3x.png new file mode 100644 index 000000000..41144aca4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/CaseOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/Contents.json new file mode 100644 index 000000000..6ac57f1e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@1x.png new file mode 100644 index 000000000..68c421d32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@2x.png new file mode 100644 index 000000000..ff506105b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@3x.png new file mode 100644 index 000000000..344f14f8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/CaseOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/Contents.json new file mode 100644 index 000000000..7f3e4f1a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CaseOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CaseOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CaseOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CaseOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@1x.png new file mode 100644 index 000000000..70ee0cb19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@2x.png new file mode 100644 index 000000000..ad0282705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@3x.png new file mode 100644 index 000000000..298d98133 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/CashATMFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/Contents.json new file mode 100644 index 000000000..a213850a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@1x.png new file mode 100644 index 000000000..a6f833826 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@2x.png new file mode 100644 index 000000000..ee2667597 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@3x.png new file mode 100644 index 000000000..f311df2f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/CashATMFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/Contents.json new file mode 100644 index 000000000..4aa6261da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@1x.png new file mode 100644 index 000000000..3b20d4bcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@2x.png new file mode 100644 index 000000000..174d6d153 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@3x.png new file mode 100644 index 000000000..c7fb3bc7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/CashATMFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/Contents.json new file mode 100644 index 000000000..a4f45c859 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@1x.png new file mode 100644 index 000000000..5d079d0f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@2x.png new file mode 100644 index 000000000..ff508ff13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@3x.png new file mode 100644 index 000000000..9a75a66d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/CashATMOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/Contents.json new file mode 100644 index 000000000..f420351fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@1x.png new file mode 100644 index 000000000..de5371d54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@2x.png new file mode 100644 index 000000000..99acc52d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@3x.png new file mode 100644 index 000000000..86a3cb25c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/CashATMOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/Contents.json new file mode 100644 index 000000000..2d458cca5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@1x.png new file mode 100644 index 000000000..09a18457d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@2x.png new file mode 100644 index 000000000..9a8bd3a26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@3x.png new file mode 100644 index 000000000..b73a2ee8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/CashATMOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/Contents.json new file mode 100644 index 000000000..73b5ed050 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashATMOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashATMOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashATMOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashATMOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@1x.png new file mode 100644 index 000000000..bea609b8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@2x.png new file mode 100644 index 000000000..ec3aeb01f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@3x.png new file mode 100644 index 000000000..18904800a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/CashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/Contents.json new file mode 100644 index 000000000..04c667389 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@1x.png new file mode 100644 index 000000000..7415f31df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@2x.png new file mode 100644 index 000000000..71a16b3b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@3x.png new file mode 100644 index 000000000..b93b9a2e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/CashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/Contents.json new file mode 100644 index 000000000..1f5c7f6a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@1x.png new file mode 100644 index 000000000..bea5af963 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@2x.png new file mode 100644 index 000000000..87478a20b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@3x.png new file mode 100644 index 000000000..d5525211f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/CashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/Contents.json new file mode 100644 index 000000000..1b0991685 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@1x.png new file mode 100644 index 000000000..4dc418218 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@2x.png new file mode 100644 index 000000000..21e5e4ed7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@3x.png new file mode 100644 index 000000000..857c4412a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/CashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/Contents.json new file mode 100644 index 000000000..e1398051d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@1x.png new file mode 100644 index 000000000..8b8e9863f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@2x.png new file mode 100644 index 000000000..7011f6a80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@3x.png new file mode 100644 index 000000000..fcf02d97b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/CashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/Contents.json new file mode 100644 index 000000000..548748732 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@1x.png new file mode 100644 index 000000000..e40a2c3c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@2x.png new file mode 100644 index 000000000..03d8632ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@3x.png new file mode 100644 index 000000000..fc681dbd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/CashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/Contents.json new file mode 100644 index 000000000..4a9e48c6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@1x.png new file mode 100644 index 000000000..8d242c440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@2x.png new file mode 100644 index 000000000..1dc955104 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@3x.png new file mode 100644 index 000000000..419a8a581 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/CatalogFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/Contents.json new file mode 100644 index 000000000..b03e75c20 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@1x.png new file mode 100644 index 000000000..c98d0b56f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@2x.png new file mode 100644 index 000000000..c3fd7d36d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@3x.png new file mode 100644 index 000000000..188e743da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/CatalogFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/Contents.json new file mode 100644 index 000000000..05c626cf9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@1x.png new file mode 100644 index 000000000..1510eb867 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@2x.png new file mode 100644 index 000000000..895cca66a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@3x.png new file mode 100644 index 000000000..87148bd83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/CatalogFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/Contents.json new file mode 100644 index 000000000..170937da5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@1x.png new file mode 100644 index 000000000..6602c6a53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@2x.png new file mode 100644 index 000000000..e6e2c045f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@3x.png new file mode 100644 index 000000000..cccf5f3b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/CatalogOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/Contents.json new file mode 100644 index 000000000..99f99f1dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@1x.png new file mode 100644 index 000000000..4c630ec5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@2x.png new file mode 100644 index 000000000..ae3fb149f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@3x.png new file mode 100644 index 000000000..52e34dacb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/CatalogOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/Contents.json new file mode 100644 index 000000000..5b6bcd5e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@1x.png new file mode 100644 index 000000000..d544c8421 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@2x.png new file mode 100644 index 000000000..36755886e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@3x.png new file mode 100644 index 000000000..446cec42f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/CatalogOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/Contents.json new file mode 100644 index 000000000..d56ff86b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CatalogOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CatalogOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CatalogOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CatalogOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@1x.png new file mode 100644 index 000000000..d6ac229fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@2x.png new file mode 100644 index 000000000..f4665fe29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@3x.png new file mode 100644 index 000000000..189de51a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/CertificateFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/Contents.json new file mode 100644 index 000000000..bbb549c6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@1x.png new file mode 100644 index 000000000..bfa672215 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@2x.png new file mode 100644 index 000000000..dc5870e12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@3x.png new file mode 100644 index 000000000..4f7df4403 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/CertificateFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/Contents.json new file mode 100644 index 000000000..012db277f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@1x.png new file mode 100644 index 000000000..2b9092346 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@2x.png new file mode 100644 index 000000000..85a5f7d1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@3x.png new file mode 100644 index 000000000..e3e51885a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/CertificateFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/Contents.json new file mode 100644 index 000000000..c9bdc306a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@1x.png new file mode 100644 index 000000000..6e977380b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@2x.png new file mode 100644 index 000000000..a34b68299 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@3x.png new file mode 100644 index 000000000..20e92da64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/CertificateOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/Contents.json new file mode 100644 index 000000000..9b1e94440 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@1x.png new file mode 100644 index 000000000..3113ed47f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@2x.png new file mode 100644 index 000000000..6113f1681 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@3x.png new file mode 100644 index 000000000..9d5c4cf1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/CertificateOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/Contents.json new file mode 100644 index 000000000..fca9ed213 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@1x.png new file mode 100644 index 000000000..247485bb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@2x.png new file mode 100644 index 000000000..bc0d1a7dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@3x.png new file mode 100644 index 000000000..83589eaa4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/CertificateOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/Contents.json new file mode 100644 index 000000000..b4e73abcd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CertificateOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CertificateOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CertificateOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CertificateOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@1x.png new file mode 100644 index 000000000..fd8804534 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@2x.png new file mode 100644 index 000000000..c9af16bee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@3x.png new file mode 100644 index 000000000..fdefd0465 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/ChartDistributionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/Contents.json new file mode 100644 index 000000000..fbd13ae9f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@1x.png new file mode 100644 index 000000000..cc1db0d89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@2x.png new file mode 100644 index 000000000..d66e60e0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@3x.png new file mode 100644 index 000000000..db9252c22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/ChartDistributionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/Contents.json new file mode 100644 index 000000000..c12818d45 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@1x.png new file mode 100644 index 000000000..e2b7e7fb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@2x.png new file mode 100644 index 000000000..bba722629 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@3x.png new file mode 100644 index 000000000..3c3bdc3ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/ChartDistributionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/Contents.json new file mode 100644 index 000000000..9d712c6c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@1x.png new file mode 100644 index 000000000..c29d90e4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@2x.png new file mode 100644 index 000000000..3a6f50a64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@3x.png new file mode 100644 index 000000000..894923c7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/ChartDistributionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/Contents.json new file mode 100644 index 000000000..cc313c80d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@1x.png new file mode 100644 index 000000000..229da7564 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@2x.png new file mode 100644 index 000000000..815f65119 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@3x.png new file mode 100644 index 000000000..9c387c28c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/ChartDistributionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/Contents.json new file mode 100644 index 000000000..3ce415ef5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@1x.png new file mode 100644 index 000000000..1fd2799e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@2x.png new file mode 100644 index 000000000..953c2a9a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@3x.png new file mode 100644 index 000000000..3f62c739e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/ChartDistributionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/Contents.json new file mode 100644 index 000000000..08b2bc7ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartDistributionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartDistributionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartDistributionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartDistributionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@1x.png new file mode 100644 index 000000000..e3b1d45fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@2x.png new file mode 100644 index 000000000..35119eef1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@3x.png new file mode 100644 index 000000000..c8f4bfadf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/ChartPieFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/Contents.json new file mode 100644 index 000000000..806b377b1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@1x.png new file mode 100644 index 000000000..e6d2cdb11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@2x.png new file mode 100644 index 000000000..c517a9cef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@3x.png new file mode 100644 index 000000000..c73e91bb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/ChartPieFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/Contents.json new file mode 100644 index 000000000..06210ded0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@1x.png new file mode 100644 index 000000000..a51c86659 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@2x.png new file mode 100644 index 000000000..ea7c1f656 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@3x.png new file mode 100644 index 000000000..33ed36746 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/ChartPieFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/Contents.json new file mode 100644 index 000000000..8b6aab5c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@1x.png new file mode 100644 index 000000000..b735427d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@2x.png new file mode 100644 index 000000000..ee2ca6594 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@3x.png new file mode 100644 index 000000000..16bde11f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/ChartPieOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/Contents.json new file mode 100644 index 000000000..c7ac5d61b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@1x.png new file mode 100644 index 000000000..9b1f5467e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@2x.png new file mode 100644 index 000000000..91d54169a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@3x.png new file mode 100644 index 000000000..b77d748e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/ChartPieOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/Contents.json new file mode 100644 index 000000000..235275c18 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@1x.png new file mode 100644 index 000000000..0df5879ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@2x.png new file mode 100644 index 000000000..36f855fd8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@3x.png new file mode 100644 index 000000000..f67e5b933 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/ChartPieOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/Contents.json new file mode 100644 index 000000000..b2f9f3964 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChartPieOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChartPieOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChartPieOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChartPieOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@1x.png new file mode 100644 index 000000000..2e3dd48c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@2x.png new file mode 100644 index 000000000..bc1948282 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@3x.png new file mode 100644 index 000000000..f9e403a85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/ChatFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/Contents.json new file mode 100644 index 000000000..4d2279797 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@1x.png new file mode 100644 index 000000000..92f711580 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@2x.png new file mode 100644 index 000000000..91bca08f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@3x.png new file mode 100644 index 000000000..aaa4af52d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/ChatFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/Contents.json new file mode 100644 index 000000000..814969d64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@1x.png new file mode 100644 index 000000000..a3ed6058e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@2x.png new file mode 100644 index 000000000..f4aa9da59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@3x.png new file mode 100644 index 000000000..6ffc4de70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/ChatFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/Contents.json new file mode 100644 index 000000000..f18ed22a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@1x.png new file mode 100644 index 000000000..d69769d98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@2x.png new file mode 100644 index 000000000..4b25809de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@3x.png new file mode 100644 index 000000000..cbcb82120 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/ChatHumanFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/Contents.json new file mode 100644 index 000000000..cbdac123a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@1x.png new file mode 100644 index 000000000..2c20b62b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@2x.png new file mode 100644 index 000000000..93ae65273 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@3x.png new file mode 100644 index 000000000..d4efe5dcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/ChatHumanFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/Contents.json new file mode 100644 index 000000000..6e7f1baad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@1x.png new file mode 100644 index 000000000..e9e140831 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@2x.png new file mode 100644 index 000000000..c8d4130bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@3x.png new file mode 100644 index 000000000..70f5d6c86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/ChatHumanFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/Contents.json new file mode 100644 index 000000000..bd3bd3643 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@1x.png new file mode 100644 index 000000000..cf330a1df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@2x.png new file mode 100644 index 000000000..7dfdf8f30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@3x.png new file mode 100644 index 000000000..71830aef2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/ChatHumanOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/Contents.json new file mode 100644 index 000000000..356f23840 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@1x.png new file mode 100644 index 000000000..4a5228bd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@2x.png new file mode 100644 index 000000000..5c418b25d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@3x.png new file mode 100644 index 000000000..c45bfe7bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/ChatHumanOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/Contents.json new file mode 100644 index 000000000..033a17e0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@1x.png new file mode 100644 index 000000000..3bd8c7c56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@2x.png new file mode 100644 index 000000000..05c4ddb8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@3x.png new file mode 100644 index 000000000..d8bdf3117 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/ChatHumanOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/Contents.json new file mode 100644 index 000000000..8e2382fb4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatHumanOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatHumanOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatHumanOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatHumanOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@1x.png new file mode 100644 index 000000000..6575942b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@2x.png new file mode 100644 index 000000000..e69583db3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@3x.png new file mode 100644 index 000000000..1c9bed9f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/ChatOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/Contents.json new file mode 100644 index 000000000..6b0acae69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@1x.png new file mode 100644 index 000000000..8682a7618 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@2x.png new file mode 100644 index 000000000..4ab6a952e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@3x.png new file mode 100644 index 000000000..f15633c7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/ChatOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/Contents.json new file mode 100644 index 000000000..1fe4b3309 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@1x.png new file mode 100644 index 000000000..cc55dc4b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@2x.png new file mode 100644 index 000000000..62a740ab3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@3x.png new file mode 100644 index 000000000..3832418a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/ChatOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/Contents.json new file mode 100644 index 000000000..0d4474396 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@1x.png new file mode 100644 index 000000000..0ac86bc10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@2x.png new file mode 100644 index 000000000..534399d68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@3x.png new file mode 100644 index 000000000..8d7f8c623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/ChatTranscriptionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/Contents.json new file mode 100644 index 000000000..58c26c44c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@1x.png new file mode 100644 index 000000000..b3554f09b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@2x.png new file mode 100644 index 000000000..27fa8b99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@3x.png new file mode 100644 index 000000000..2b7e75d46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/ChatTranscriptionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/Contents.json new file mode 100644 index 000000000..0bb29b252 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@1x.png new file mode 100644 index 000000000..c4b89a824 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@2x.png new file mode 100644 index 000000000..6fa3a517c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@3x.png new file mode 100644 index 000000000..8fbdf7303 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/ChatTranscriptionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/Contents.json new file mode 100644 index 000000000..bf899b0b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@1x.png new file mode 100644 index 000000000..3639a95cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@2x.png new file mode 100644 index 000000000..ea9693968 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@3x.png new file mode 100644 index 000000000..d9c8aa5d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/ChatTranscriptionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/Contents.json new file mode 100644 index 000000000..187964914 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@1x.png new file mode 100644 index 000000000..563eff4ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@2x.png new file mode 100644 index 000000000..2ca93742d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@3x.png new file mode 100644 index 000000000..767481eb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/ChatTranscriptionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/Contents.json new file mode 100644 index 000000000..263b55580 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@1x.png new file mode 100644 index 000000000..8c35b954e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@2x.png new file mode 100644 index 000000000..b7d5f9898 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@3x.png new file mode 100644 index 000000000..f2cc4fd71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/ChatTranscriptionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/Contents.json new file mode 100644 index 000000000..43bf5393d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChatTranscriptionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChatTranscriptionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@1x.png new file mode 100644 index 000000000..64641b526 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@2x.png new file mode 100644 index 000000000..37e3b7e98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@3x.png new file mode 100644 index 000000000..7be8d81f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/ChevronCircleDownFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/Contents.json new file mode 100644 index 000000000..d9db05623 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@1x.png new file mode 100644 index 000000000..5ec554d80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@2x.png new file mode 100644 index 000000000..f743c36c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@3x.png new file mode 100644 index 000000000..e6754c46d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/ChevronCircleDownFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/Contents.json new file mode 100644 index 000000000..e627c6958 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@1x.png new file mode 100644 index 000000000..a8f0f82f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@2x.png new file mode 100644 index 000000000..ec39af11a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@3x.png new file mode 100644 index 000000000..07c702d30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/ChevronCircleDownFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/Contents.json new file mode 100644 index 000000000..34bc7fd52 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@1x.png new file mode 100644 index 000000000..ce6937979 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@2x.png new file mode 100644 index 000000000..378c555ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@3x.png new file mode 100644 index 000000000..7bfb6c3ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/ChevronCircleDownOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/Contents.json new file mode 100644 index 000000000..f8fb6728e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@1x.png new file mode 100644 index 000000000..2d03f9e29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@2x.png new file mode 100644 index 000000000..e879359ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@3x.png new file mode 100644 index 000000000..d5c1e97d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/ChevronCircleDownOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/Contents.json new file mode 100644 index 000000000..6852ac283 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@1x.png new file mode 100644 index 000000000..cda860fdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@2x.png new file mode 100644 index 000000000..435c4f846 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@3x.png new file mode 100644 index 000000000..21c29c8e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/ChevronCircleDownOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/Contents.json new file mode 100644 index 000000000..721476c3f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleDownOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleDownOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@1x.png new file mode 100644 index 000000000..91590c79e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@2x.png new file mode 100644 index 000000000..cb5af4f3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@3x.png new file mode 100644 index 000000000..5ff28953a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/ChevronCircleLeftFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/Contents.json new file mode 100644 index 000000000..41eb57874 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@1x.png new file mode 100644 index 000000000..8b52af920 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@2x.png new file mode 100644 index 000000000..1b287cfa7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@3x.png new file mode 100644 index 000000000..c74a76644 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/ChevronCircleLeftFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/Contents.json new file mode 100644 index 000000000..61bb7a76e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@1x.png new file mode 100644 index 000000000..88f359e8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@2x.png new file mode 100644 index 000000000..602fc9e51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@3x.png new file mode 100644 index 000000000..5646860d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/ChevronCircleLeftFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/Contents.json new file mode 100644 index 000000000..f3c65cae2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@1x.png new file mode 100644 index 000000000..aa70238bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@2x.png new file mode 100644 index 000000000..36652def1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@3x.png new file mode 100644 index 000000000..33564e8c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/ChevronCircleLeftOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/Contents.json new file mode 100644 index 000000000..87cf988dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@1x.png new file mode 100644 index 000000000..351cc3d2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@2x.png new file mode 100644 index 000000000..55a01f08e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@3x.png new file mode 100644 index 000000000..25c79c447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/ChevronCircleLeftOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/Contents.json new file mode 100644 index 000000000..ef8e5fba2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@1x.png new file mode 100644 index 000000000..c211657ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@2x.png new file mode 100644 index 000000000..a7fed5b5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@3x.png new file mode 100644 index 000000000..201630e8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/ChevronCircleLeftOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/Contents.json new file mode 100644 index 000000000..4fd3da4d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleLeftOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleLeftOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@1x.png new file mode 100644 index 000000000..2f42a022b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@2x.png new file mode 100644 index 000000000..eec5a4b59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@3x.png new file mode 100644 index 000000000..7137521d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/ChevronCircleRightFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/Contents.json new file mode 100644 index 000000000..b5c21c2d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@1x.png new file mode 100644 index 000000000..f7813ade6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@2x.png new file mode 100644 index 000000000..741aee57f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@3x.png new file mode 100644 index 000000000..46d79db05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/ChevronCircleRightFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/Contents.json new file mode 100644 index 000000000..d63382f5c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@1x.png new file mode 100644 index 000000000..5c6b53917 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@2x.png new file mode 100644 index 000000000..ca9f4c388 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@3x.png new file mode 100644 index 000000000..843901692 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/ChevronCircleRightFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/Contents.json new file mode 100644 index 000000000..898c344bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@1x.png new file mode 100644 index 000000000..25f9c81f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@2x.png new file mode 100644 index 000000000..96d474739 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@3x.png new file mode 100644 index 000000000..61b79c5c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/ChevronCircleRightOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/Contents.json new file mode 100644 index 000000000..e441bce00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@1x.png new file mode 100644 index 000000000..7f90e8ddd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@2x.png new file mode 100644 index 000000000..8b23cc1d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@3x.png new file mode 100644 index 000000000..f87b36841 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/ChevronCircleRightOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/Contents.json new file mode 100644 index 000000000..c0cef177e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@1x.png new file mode 100644 index 000000000..8a409ac29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@2x.png new file mode 100644 index 000000000..fe44d118c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@3x.png new file mode 100644 index 000000000..0b24ab237 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/ChevronCircleRightOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/Contents.json new file mode 100644 index 000000000..2568cb61a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleRightOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleRightOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@1x.png new file mode 100644 index 000000000..89033c775 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@2x.png new file mode 100644 index 000000000..bd01ea4d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@3x.png new file mode 100644 index 000000000..36042c23e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/ChevronCircleUpFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/Contents.json new file mode 100644 index 000000000..c580a0fa6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@1x.png new file mode 100644 index 000000000..bea145626 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@2x.png new file mode 100644 index 000000000..8e651dbec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@3x.png new file mode 100644 index 000000000..4f09ca767 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/ChevronCircleUpFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/Contents.json new file mode 100644 index 000000000..abaef24a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@1x.png new file mode 100644 index 000000000..ca9dde98f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@2x.png new file mode 100644 index 000000000..efbd11576 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@3x.png new file mode 100644 index 000000000..28afd592a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/ChevronCircleUpFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/Contents.json new file mode 100644 index 000000000..30d6c1120 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@1x.png new file mode 100644 index 000000000..4ce900c55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@2x.png new file mode 100644 index 000000000..3b9395e6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@3x.png new file mode 100644 index 000000000..3d12d498c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/ChevronCircleUpOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/Contents.json new file mode 100644 index 000000000..fc237b37f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@1x.png new file mode 100644 index 000000000..601eb4642 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@2x.png new file mode 100644 index 000000000..ed8e165bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@3x.png new file mode 100644 index 000000000..fc40650b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/ChevronCircleUpOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/Contents.json new file mode 100644 index 000000000..bd1972896 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@1x.png new file mode 100644 index 000000000..24d06ad90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@2x.png new file mode 100644 index 000000000..9f8301a9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@3x.png new file mode 100644 index 000000000..afad69df9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/ChevronCircleUpOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/Contents.json new file mode 100644 index 000000000..91334d0de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronCircleUpOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronCircleUpOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@1x.png new file mode 100644 index 000000000..656a6ad79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@2x.png new file mode 100644 index 000000000..a11202baf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@3x.png new file mode 100644 index 000000000..504fb7a3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/ChevronDown-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/Contents.json new file mode 100644 index 000000000..5e7b41f05 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronDown-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronDown-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronDown-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@1x.png new file mode 100644 index 000000000..26ad38111 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@2x.png new file mode 100644 index 000000000..e675ae1dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@3x.png new file mode 100644 index 000000000..db1db580c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/ChevronDown-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/Contents.json new file mode 100644 index 000000000..3b3e7e102 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronDown-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronDown-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronDown-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@1x.png new file mode 100644 index 000000000..6ca273ddb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@2x.png new file mode 100644 index 000000000..26214f604 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@3x.png new file mode 100644 index 000000000..fd851ee7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/ChevronDown-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/Contents.json new file mode 100644 index 000000000..933f3d146 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronDown36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronDown-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronDown-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronDown-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@1x.png new file mode 100644 index 000000000..b8cfe906e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@2x.png new file mode 100644 index 000000000..4adcd9aca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@3x.png new file mode 100644 index 000000000..ede3ac56d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/ChevronLeft-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/Contents.json new file mode 100644 index 000000000..7666fef1c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronLeft-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronLeft-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronLeft-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@1x.png new file mode 100644 index 000000000..883a5e794 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@2x.png new file mode 100644 index 000000000..5838e0c9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@3x.png new file mode 100644 index 000000000..debdc39f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/ChevronLeft-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/Contents.json new file mode 100644 index 000000000..6865a41c1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronLeft-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronLeft-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronLeft-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@1x.png new file mode 100644 index 000000000..5d1666c4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@2x.png new file mode 100644 index 000000000..ca3307822 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@3x.png new file mode 100644 index 000000000..c0ac154d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/ChevronLeft-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/Contents.json new file mode 100644 index 000000000..ea64cadb4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronLeft36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronLeft-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronLeft-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronLeft-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@1x.png new file mode 100644 index 000000000..d3bbfaa7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@2x.png new file mode 100644 index 000000000..5f928c34d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@3x.png new file mode 100644 index 000000000..2ab06e0f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/ChevronRight-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/Contents.json new file mode 100644 index 000000000..77c53ebb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronRight-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronRight-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronRight-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@1x.png new file mode 100644 index 000000000..d04455a27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@2x.png new file mode 100644 index 000000000..fde477efa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@3x.png new file mode 100644 index 000000000..edbc67691 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/ChevronRight-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/Contents.json new file mode 100644 index 000000000..50f862117 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronRight-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronRight-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronRight-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@1x.png new file mode 100644 index 000000000..5392e2b05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@2x.png new file mode 100644 index 000000000..a8762d6bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@3x.png new file mode 100644 index 000000000..fa1a9292a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/ChevronRight-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/Contents.json new file mode 100644 index 000000000..097a11bac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronRight36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronRight-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronRight-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronRight-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@1x.png new file mode 100644 index 000000000..1dce819a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@2x.png new file mode 100644 index 000000000..e4ec5b5de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@3x.png new file mode 100644 index 000000000..e84a51a19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/ChevronUp-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/Contents.json new file mode 100644 index 000000000..6ea72ede5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronUp-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronUp-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronUp-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@1x.png new file mode 100644 index 000000000..a460f5c0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@2x.png new file mode 100644 index 000000000..0e300be4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@3x.png new file mode 100644 index 000000000..b86e2f950 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/ChevronUp-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/Contents.json new file mode 100644 index 000000000..d98c1d5f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronUp-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronUp-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronUp-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@1x.png new file mode 100644 index 000000000..8ecf17519 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@2x.png new file mode 100644 index 000000000..ea9b2624e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@3x.png new file mode 100644 index 000000000..136a0bff3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/ChevronUp-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/Contents.json new file mode 100644 index 000000000..101a0a147 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChevronUp36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChevronUp-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChevronUp-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChevronUp-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@1x.png new file mode 100644 index 000000000..dabe01161 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@2x.png new file mode 100644 index 000000000..f1af53ddd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@3x.png new file mode 100644 index 000000000..314e48425 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/ChoiceFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/Contents.json new file mode 100644 index 000000000..4f2f3d0a5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@1x.png new file mode 100644 index 000000000..aaec26c7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@2x.png new file mode 100644 index 000000000..ef0db1b0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@3x.png new file mode 100644 index 000000000..ababce17c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/ChoiceFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/Contents.json new file mode 100644 index 000000000..94a1257c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@1x.png new file mode 100644 index 000000000..8072797bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@2x.png new file mode 100644 index 000000000..e35f71837 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@3x.png new file mode 100644 index 000000000..55183a1b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/ChoiceFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/Contents.json new file mode 100644 index 000000000..64e3fdbf1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@1x.png new file mode 100644 index 000000000..ed3be5700 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@2x.png new file mode 100644 index 000000000..fc676a740 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@3x.png new file mode 100644 index 000000000..5925c8012 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/ChoiceOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/Contents.json new file mode 100644 index 000000000..947069a15 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@1x.png new file mode 100644 index 000000000..b3042be40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@2x.png new file mode 100644 index 000000000..b1fb9923c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@3x.png new file mode 100644 index 000000000..82270c58b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/ChoiceOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/Contents.json new file mode 100644 index 000000000..3fa28030b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@1x.png new file mode 100644 index 000000000..be6cb0625 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@2x.png new file mode 100644 index 000000000..d1767fb03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@3x.png new file mode 100644 index 000000000..a58383b20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/ChoiceOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/Contents.json new file mode 100644 index 000000000..41d9519ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ChoiceOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ChoiceOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ChoiceOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ChoiceOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@1x.png new file mode 100644 index 000000000..4f81049c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@2x.png new file mode 100644 index 000000000..d603f65fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@3x.png new file mode 100644 index 000000000..eee54c56b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/CircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/Contents.json new file mode 100644 index 000000000..406f7f4b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@1x.png new file mode 100644 index 000000000..452a2115c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@2x.png new file mode 100644 index 000000000..2f9846989 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@3x.png new file mode 100644 index 000000000..15ffaefbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/CircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/Contents.json new file mode 100644 index 000000000..362814544 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@1x.png new file mode 100644 index 000000000..c7c542433 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@2x.png new file mode 100644 index 000000000..1f9efedda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@3x.png new file mode 100644 index 000000000..1af548eb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/CircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/Contents.json new file mode 100644 index 000000000..0b45fc6fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@1x.png new file mode 100644 index 000000000..82d8b9ad6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@2x.png new file mode 100644 index 000000000..df6be0e17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@3x.png new file mode 100644 index 000000000..7ccb80a8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/CircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..06c595e9d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@1x.png new file mode 100644 index 000000000..c4b90225f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@2x.png new file mode 100644 index 000000000..bfd64abc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@3x.png new file mode 100644 index 000000000..66892e470 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/CircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..0e11e2bb6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@1x.png new file mode 100644 index 000000000..6cca9ca4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@2x.png new file mode 100644 index 000000000..4cab8dd75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@3x.png new file mode 100644 index 000000000..d234496f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/CircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..ca5e06498 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@1x.png new file mode 100644 index 000000000..c01c0e727 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@2x.png new file mode 100644 index 000000000..d6d488cb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@3x.png new file mode 100644 index 000000000..5bf7595fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Clip-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Contents.json new file mode 100644 index 000000000..5ee19e897 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Clip-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Clip-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Clip-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@1x.png new file mode 100644 index 000000000..fa296c451 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@2x.png new file mode 100644 index 000000000..509120409 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@3x.png new file mode 100644 index 000000000..9569e0f78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Clip-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Contents.json new file mode 100644 index 000000000..5e3a2f504 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Clip-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Clip-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Clip-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@1x.png new file mode 100644 index 000000000..aee76bf73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@2x.png new file mode 100644 index 000000000..d320fb9a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@3x.png new file mode 100644 index 000000000..e47ba5334 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Clip-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Contents.json new file mode 100644 index 000000000..2679c930d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Clip36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Clip-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Clip-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Clip-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@1x.png new file mode 100644 index 000000000..7a9070644 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@2x.png new file mode 100644 index 000000000..d096ed94a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@3x.png new file mode 100644 index 000000000..dc1d05dbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/ClipPlus-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/Contents.json new file mode 100644 index 000000000..b3e633184 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClipPlus-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClipPlus-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClipPlus-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@1x.png new file mode 100644 index 000000000..c6469b8d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@2x.png new file mode 100644 index 000000000..79486456e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@3x.png new file mode 100644 index 000000000..958ff5eb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/ClipPlus-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/Contents.json new file mode 100644 index 000000000..c70ed99ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClipPlus-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClipPlus-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClipPlus-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@1x.png new file mode 100644 index 000000000..6d690e5f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@2x.png new file mode 100644 index 000000000..08c1e6384 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@3x.png new file mode 100644 index 000000000..82a328e57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/ClipPlus-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/Contents.json new file mode 100644 index 000000000..d449a3832 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClipPlus36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClipPlus-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClipPlus-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClipPlus-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@1x.png new file mode 100644 index 000000000..0d1b5288c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@2x.png new file mode 100644 index 000000000..5b29a3f86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@3x.png new file mode 100644 index 000000000..d4db5af7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/ClockCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..08962056b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@1x.png new file mode 100644 index 000000000..4d8394f52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@2x.png new file mode 100644 index 000000000..817c85d7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@3x.png new file mode 100644 index 000000000..836a6c5c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/ClockCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..ba989d62e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@1x.png new file mode 100644 index 000000000..4f1ceb475 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@2x.png new file mode 100644 index 000000000..59d2c7fb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@3x.png new file mode 100644 index 000000000..aff5e3228 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/ClockCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..f91779dba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@1x.png new file mode 100644 index 000000000..0f914a8bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@2x.png new file mode 100644 index 000000000..3a6c21795 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@3x.png new file mode 100644 index 000000000..14f4a17d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/ClockCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..0c0930e96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@1x.png new file mode 100644 index 000000000..cdf3646a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@2x.png new file mode 100644 index 000000000..b9f89bc0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@3x.png new file mode 100644 index 000000000..ea85ef73e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/ClockCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..74ffcc193 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@1x.png new file mode 100644 index 000000000..be2e2ce27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@2x.png new file mode 100644 index 000000000..df2c9eda0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@3x.png new file mode 100644 index 000000000..6b51b5e8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/ClockCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..5b1cfbbd7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ClockCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ClockCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ClockCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ClockCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@1x.png new file mode 100644 index 000000000..17c4dfa36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@2x.png new file mode 100644 index 000000000..8ae874020 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@3x.png new file mode 100644 index 000000000..961392d10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Close-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Contents.json new file mode 100644 index 000000000..c8aa093d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Close-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Close-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Close-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@1x.png new file mode 100644 index 000000000..ba48fae19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@2x.png new file mode 100644 index 000000000..d8631f803 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@3x.png new file mode 100644 index 000000000..89a92228b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Close-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Contents.json new file mode 100644 index 000000000..ad81ad38c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Close-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Close-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Close-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@1x.png new file mode 100644 index 000000000..6fe74292f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@2x.png new file mode 100644 index 000000000..5139d7d17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@3x.png new file mode 100644 index 000000000..7ce3c5146 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Close-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Contents.json new file mode 100644 index 000000000..d8481d739 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Close36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Close-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Close-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Close-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@1x.png new file mode 100644 index 000000000..474d3bc23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@2x.png new file mode 100644 index 000000000..22ca6bbbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@3x.png new file mode 100644 index 000000000..1f7cfab96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/CloseCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..a835e569a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@1x.png new file mode 100644 index 000000000..bbe2c6365 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@2x.png new file mode 100644 index 000000000..c3f72713b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@3x.png new file mode 100644 index 000000000..77a51df7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/CloseCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..a265a7d5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@1x.png new file mode 100644 index 000000000..17f830523 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@2x.png new file mode 100644 index 000000000..da2b23f36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@3x.png new file mode 100644 index 000000000..7a566091b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/CloseCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..3cf4c1e63 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@1x.png new file mode 100644 index 000000000..2265f0b17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@2x.png new file mode 100644 index 000000000..cb529d3b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@3x.png new file mode 100644 index 000000000..74495f502 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/CloseCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..c2cfa771d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@1x.png new file mode 100644 index 000000000..cfaebd437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@2x.png new file mode 100644 index 000000000..13e37c13e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@3x.png new file mode 100644 index 000000000..26c3225a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/CloseCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..6ce7cce78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@1x.png new file mode 100644 index 000000000..a0333c49f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@2x.png new file mode 100644 index 000000000..184472f9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@3x.png new file mode 100644 index 000000000..203b695af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/CloseCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..33c34eb59 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@1x.png new file mode 100644 index 000000000..e55151ffd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@2x.png new file mode 100644 index 000000000..0d0bdcbb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@3x.png new file mode 100644 index 000000000..1924a981a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/CloseSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..e49c11907 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@1x.png new file mode 100644 index 000000000..334d14cc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@2x.png new file mode 100644 index 000000000..5dfa8ade9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@3x.png new file mode 100644 index 000000000..5b4af1954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/CloseSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..7c90b7e61 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@1x.png new file mode 100644 index 000000000..7ff6822e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@2x.png new file mode 100644 index 000000000..962b0b680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@3x.png new file mode 100644 index 000000000..ca055a570 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/CloseSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..bf334a01f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@1x.png new file mode 100644 index 000000000..3883be16e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@2x.png new file mode 100644 index 000000000..6e0a54156 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@3x.png new file mode 100644 index 000000000..ed2de319c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/CloseSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..c3e6d173f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@1x.png new file mode 100644 index 000000000..5dc3673c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@2x.png new file mode 100644 index 000000000..f7f64a902 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@3x.png new file mode 100644 index 000000000..a5871f66f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/CloseSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..f1fc59bf2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@1x.png new file mode 100644 index 000000000..42da2eae0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@2x.png new file mode 100644 index 000000000..ab46a3b9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@3x.png new file mode 100644 index 000000000..050bd0101 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/CloseSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..312322539 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloseSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloseSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloseSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloseSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@1x.png new file mode 100644 index 000000000..216a5487b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@2x.png new file mode 100644 index 000000000..5220d9339 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@3x.png new file mode 100644 index 000000000..c08e3b134 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/CloudDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/Contents.json new file mode 100644 index 000000000..bdb638b16 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@1x.png new file mode 100644 index 000000000..04a581407 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@2x.png new file mode 100644 index 000000000..d41838129 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@3x.png new file mode 100644 index 000000000..a07daceab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/CloudDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/Contents.json new file mode 100644 index 000000000..2e2fcebef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@1x.png new file mode 100644 index 000000000..d8f38d08c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@2x.png new file mode 100644 index 000000000..8a3fc0973 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@3x.png new file mode 100644 index 000000000..f7c1af980 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/CloudDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/Contents.json new file mode 100644 index 000000000..377ef2902 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@1x.png new file mode 100644 index 000000000..aa05b74e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@2x.png new file mode 100644 index 000000000..f7c997570 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@3x.png new file mode 100644 index 000000000..5d95e99b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/CloudDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..a7c825a9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@1x.png new file mode 100644 index 000000000..54c7d1c33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@2x.png new file mode 100644 index 000000000..2bcb25a01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@3x.png new file mode 100644 index 000000000..f4b38226c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/CloudDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..98d2c3938 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@1x.png new file mode 100644 index 000000000..2127d2719 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@2x.png new file mode 100644 index 000000000..f5a5d47f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@3x.png new file mode 100644 index 000000000..db5ee93d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/CloudDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..a4b911ffb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@1x.png new file mode 100644 index 000000000..d3362b993 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@2x.png new file mode 100644 index 000000000..57f825ca8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@3x.png new file mode 100644 index 000000000..b7a8ce19e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/CloudDownloadFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/Contents.json new file mode 100644 index 000000000..fe7263afa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@1x.png new file mode 100644 index 000000000..a3ca52f48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@2x.png new file mode 100644 index 000000000..424384193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@3x.png new file mode 100644 index 000000000..4906da69d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/CloudDownloadFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/Contents.json new file mode 100644 index 000000000..b0a6e9872 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@1x.png new file mode 100644 index 000000000..932342e1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@2x.png new file mode 100644 index 000000000..0e2151961 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@3x.png new file mode 100644 index 000000000..545d6e683 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/CloudDownloadFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/Contents.json new file mode 100644 index 000000000..8a21897bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@1x.png new file mode 100644 index 000000000..d29ec9dd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@2x.png new file mode 100644 index 000000000..41abd219a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@3x.png new file mode 100644 index 000000000..27f7d5487 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/CloudDownloadOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/Contents.json new file mode 100644 index 000000000..e498300ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@1x.png new file mode 100644 index 000000000..92733f540 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@2x.png new file mode 100644 index 000000000..010dab3e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@3x.png new file mode 100644 index 000000000..a2c2b60fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/CloudDownloadOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/Contents.json new file mode 100644 index 000000000..4ab472a3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@1x.png new file mode 100644 index 000000000..33a990de4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@2x.png new file mode 100644 index 000000000..7871f1bea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@3x.png new file mode 100644 index 000000000..ea015644e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/CloudDownloadOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/Contents.json new file mode 100644 index 000000000..8cf0be9a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudDownloadOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudDownloadOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudDownloadOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudDownloadOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@1x.png new file mode 100644 index 000000000..c04c5c0c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@2x.png new file mode 100644 index 000000000..1d8c10783 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@3x.png new file mode 100644 index 000000000..2dfbd3e54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/CloudErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..49a17def9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@1x.png new file mode 100644 index 000000000..e4f10c6f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@2x.png new file mode 100644 index 000000000..3b5a888ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@3x.png new file mode 100644 index 000000000..ad8edcf5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/CloudErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..4eec42f01 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@1x.png new file mode 100644 index 000000000..b76c0290b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@2x.png new file mode 100644 index 000000000..4723d5bd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@3x.png new file mode 100644 index 000000000..7f4362838 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/CloudErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..f645d3b5f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@1x.png new file mode 100644 index 000000000..0a2761e15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@2x.png new file mode 100644 index 000000000..868387b88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@3x.png new file mode 100644 index 000000000..49b1013d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/CloudErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..70f152cff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@1x.png new file mode 100644 index 000000000..80052e6c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@2x.png new file mode 100644 index 000000000..cca35d470 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@3x.png new file mode 100644 index 000000000..131d57162 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/CloudErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..a1df3d9f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@1x.png new file mode 100644 index 000000000..9cb6f779b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@2x.png new file mode 100644 index 000000000..7bf43579d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@3x.png new file mode 100644 index 000000000..e5f7bddae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/CloudErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..2f7a05626 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@1x.png new file mode 100644 index 000000000..4731cea51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@2x.png new file mode 100644 index 000000000..c65ad88f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@3x.png new file mode 100644 index 000000000..8b98ed6c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/CloudFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/Contents.json new file mode 100644 index 000000000..1454b2a6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@1x.png new file mode 100644 index 000000000..22dd10886 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@2x.png new file mode 100644 index 000000000..bd6addd54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@3x.png new file mode 100644 index 000000000..130877514 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/CloudFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/Contents.json new file mode 100644 index 000000000..8f994401c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@1x.png new file mode 100644 index 000000000..f381dae9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@2x.png new file mode 100644 index 000000000..502b02845 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@3x.png new file mode 100644 index 000000000..4e37322d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/CloudFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/Contents.json new file mode 100644 index 000000000..ce6b29c7f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@1x.png new file mode 100644 index 000000000..bfb7b9366 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@2x.png new file mode 100644 index 000000000..0430de83f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@3x.png new file mode 100644 index 000000000..415871718 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/CloudOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/Contents.json new file mode 100644 index 000000000..471baf659 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@1x.png new file mode 100644 index 000000000..ec514d008 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@2x.png new file mode 100644 index 000000000..b58fac8c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@3x.png new file mode 100644 index 000000000..72002b9f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/CloudOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/Contents.json new file mode 100644 index 000000000..40115de69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@1x.png new file mode 100644 index 000000000..97700505a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@2x.png new file mode 100644 index 000000000..3e88e15d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@3x.png new file mode 100644 index 000000000..838422113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/CloudOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/Contents.json new file mode 100644 index 000000000..75c9680f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@1x.png new file mode 100644 index 000000000..c71db80a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@2x.png new file mode 100644 index 000000000..8e7517cc4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@3x.png new file mode 100644 index 000000000..949d3bea6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/CloudUploadFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/Contents.json new file mode 100644 index 000000000..134b61330 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@1x.png new file mode 100644 index 000000000..490ea5063 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@2x.png new file mode 100644 index 000000000..4a46a81f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@3x.png new file mode 100644 index 000000000..f20f49142 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/CloudUploadFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/Contents.json new file mode 100644 index 000000000..7e8924fc0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@1x.png new file mode 100644 index 000000000..e00bafbf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@2x.png new file mode 100644 index 000000000..da99a28d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@3x.png new file mode 100644 index 000000000..ca3d941e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/CloudUploadFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/Contents.json new file mode 100644 index 000000000..073f5066c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@1x.png new file mode 100644 index 000000000..ed59478af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@2x.png new file mode 100644 index 000000000..7e32607b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@3x.png new file mode 100644 index 000000000..a8e0b5a8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/CloudUploadOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/Contents.json new file mode 100644 index 000000000..27f382fee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@1x.png new file mode 100644 index 000000000..5f622cd8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@2x.png new file mode 100644 index 000000000..2f07f6249 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@3x.png new file mode 100644 index 000000000..151baf15c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/CloudUploadOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/Contents.json new file mode 100644 index 000000000..5989375c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@1x.png new file mode 100644 index 000000000..3938484b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@2x.png new file mode 100644 index 000000000..6c6d64abe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@3x.png new file mode 100644 index 000000000..d21929026 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/CloudUploadOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/Contents.json new file mode 100644 index 000000000..47d1da563 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CloudUploadOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CloudUploadOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CloudUploadOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CloudUploadOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@1x.png new file mode 100644 index 000000000..2079d8272 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@2x.png new file mode 100644 index 000000000..a2eace4a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@3x.png new file mode 100644 index 000000000..0adfc41ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/CoatOfArmsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/Contents.json new file mode 100644 index 000000000..3b7479df2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@1x.png new file mode 100644 index 000000000..52d87f65e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@2x.png new file mode 100644 index 000000000..8634b4418 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@3x.png new file mode 100644 index 000000000..6812b41e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/CoatOfArmsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/Contents.json new file mode 100644 index 000000000..9fb85b007 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@1x.png new file mode 100644 index 000000000..d2ad75121 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@2x.png new file mode 100644 index 000000000..b1808ba44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@3x.png new file mode 100644 index 000000000..043e7436e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/CoatOfArmsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/Contents.json new file mode 100644 index 000000000..f8c06054b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@1x.png new file mode 100644 index 000000000..701bd668d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@2x.png new file mode 100644 index 000000000..dbba4a5b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@3x.png new file mode 100644 index 000000000..d81fd48c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/CoatOfArmsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/Contents.json new file mode 100644 index 000000000..abc336fa9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@1x.png new file mode 100644 index 000000000..2c0246269 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@2x.png new file mode 100644 index 000000000..ae9e13a36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@3x.png new file mode 100644 index 000000000..51f6c4cf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/CoatOfArmsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/Contents.json new file mode 100644 index 000000000..0ad3e3797 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@1x.png new file mode 100644 index 000000000..e5228988d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@2x.png new file mode 100644 index 000000000..a02ef8e53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@3x.png new file mode 100644 index 000000000..052554e0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/CoatOfArmsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/Contents.json new file mode 100644 index 000000000..2815e1cfd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoatOfArmsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoatOfArmsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@1x.png new file mode 100644 index 000000000..9149ebcc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@2x.png new file mode 100644 index 000000000..2c647b072 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@3x.png new file mode 100644 index 000000000..33bf16726 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/CoinFallingFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/Contents.json new file mode 100644 index 000000000..50ca72ec0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@1x.png new file mode 100644 index 000000000..38f1d3248 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@2x.png new file mode 100644 index 000000000..00cbfbeea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@3x.png new file mode 100644 index 000000000..b7b94bbb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/CoinFallingFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/Contents.json new file mode 100644 index 000000000..82638c5fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@1x.png new file mode 100644 index 000000000..fd1607dc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@2x.png new file mode 100644 index 000000000..8d52fc03c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@3x.png new file mode 100644 index 000000000..8a4a39b76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/CoinFallingFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/Contents.json new file mode 100644 index 000000000..884838785 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@1x.png new file mode 100644 index 000000000..38b85870a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@2x.png new file mode 100644 index 000000000..d46dd95ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@3x.png new file mode 100644 index 000000000..74f9f1647 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/CoinFallingOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/Contents.json new file mode 100644 index 000000000..6f659c264 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@1x.png new file mode 100644 index 000000000..7a91ba751 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@2x.png new file mode 100644 index 000000000..0c7a62580 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@3x.png new file mode 100644 index 000000000..b61d89769 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/CoinFallingOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/Contents.json new file mode 100644 index 000000000..868edf7d7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@1x.png new file mode 100644 index 000000000..262853106 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@2x.png new file mode 100644 index 000000000..23763d52a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@3x.png new file mode 100644 index 000000000..911f38178 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/CoinFallingOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/Contents.json new file mode 100644 index 000000000..d3e8ee079 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFallingOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFallingOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFallingOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFallingOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@1x.png new file mode 100644 index 000000000..5d0175de2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@2x.png new file mode 100644 index 000000000..047f83ee3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@3x.png new file mode 100644 index 000000000..6b7c37992 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/CoinFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/Contents.json new file mode 100644 index 000000000..1801587c1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@1x.png new file mode 100644 index 000000000..34a2b1c2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@2x.png new file mode 100644 index 000000000..8150f3310 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@3x.png new file mode 100644 index 000000000..f243849bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/CoinFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/Contents.json new file mode 100644 index 000000000..82383445e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@1x.png new file mode 100644 index 000000000..4c883a7f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@2x.png new file mode 100644 index 000000000..86d94898a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@3x.png new file mode 100644 index 000000000..1b2b57623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/CoinFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/Contents.json new file mode 100644 index 000000000..09eefdf65 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@1x.png new file mode 100644 index 000000000..007f3c6cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@2x.png new file mode 100644 index 000000000..8efbe94f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@3x.png new file mode 100644 index 000000000..4ba2900e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/CoinHeartFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/Contents.json new file mode 100644 index 000000000..a1b6fcc6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@1x.png new file mode 100644 index 000000000..0154d729d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@2x.png new file mode 100644 index 000000000..f207529c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@3x.png new file mode 100644 index 000000000..6704c4eac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/CoinHeartFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/Contents.json new file mode 100644 index 000000000..24672a026 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@1x.png new file mode 100644 index 000000000..40735fc4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@2x.png new file mode 100644 index 000000000..ef62c74a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@3x.png new file mode 100644 index 000000000..9f3ec0a26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/CoinHeartFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/Contents.json new file mode 100644 index 000000000..b9762afab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@1x.png new file mode 100644 index 000000000..7698be68f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@2x.png new file mode 100644 index 000000000..a96893a29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@3x.png new file mode 100644 index 000000000..691199dc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/CoinHeartOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/Contents.json new file mode 100644 index 000000000..50e4bf5f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@1x.png new file mode 100644 index 000000000..b72d1cb31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@2x.png new file mode 100644 index 000000000..3f0fa26cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@3x.png new file mode 100644 index 000000000..55dbd2008 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/CoinHeartOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/Contents.json new file mode 100644 index 000000000..0197c7c01 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@1x.png new file mode 100644 index 000000000..3123c8024 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@2x.png new file mode 100644 index 000000000..f9f3be968 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@3x.png new file mode 100644 index 000000000..259e664b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/CoinHeartOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/Contents.json new file mode 100644 index 000000000..187b4f7bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinHeartOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinHeartOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinHeartOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinHeartOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@1x.png new file mode 100644 index 000000000..2f7419bf3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@2x.png new file mode 100644 index 000000000..872152e93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@3x.png new file mode 100644 index 000000000..c5022dcfd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/CoinOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/Contents.json new file mode 100644 index 000000000..14759f638 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@1x.png new file mode 100644 index 000000000..0e009e604 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@2x.png new file mode 100644 index 000000000..befa0de4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@3x.png new file mode 100644 index 000000000..0b0b43e71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/CoinOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/Contents.json new file mode 100644 index 000000000..b731a6110 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@1x.png new file mode 100644 index 000000000..966998e95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@2x.png new file mode 100644 index 000000000..5d1a3211b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@3x.png new file mode 100644 index 000000000..ba65e5edd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/CoinOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/Contents.json new file mode 100644 index 000000000..6a7bd876f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@1x.png new file mode 100644 index 000000000..1b47d6707 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@2x.png new file mode 100644 index 000000000..51f37b8e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@3x.png new file mode 100644 index 000000000..47238c91f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/CoinRubleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/Contents.json new file mode 100644 index 000000000..d76f25597 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@1x.png new file mode 100644 index 000000000..128bdea2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@2x.png new file mode 100644 index 000000000..351bbd503 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@3x.png new file mode 100644 index 000000000..9ec0a7673 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/CoinRubleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/Contents.json new file mode 100644 index 000000000..f1f536829 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@1x.png new file mode 100644 index 000000000..10671c9b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@2x.png new file mode 100644 index 000000000..1ab089d4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@3x.png new file mode 100644 index 000000000..2bb83e8c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/CoinRubleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/Contents.json new file mode 100644 index 000000000..2a0d8848a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@1x.png new file mode 100644 index 000000000..4834d00af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@2x.png new file mode 100644 index 000000000..6f814e3e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@3x.png new file mode 100644 index 000000000..990a7a950 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/CoinRubleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/Contents.json new file mode 100644 index 000000000..ebbd5d3c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@1x.png new file mode 100644 index 000000000..fc7acbf25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@2x.png new file mode 100644 index 000000000..49a09d733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@3x.png new file mode 100644 index 000000000..63e8da16b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/CoinRubleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/Contents.json new file mode 100644 index 000000000..722157a5d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@1x.png new file mode 100644 index 000000000..81ba2209b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@2x.png new file mode 100644 index 000000000..a71d57d05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@3x.png new file mode 100644 index 000000000..a055efdac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/CoinRubleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/Contents.json new file mode 100644 index 000000000..07eb162d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRubleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRubleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRubleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRubleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@1x.png new file mode 100644 index 000000000..959b7e6ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@2x.png new file mode 100644 index 000000000..16d3fb9d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@3x.png new file mode 100644 index 000000000..2b29b7842 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/CoinRupiahFallingFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/Contents.json new file mode 100644 index 000000000..143b555de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@1x.png new file mode 100644 index 000000000..3e7e4410d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@2x.png new file mode 100644 index 000000000..02568f50b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@3x.png new file mode 100644 index 000000000..9b8366957 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/CoinRupiahFallingFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/Contents.json new file mode 100644 index 000000000..9b1de36fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@1x.png new file mode 100644 index 000000000..988e41978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@2x.png new file mode 100644 index 000000000..745f1e3da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@3x.png new file mode 100644 index 000000000..7891bfbc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/CoinRupiahFallingFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/Contents.json new file mode 100644 index 000000000..3ad23185e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@1x.png new file mode 100644 index 000000000..35249adbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@2x.png new file mode 100644 index 000000000..701d19cbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@3x.png new file mode 100644 index 000000000..22b585225 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/CoinRupiahFallingOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/Contents.json new file mode 100644 index 000000000..3ea7ddb00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@1x.png new file mode 100644 index 000000000..c78576da9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@2x.png new file mode 100644 index 000000000..48d10acf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@3x.png new file mode 100644 index 000000000..506023410 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/CoinRupiahFallingOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/Contents.json new file mode 100644 index 000000000..9e7e46c6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@1x.png new file mode 100644 index 000000000..f050b217a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@2x.png new file mode 100644 index 000000000..09970b2a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@3x.png new file mode 100644 index 000000000..f37b5191f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/CoinRupiahFallingOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/Contents.json new file mode 100644 index 000000000..327f6b773 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFallingOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFallingOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@1x.png new file mode 100644 index 000000000..b18c0a181 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@2x.png new file mode 100644 index 000000000..6d249e001 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@3x.png new file mode 100644 index 000000000..eadd631c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/CoinRupiahFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/Contents.json new file mode 100644 index 000000000..382d3ca12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@1x.png new file mode 100644 index 000000000..f55a81e20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@2x.png new file mode 100644 index 000000000..c0d6050fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@3x.png new file mode 100644 index 000000000..bbdd09148 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/CoinRupiahFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/Contents.json new file mode 100644 index 000000000..4d032b9bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@1x.png new file mode 100644 index 000000000..dd850400e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@2x.png new file mode 100644 index 000000000..7730e38c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@3x.png new file mode 100644 index 000000000..58b2156f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/CoinRupiahFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/Contents.json new file mode 100644 index 000000000..375e6f8e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@1x.png new file mode 100644 index 000000000..6d2e8bdb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@2x.png new file mode 100644 index 000000000..71d699958 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@3x.png new file mode 100644 index 000000000..1e4d9f211 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/CoinRupiahOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/Contents.json new file mode 100644 index 000000000..cedeb7913 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@1x.png new file mode 100644 index 000000000..5cadeb925 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@2x.png new file mode 100644 index 000000000..e26405af3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@3x.png new file mode 100644 index 000000000..8a66d5174 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/CoinRupiahOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/Contents.json new file mode 100644 index 000000000..05eb01538 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@1x.png new file mode 100644 index 000000000..437a1f101 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@2x.png new file mode 100644 index 000000000..1d4323eef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@3x.png new file mode 100644 index 000000000..5007d72c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/CoinRupiahOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/Contents.json new file mode 100644 index 000000000..3039cae7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CoinRupiahOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CoinRupiahOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CoinRupiahOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CoinRupiahOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@1x.png new file mode 100644 index 000000000..18f9fddd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@2x.png new file mode 100644 index 000000000..33663ceb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@3x.png new file mode 100644 index 000000000..a6d9e0f79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/CompassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/Contents.json new file mode 100644 index 000000000..f66b5a737 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@1x.png new file mode 100644 index 000000000..a81db5956 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@2x.png new file mode 100644 index 000000000..af128f87a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@3x.png new file mode 100644 index 000000000..aeb211afd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/CompassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/Contents.json new file mode 100644 index 000000000..fb69b1099 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@1x.png new file mode 100644 index 000000000..c6400a7b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@2x.png new file mode 100644 index 000000000..8e0464d1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@3x.png new file mode 100644 index 000000000..6bac9af8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/CompassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/Contents.json new file mode 100644 index 000000000..192a16e0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@1x.png new file mode 100644 index 000000000..9b6604351 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@2x.png new file mode 100644 index 000000000..5e8698db5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@3x.png new file mode 100644 index 000000000..2c681f778 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/CompassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/Contents.json new file mode 100644 index 000000000..2c159495b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@1x.png new file mode 100644 index 000000000..31945649c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@2x.png new file mode 100644 index 000000000..c6fa2b4e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@3x.png new file mode 100644 index 000000000..1ca1eb556 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/CompassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/Contents.json new file mode 100644 index 000000000..3f65add29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@1x.png new file mode 100644 index 000000000..7f6e62564 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@2x.png new file mode 100644 index 000000000..e56470118 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@3x.png new file mode 100644 index 000000000..f7b547639 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/CompassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/Contents.json new file mode 100644 index 000000000..27dc23bc7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CompassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CompassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CompassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CompassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@1x.png new file mode 100644 index 000000000..acdaa51eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@2x.png new file mode 100644 index 000000000..342eb3b0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@3x.png new file mode 100644 index 000000000..0a91c3d79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/ConnectionError-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/Contents.json new file mode 100644 index 000000000..3d85f7cb2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionError-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionError-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionError-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@1x.png new file mode 100644 index 000000000..e4b9da148 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@2x.png new file mode 100644 index 000000000..4090990c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@3x.png new file mode 100644 index 000000000..6ee9ecd4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/ConnectionError-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/Contents.json new file mode 100644 index 000000000..b23094240 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionError-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionError-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionError-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@1x.png new file mode 100644 index 000000000..4faf427ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@2x.png new file mode 100644 index 000000000..ca42f9f72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@3x.png new file mode 100644 index 000000000..ed66c2d1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/ConnectionError-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/Contents.json new file mode 100644 index 000000000..b39c476da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionError36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionError-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionError-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionError-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@1x.png new file mode 100644 index 000000000..45cb9974d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@2x.png new file mode 100644 index 000000000..1f9564a06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@3x.png new file mode 100644 index 000000000..f7b86b1e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/ConnectionSuccess-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/Contents.json new file mode 100644 index 000000000..12b833668 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionSuccess-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionSuccess-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionSuccess-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@1x.png new file mode 100644 index 000000000..2bb5e8ff5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@2x.png new file mode 100644 index 000000000..ed7cdc855 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@3x.png new file mode 100644 index 000000000..130139879 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/ConnectionSuccess-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/Contents.json new file mode 100644 index 000000000..9510ff107 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionSuccess-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionSuccess-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionSuccess-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@1x.png new file mode 100644 index 000000000..44d7070df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@2x.png new file mode 100644 index 000000000..f9806ac46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@3x.png new file mode 100644 index 000000000..5cf80a81e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/ConnectionSuccess-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/Contents.json new file mode 100644 index 000000000..849495f60 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionSuccess36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionSuccess-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionSuccess-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionSuccess-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@1x.png new file mode 100644 index 000000000..764182f79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@2x.png new file mode 100644 index 000000000..31213eb9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@3x.png new file mode 100644 index 000000000..fc33a2d9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/ConnectionWaiting-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/Contents.json new file mode 100644 index 000000000..23c77dc67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionWaiting-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionWaiting-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionWaiting-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@1x.png new file mode 100644 index 000000000..584899166 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@2x.png new file mode 100644 index 000000000..f256a9e21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@3x.png new file mode 100644 index 000000000..3aad300a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/ConnectionWaiting-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/Contents.json new file mode 100644 index 000000000..77f06c98e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionWaiting-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionWaiting-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionWaiting-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@1x.png new file mode 100644 index 000000000..e3288e83e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@2x.png new file mode 100644 index 000000000..23a5930f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@3x.png new file mode 100644 index 000000000..34cca2af2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/ConnectionWaiting-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/Contents.json new file mode 100644 index 000000000..fd9ea8b1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ConnectionWaiting36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ConnectionWaiting-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ConnectionWaiting-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ConnectionWaiting-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contents.json new file mode 100644 index 000000000..e0e37e2b7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@1x.png new file mode 100644 index 000000000..e42a5b537 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@2x.png new file mode 100644 index 000000000..2aebb6ea7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@3x.png new file mode 100644 index 000000000..6077bef1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill16.imageset/Contrast0Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contents.json new file mode 100644 index 000000000..0c71b3f74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@1x.png new file mode 100644 index 000000000..6e3d38f20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@2x.png new file mode 100644 index 000000000..f366a97d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@3x.png new file mode 100644 index 000000000..c6c3b2b8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill24.imageset/Contrast0Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contents.json new file mode 100644 index 000000000..cdf6c13dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@1x.png new file mode 100644 index 000000000..09538eda1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@2x.png new file mode 100644 index 000000000..416792214 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@3x.png new file mode 100644 index 000000000..7973f4ba5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Fill36.imageset/Contrast0Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contents.json new file mode 100644 index 000000000..5eddb61b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@1x.png new file mode 100644 index 000000000..d0b59795a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@2x.png new file mode 100644 index 000000000..f23dab4ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@3x.png new file mode 100644 index 000000000..b5b71b025 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline16.imageset/Contrast0Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contents.json new file mode 100644 index 000000000..2e067e5a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@1x.png new file mode 100644 index 000000000..952f00cab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@2x.png new file mode 100644 index 000000000..ea10b64e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@3x.png new file mode 100644 index 000000000..8a3e2fe86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline24.imageset/Contrast0Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contents.json new file mode 100644 index 000000000..64fec4d10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast0Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast0Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast0Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@1x.png new file mode 100644 index 000000000..2d7aaff4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@2x.png new file mode 100644 index 000000000..bb05978c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@3x.png new file mode 100644 index 000000000..a0a21439c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast0Outline36.imageset/Contrast0Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contents.json new file mode 100644 index 000000000..a251055eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@1x.png new file mode 100644 index 000000000..c794b298f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@2x.png new file mode 100644 index 000000000..0743aeb50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@3x.png new file mode 100644 index 000000000..3aad85758 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill16.imageset/Contrast1Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contents.json new file mode 100644 index 000000000..93b46d003 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@1x.png new file mode 100644 index 000000000..b68b3a35c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@2x.png new file mode 100644 index 000000000..17741e42b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@3x.png new file mode 100644 index 000000000..8af9374b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill24.imageset/Contrast1Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contents.json new file mode 100644 index 000000000..210f74219 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@1x.png new file mode 100644 index 000000000..66b963b94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@2x.png new file mode 100644 index 000000000..bdc426ead Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@3x.png new file mode 100644 index 000000000..76cdbf893 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Fill36.imageset/Contrast1Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contents.json new file mode 100644 index 000000000..331cc0c8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@1x.png new file mode 100644 index 000000000..aa4d23222 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@2x.png new file mode 100644 index 000000000..346c348b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@3x.png new file mode 100644 index 000000000..ecd22857c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline16.imageset/Contrast1Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contents.json new file mode 100644 index 000000000..a8009d279 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@1x.png new file mode 100644 index 000000000..01c161cc4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@2x.png new file mode 100644 index 000000000..126139e67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@3x.png new file mode 100644 index 000000000..e9068467a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline24.imageset/Contrast1Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contents.json new file mode 100644 index 000000000..e0a5b90b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast1Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast1Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast1Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@1x.png new file mode 100644 index 000000000..fa0f8ef92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@2x.png new file mode 100644 index 000000000..55cc8d077 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@3x.png new file mode 100644 index 000000000..a8961abbf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast1Outline36.imageset/Contrast1Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contents.json new file mode 100644 index 000000000..d56d5edc9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@1x.png new file mode 100644 index 000000000..5db41b48c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@2x.png new file mode 100644 index 000000000..89c9247f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@3x.png new file mode 100644 index 000000000..e343f8b5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill16.imageset/Contrast2Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contents.json new file mode 100644 index 000000000..87b5bb8a5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@1x.png new file mode 100644 index 000000000..a9e051512 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@2x.png new file mode 100644 index 000000000..ba26263ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@3x.png new file mode 100644 index 000000000..bbb252f27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill24.imageset/Contrast2Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contents.json new file mode 100644 index 000000000..5cf03c46d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@1x.png new file mode 100644 index 000000000..13ba2942f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@2x.png new file mode 100644 index 000000000..22c59f036 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@3x.png new file mode 100644 index 000000000..bdf4f55fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Fill36.imageset/Contrast2Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contents.json new file mode 100644 index 000000000..cfb8e1f3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@1x.png new file mode 100644 index 000000000..268cf02f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@2x.png new file mode 100644 index 000000000..44dc65662 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@3x.png new file mode 100644 index 000000000..0c994d9d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline16.imageset/Contrast2Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contents.json new file mode 100644 index 000000000..6d90b10b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@1x.png new file mode 100644 index 000000000..6820b74ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@2x.png new file mode 100644 index 000000000..6dd296038 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@3x.png new file mode 100644 index 000000000..4b0489c12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline24.imageset/Contrast2Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contents.json new file mode 100644 index 000000000..d7e2a5d96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Contrast2Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Contrast2Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Contrast2Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@1x.png new file mode 100644 index 000000000..f5caa67f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@2x.png new file mode 100644 index 000000000..59823b1fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@3x.png new file mode 100644 index 000000000..0d44cad04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Contrast2Outline36.imageset/Contrast2Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/Contents.json new file mode 100644 index 000000000..9be5a28bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@1x.png new file mode 100644 index 000000000..ad941f7fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@2x.png new file mode 100644 index 000000000..e4f1f0772 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@3x.png new file mode 100644 index 000000000..db8742329 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill16.imageset/ContrastMaxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/Contents.json new file mode 100644 index 000000000..2bdfc4233 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@1x.png new file mode 100644 index 000000000..8cbac8adc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@2x.png new file mode 100644 index 000000000..140d3ae59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@3x.png new file mode 100644 index 000000000..1dd5dd8f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill24.imageset/ContrastMaxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/Contents.json new file mode 100644 index 000000000..e04f11c6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@1x.png new file mode 100644 index 000000000..96eb135d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@2x.png new file mode 100644 index 000000000..27ee10c64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@3x.png new file mode 100644 index 000000000..e2e53b73a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxFill36.imageset/ContrastMaxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/Contents.json new file mode 100644 index 000000000..af247a066 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@1x.png new file mode 100644 index 000000000..8daa286b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@2x.png new file mode 100644 index 000000000..58276647a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@3x.png new file mode 100644 index 000000000..0c0ebee7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline16.imageset/ContrastMaxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/Contents.json new file mode 100644 index 000000000..6320a40d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@1x.png new file mode 100644 index 000000000..ad72fff5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@2x.png new file mode 100644 index 000000000..4d6c29f28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@3x.png new file mode 100644 index 000000000..854005b8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline24.imageset/ContrastMaxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/Contents.json new file mode 100644 index 000000000..7fe36e9c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ContrastMaxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ContrastMaxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ContrastMaxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@1x.png new file mode 100644 index 000000000..d9a2ed538 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@2x.png new file mode 100644 index 000000000..cf02e8326 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@3x.png new file mode 100644 index 000000000..cce963571 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ContrastMaxOutline36.imageset/ContrastMaxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/Contents.json new file mode 100644 index 000000000..4200fd74e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@1x.png new file mode 100644 index 000000000..5cd57a583 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@2x.png new file mode 100644 index 000000000..784bc6f6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@3x.png new file mode 100644 index 000000000..da519e2a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill16.imageset/CopyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/Contents.json new file mode 100644 index 000000000..80113d760 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@1x.png new file mode 100644 index 000000000..3096c6cde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@2x.png new file mode 100644 index 000000000..ec3f0e3b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@3x.png new file mode 100644 index 000000000..4d7cf0ad4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill24.imageset/CopyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/Contents.json new file mode 100644 index 000000000..db2a25955 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@1x.png new file mode 100644 index 000000000..4bde68a33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@2x.png new file mode 100644 index 000000000..bdc65c71a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@3x.png new file mode 100644 index 000000000..55d0adc05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyFill36.imageset/CopyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/Contents.json new file mode 100644 index 000000000..7cfd1e7c8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@1x.png new file mode 100644 index 000000000..787f41999 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@2x.png new file mode 100644 index 000000000..0a0af29ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@3x.png new file mode 100644 index 000000000..5a758e355 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline16.imageset/CopyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/Contents.json new file mode 100644 index 000000000..5c8af46ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@1x.png new file mode 100644 index 000000000..b64c9a2f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@2x.png new file mode 100644 index 000000000..2582002de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@3x.png new file mode 100644 index 000000000..dc6b35106 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline24.imageset/CopyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/Contents.json new file mode 100644 index 000000000..e7e1c980c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CopyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CopyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CopyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@1x.png new file mode 100644 index 000000000..16f45c88b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@2x.png new file mode 100644 index 000000000..6500fb1a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@3x.png new file mode 100644 index 000000000..19c20c0c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CopyOutline36.imageset/CopyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/Contents.json new file mode 100644 index 000000000..58099add4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@1x.png new file mode 100644 index 000000000..fb97bffff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@2x.png new file mode 100644 index 000000000..742aca60d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@3x.png new file mode 100644 index 000000000..713358d80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill16.imageset/CrownFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/Contents.json new file mode 100644 index 000000000..83624d021 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@1x.png new file mode 100644 index 000000000..6d078fdbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@2x.png new file mode 100644 index 000000000..5c0e2a5cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@3x.png new file mode 100644 index 000000000..18439cc98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill24.imageset/CrownFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/Contents.json new file mode 100644 index 000000000..6c960bdb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@1x.png new file mode 100644 index 000000000..6b13de897 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@2x.png new file mode 100644 index 000000000..c5dd50076 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@3x.png new file mode 100644 index 000000000..f7520f144 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownFill36.imageset/CrownFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/Contents.json new file mode 100644 index 000000000..f0e8b4e38 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@1x.png new file mode 100644 index 000000000..2c52e20ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@2x.png new file mode 100644 index 000000000..091b65b3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@3x.png new file mode 100644 index 000000000..b1e1be99b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline16.imageset/CrownOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/Contents.json new file mode 100644 index 000000000..515d9cf4b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@1x.png new file mode 100644 index 000000000..2517cf4ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@2x.png new file mode 100644 index 000000000..72d139238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@3x.png new file mode 100644 index 000000000..a9f0377a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline24.imageset/CrownOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/Contents.json new file mode 100644 index 000000000..4c910882b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CrownOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CrownOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CrownOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@1x.png new file mode 100644 index 000000000..a5b3f80be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@2x.png new file mode 100644 index 000000000..0736d3f47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@3x.png new file mode 100644 index 000000000..209de1a4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CrownOutline36.imageset/CrownOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/Contents.json new file mode 100644 index 000000000..1dfec5fa5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@1x.png new file mode 100644 index 000000000..db60648f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@2x.png new file mode 100644 index 000000000..0658c7df9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@3x.png new file mode 100644 index 000000000..47b9199ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill16.imageset/CubeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/Contents.json new file mode 100644 index 000000000..49a7fa0cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@1x.png new file mode 100644 index 000000000..e651dc730 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@2x.png new file mode 100644 index 000000000..b0d8353b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@3x.png new file mode 100644 index 000000000..d7be51a10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill24.imageset/CubeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/Contents.json new file mode 100644 index 000000000..73af049b8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@1x.png new file mode 100644 index 000000000..e4ddefd34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@2x.png new file mode 100644 index 000000000..cda7b18f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@3x.png new file mode 100644 index 000000000..f951b9f2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeFill36.imageset/CubeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/Contents.json new file mode 100644 index 000000000..87335774f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@1x.png new file mode 100644 index 000000000..8accbaa4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@2x.png new file mode 100644 index 000000000..294301b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@3x.png new file mode 100644 index 000000000..063cc1760 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline16.imageset/CubeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/Contents.json new file mode 100644 index 000000000..44a947509 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@1x.png new file mode 100644 index 000000000..d18bac54a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@2x.png new file mode 100644 index 000000000..0fa25db17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@3x.png new file mode 100644 index 000000000..d6b324fcc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline24.imageset/CubeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/Contents.json new file mode 100644 index 000000000..8b58715fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CubeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CubeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CubeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@1x.png new file mode 100644 index 000000000..ddb36e85b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@2x.png new file mode 100644 index 000000000..bbfb06dc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@3x.png new file mode 100644 index 000000000..cda1bd796 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CubeOutline36.imageset/CubeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/Contents.json new file mode 100644 index 000000000..a24887311 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@1x.png new file mode 100644 index 000000000..39f3141b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@2x.png new file mode 100644 index 000000000..cfb99b67e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@3x.png new file mode 100644 index 000000000..be9089069 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill16.imageset/CursorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/Contents.json new file mode 100644 index 000000000..5a0aaa588 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@1x.png new file mode 100644 index 000000000..c7af59291 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@2x.png new file mode 100644 index 000000000..56c6a1168 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@3x.png new file mode 100644 index 000000000..135339306 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill24.imageset/CursorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/Contents.json new file mode 100644 index 000000000..0182b93f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@1x.png new file mode 100644 index 000000000..2eb4af0dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@2x.png new file mode 100644 index 000000000..63dd35167 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@3x.png new file mode 100644 index 000000000..ac490052e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorFill36.imageset/CursorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/Contents.json new file mode 100644 index 000000000..af69ea271 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@1x.png new file mode 100644 index 000000000..e128d73a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@2x.png new file mode 100644 index 000000000..0c7aaf74f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@3x.png new file mode 100644 index 000000000..4f6fcf00e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline16.imageset/CursorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/Contents.json new file mode 100644 index 000000000..700fe6c6c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@1x.png new file mode 100644 index 000000000..bc751b730 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@2x.png new file mode 100644 index 000000000..fa797cfa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@3x.png new file mode 100644 index 000000000..0f6273027 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline24.imageset/CursorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/Contents.json new file mode 100644 index 000000000..bdf5bb28f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "CursorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "CursorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "CursorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@1x.png new file mode 100644 index 000000000..0286bbad5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@2x.png new file mode 100644 index 000000000..ed7c15b8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@3x.png new file mode 100644 index 000000000..5bb8b89ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/CursorOutline36.imageset/CursorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Contents.json new file mode 100644 index 000000000..ba6682197 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Curve-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Curve-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Curve-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@1x.png new file mode 100644 index 000000000..d78175fc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@2x.png new file mode 100644 index 000000000..a4967cd3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@3x.png new file mode 100644 index 000000000..cc8a484fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve16.imageset/Curve-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Contents.json new file mode 100644 index 000000000..82b25c706 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Curve-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Curve-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Curve-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@1x.png new file mode 100644 index 000000000..921469d2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@2x.png new file mode 100644 index 000000000..17d1b935d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@3x.png new file mode 100644 index 000000000..a5b8ebc25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve24.imageset/Curve-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Contents.json new file mode 100644 index 000000000..6183c9cc4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Curve-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Curve-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Curve-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@1x.png new file mode 100644 index 000000000..ea659121c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@2x.png new file mode 100644 index 000000000..7c5311905 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@3x.png new file mode 100644 index 000000000..26b3d4dba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Curve36.imageset/Curve-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Contents.json new file mode 100644 index 000000000..23a06a3f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Cutlery-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Cutlery-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Cutlery-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@1x.png new file mode 100644 index 000000000..3773924df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@2x.png new file mode 100644 index 000000000..c37b582ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@3x.png new file mode 100644 index 000000000..a41cb0e1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery16.imageset/Cutlery-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Contents.json new file mode 100644 index 000000000..7253c0bb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Cutlery-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Cutlery-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Cutlery-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@1x.png new file mode 100644 index 000000000..69879b49b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@2x.png new file mode 100644 index 000000000..54aca2fc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@3x.png new file mode 100644 index 000000000..44665198c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery24.imageset/Cutlery-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Contents.json new file mode 100644 index 000000000..4ca40dffb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Cutlery-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Cutlery-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Cutlery-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@1x.png new file mode 100644 index 000000000..91fd030e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@2x.png new file mode 100644 index 000000000..d7ace617d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@3x.png new file mode 100644 index 000000000..e528c0e43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Cutlery36.imageset/Cutlery-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/Contents.json new file mode 100644 index 000000000..abc98780d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@1x.png new file mode 100644 index 000000000..9d44cb93d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@2x.png new file mode 100644 index 000000000..bec1d465f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@3x.png new file mode 100644 index 000000000..bc038d553 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill16.imageset/DeviceShareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/Contents.json new file mode 100644 index 000000000..556c9aab9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@1x.png new file mode 100644 index 000000000..cd28bd7c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@2x.png new file mode 100644 index 000000000..8b2b0d2c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@3x.png new file mode 100644 index 000000000..2267fba7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill24.imageset/DeviceShareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/Contents.json new file mode 100644 index 000000000..ddd7f5c2c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@1x.png new file mode 100644 index 000000000..0cc1cb0a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@2x.png new file mode 100644 index 000000000..3a2907de1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@3x.png new file mode 100644 index 000000000..4d57ff104 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareFill36.imageset/DeviceShareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/Contents.json new file mode 100644 index 000000000..a5252406e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@1x.png new file mode 100644 index 000000000..1b3698bdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@2x.png new file mode 100644 index 000000000..fe25450b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@3x.png new file mode 100644 index 000000000..e7401eebe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline16.imageset/DeviceShareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/Contents.json new file mode 100644 index 000000000..11fd109c8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@1x.png new file mode 100644 index 000000000..85f096942 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@2x.png new file mode 100644 index 000000000..58590a5f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@3x.png new file mode 100644 index 000000000..407a3e317 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline24.imageset/DeviceShareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/Contents.json new file mode 100644 index 000000000..77f22c335 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DeviceShareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DeviceShareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DeviceShareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@1x.png new file mode 100644 index 000000000..bfb11c1ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@2x.png new file mode 100644 index 000000000..5fec2f7d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@3x.png new file mode 100644 index 000000000..2c12e873c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DeviceShareOutline36.imageset/DeviceShareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/Contents.json new file mode 100644 index 000000000..11cbff9d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@1x.png new file mode 100644 index 000000000..f8b42fc37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@2x.png new file mode 100644 index 000000000..39ef22f87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@3x.png new file mode 100644 index 000000000..33a817b3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill16.imageset/DevicesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/Contents.json new file mode 100644 index 000000000..0e0b85a87 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@1x.png new file mode 100644 index 000000000..b80b3652c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@2x.png new file mode 100644 index 000000000..7075039c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@3x.png new file mode 100644 index 000000000..52ae403cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill24.imageset/DevicesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/Contents.json new file mode 100644 index 000000000..9bcdb87b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@1x.png new file mode 100644 index 000000000..c0df5bb22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@2x.png new file mode 100644 index 000000000..e145052eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@3x.png new file mode 100644 index 000000000..a0123a78b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesFill36.imageset/DevicesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/Contents.json new file mode 100644 index 000000000..307c203f0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@1x.png new file mode 100644 index 000000000..fe3cf8752 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@2x.png new file mode 100644 index 000000000..0ed9461eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@3x.png new file mode 100644 index 000000000..ab12f976d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline16.imageset/DevicesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/Contents.json new file mode 100644 index 000000000..f991216e7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@1x.png new file mode 100644 index 000000000..357f43218 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@2x.png new file mode 100644 index 000000000..a01cb9b59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@3x.png new file mode 100644 index 000000000..47f775bc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline24.imageset/DevicesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/Contents.json new file mode 100644 index 000000000..eab25dfcf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DevicesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DevicesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DevicesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@1x.png new file mode 100644 index 000000000..8f5dd9fdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@2x.png new file mode 100644 index 000000000..381c94cac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@3x.png new file mode 100644 index 000000000..01bab5fab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DevicesOutline36.imageset/DevicesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/Contents.json new file mode 100644 index 000000000..400b7a4ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@1x.png new file mode 100644 index 000000000..27aa56feb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@2x.png new file mode 100644 index 000000000..3228db605 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@3x.png new file mode 100644 index 000000000..eb3f2ad7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill16.imageset/DisclosureDownFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/Contents.json new file mode 100644 index 000000000..35fea428c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@1x.png new file mode 100644 index 000000000..e569d0c5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@2x.png new file mode 100644 index 000000000..10fbd7846 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@3x.png new file mode 100644 index 000000000..08eb241bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill24.imageset/DisclosureDownFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/Contents.json new file mode 100644 index 000000000..4303dd2e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@1x.png new file mode 100644 index 000000000..3942bbfa1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@2x.png new file mode 100644 index 000000000..7ca70b69a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@3x.png new file mode 100644 index 000000000..44762353c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownFill36.imageset/DisclosureDownFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/Contents.json new file mode 100644 index 000000000..3bb68cdb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@1x.png new file mode 100644 index 000000000..ef1d65661 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@2x.png new file mode 100644 index 000000000..53b3f22a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@3x.png new file mode 100644 index 000000000..edf99b77b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline16.imageset/DisclosureDownOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/Contents.json new file mode 100644 index 000000000..ad27672bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@1x.png new file mode 100644 index 000000000..ab72a9127 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@2x.png new file mode 100644 index 000000000..d64f2f39f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@3x.png new file mode 100644 index 000000000..e5153f140 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline24.imageset/DisclosureDownOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/Contents.json new file mode 100644 index 000000000..1f4b6c5ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureDownOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureDownOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureDownOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@1x.png new file mode 100644 index 000000000..34962135c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@2x.png new file mode 100644 index 000000000..11e9bc8cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@3x.png new file mode 100644 index 000000000..b8c21acf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureDownOutline36.imageset/DisclosureDownOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/Contents.json new file mode 100644 index 000000000..2011b4060 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@1x.png new file mode 100644 index 000000000..089e8b082 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@2x.png new file mode 100644 index 000000000..62a41fd4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@3x.png new file mode 100644 index 000000000..993e1aa87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill16.imageset/DisclosureLeftFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/Contents.json new file mode 100644 index 000000000..af5c65386 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@1x.png new file mode 100644 index 000000000..81c41c253 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@2x.png new file mode 100644 index 000000000..275d16e67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@3x.png new file mode 100644 index 000000000..b6b913a05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill24.imageset/DisclosureLeftFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/Contents.json new file mode 100644 index 000000000..91e7998f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@1x.png new file mode 100644 index 000000000..3a2bc0685 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@2x.png new file mode 100644 index 000000000..b20d490cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@3x.png new file mode 100644 index 000000000..2c5a50898 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftFill36.imageset/DisclosureLeftFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/Contents.json new file mode 100644 index 000000000..b5c36f893 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@1x.png new file mode 100644 index 000000000..9eb44017b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@2x.png new file mode 100644 index 000000000..bbb0e5682 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@3x.png new file mode 100644 index 000000000..77b0b0ea6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline16.imageset/DisclosureLeftOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/Contents.json new file mode 100644 index 000000000..d8cd980fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@1x.png new file mode 100644 index 000000000..a138e89d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@2x.png new file mode 100644 index 000000000..cbc499d05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@3x.png new file mode 100644 index 000000000..225f65f79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline24.imageset/DisclosureLeftOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/Contents.json new file mode 100644 index 000000000..8c6c35d43 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureLeftOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@1x.png new file mode 100644 index 000000000..51df4d55b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@2x.png new file mode 100644 index 000000000..e5b3abd31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@3x.png new file mode 100644 index 000000000..dc7b6c5c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureLeftOutline36.imageset/DisclosureLeftOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/Contents.json new file mode 100644 index 000000000..ef2d863a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@1x.png new file mode 100644 index 000000000..938c1fc11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@2x.png new file mode 100644 index 000000000..7dfbecd16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@3x.png new file mode 100644 index 000000000..3df233786 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill16.imageset/DisclosureRightFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/Contents.json new file mode 100644 index 000000000..2a8baebbf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@1x.png new file mode 100644 index 000000000..484f281fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@2x.png new file mode 100644 index 000000000..905fb53a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@3x.png new file mode 100644 index 000000000..a53531b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill24.imageset/DisclosureRightFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/Contents.json new file mode 100644 index 000000000..b0220cf67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@1x.png new file mode 100644 index 000000000..e2cb333f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@2x.png new file mode 100644 index 000000000..bcbe69c24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@3x.png new file mode 100644 index 000000000..4d83d94b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightFill36.imageset/DisclosureRightFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/Contents.json new file mode 100644 index 000000000..930eac455 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@1x.png new file mode 100644 index 000000000..60113cfc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@2x.png new file mode 100644 index 000000000..9b9d27731 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@3x.png new file mode 100644 index 000000000..45143fa66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline16.imageset/DisclosureRightOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/Contents.json new file mode 100644 index 000000000..d7a174c94 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@1x.png new file mode 100644 index 000000000..7888b9d3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@2x.png new file mode 100644 index 000000000..77c830135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@3x.png new file mode 100644 index 000000000..b3cb0ba14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline24.imageset/DisclosureRightOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/Contents.json new file mode 100644 index 000000000..85eb953da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureRightOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureRightOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureRightOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@1x.png new file mode 100644 index 000000000..c79f82d59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@2x.png new file mode 100644 index 000000000..039a12673 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@3x.png new file mode 100644 index 000000000..53082e67a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureRightOutline36.imageset/DisclosureRightOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/Contents.json new file mode 100644 index 000000000..be3e177e7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@1x.png new file mode 100644 index 000000000..d0c20edc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@2x.png new file mode 100644 index 000000000..22acf6c04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@3x.png new file mode 100644 index 000000000..d773cce82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill16.imageset/DisclosureUpFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/Contents.json new file mode 100644 index 000000000..40843f7a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@1x.png new file mode 100644 index 000000000..5f97f2234 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@2x.png new file mode 100644 index 000000000..51ef21968 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@3x.png new file mode 100644 index 000000000..2a1b1a791 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill24.imageset/DisclosureUpFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/Contents.json new file mode 100644 index 000000000..627aef93f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@1x.png new file mode 100644 index 000000000..49f49bc7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@2x.png new file mode 100644 index 000000000..65ce98e31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@3x.png new file mode 100644 index 000000000..a381be7f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpFill36.imageset/DisclosureUpFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/Contents.json new file mode 100644 index 000000000..4d9341061 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@1x.png new file mode 100644 index 000000000..0a44c74bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@2x.png new file mode 100644 index 000000000..ccd92fc91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@3x.png new file mode 100644 index 000000000..8bac0ba8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline16.imageset/DisclosureUpOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/Contents.json new file mode 100644 index 000000000..11065b50e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@1x.png new file mode 100644 index 000000000..4395eb10a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@2x.png new file mode 100644 index 000000000..718156ac4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@3x.png new file mode 100644 index 000000000..0c175fb4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline24.imageset/DisclosureUpOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/Contents.json new file mode 100644 index 000000000..5d4bc8701 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DisclosureUpOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DisclosureUpOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DisclosureUpOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@1x.png new file mode 100644 index 000000000..e3f1fcfc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@2x.png new file mode 100644 index 000000000..a169d34dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@3x.png new file mode 100644 index 000000000..abbbe70cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DisclosureUpOutline36.imageset/DisclosureUpOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/Contents.json new file mode 100644 index 000000000..7c402e0d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@1x.png new file mode 100644 index 000000000..ffcc6fb5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@2x.png new file mode 100644 index 000000000..43e176e36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@3x.png new file mode 100644 index 000000000..345c43d86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill16.imageset/DishwasherBrillianceFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/Contents.json new file mode 100644 index 000000000..892ed6ada --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@1x.png new file mode 100644 index 000000000..0f2511bcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@2x.png new file mode 100644 index 000000000..e308ca52d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@3x.png new file mode 100644 index 000000000..d345ebbc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill24.imageset/DishwasherBrillianceFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/Contents.json new file mode 100644 index 000000000..2492703e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@1x.png new file mode 100644 index 000000000..45fbfe87a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@2x.png new file mode 100644 index 000000000..8f289b268 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@3x.png new file mode 100644 index 000000000..04accfdd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceFill36.imageset/DishwasherBrillianceFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/Contents.json new file mode 100644 index 000000000..36192f65b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@1x.png new file mode 100644 index 000000000..5181ebfc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@2x.png new file mode 100644 index 000000000..77a0e6469 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@3x.png new file mode 100644 index 000000000..104f8906d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline16.imageset/DishwasherBrillianceOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/Contents.json new file mode 100644 index 000000000..8b4ed2211 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@1x.png new file mode 100644 index 000000000..1d91a0129 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@2x.png new file mode 100644 index 000000000..3b5b3642c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@3x.png new file mode 100644 index 000000000..14ce116fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline24.imageset/DishwasherBrillianceOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/Contents.json new file mode 100644 index 000000000..d658f312b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherBrillianceOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@1x.png new file mode 100644 index 000000000..5b995a015 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@2x.png new file mode 100644 index 000000000..900b23201 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@3x.png new file mode 100644 index 000000000..870de8bf7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherBrillianceOutline36.imageset/DishwasherBrillianceOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/Contents.json new file mode 100644 index 000000000..7f0f45fc3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@1x.png new file mode 100644 index 000000000..9e6f23e7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@2x.png new file mode 100644 index 000000000..20d142966 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@3x.png new file mode 100644 index 000000000..842b33124 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill16.imageset/DishwasherFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/Contents.json new file mode 100644 index 000000000..2508325ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@1x.png new file mode 100644 index 000000000..31cc1f956 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@2x.png new file mode 100644 index 000000000..781b8b82f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@3x.png new file mode 100644 index 000000000..79b936c3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill24.imageset/DishwasherFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/Contents.json new file mode 100644 index 000000000..f6ed18698 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@1x.png new file mode 100644 index 000000000..40da4f092 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@2x.png new file mode 100644 index 000000000..4721ad2ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@3x.png new file mode 100644 index 000000000..890f080c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherFill36.imageset/DishwasherFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/Contents.json new file mode 100644 index 000000000..b2d8d375d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@1x.png new file mode 100644 index 000000000..635266775 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@2x.png new file mode 100644 index 000000000..dd9e8b69f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@3x.png new file mode 100644 index 000000000..8102add27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill16.imageset/DishwasherIntensiveFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/Contents.json new file mode 100644 index 000000000..49312fd7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@1x.png new file mode 100644 index 000000000..1ca39065e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@2x.png new file mode 100644 index 000000000..2a0c84f90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@3x.png new file mode 100644 index 000000000..540ed80b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill24.imageset/DishwasherIntensiveFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/Contents.json new file mode 100644 index 000000000..d26f822c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@1x.png new file mode 100644 index 000000000..b6732d248 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@2x.png new file mode 100644 index 000000000..268b5fc18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@3x.png new file mode 100644 index 000000000..6c2575c19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveFill36.imageset/DishwasherIntensiveFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/Contents.json new file mode 100644 index 000000000..685cd29bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@1x.png new file mode 100644 index 000000000..7edda81f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@2x.png new file mode 100644 index 000000000..5e900fd6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@3x.png new file mode 100644 index 000000000..30f23c23c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline16.imageset/DishwasherIntensiveOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/Contents.json new file mode 100644 index 000000000..23f93d986 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@1x.png new file mode 100644 index 000000000..3b5f3bb71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@2x.png new file mode 100644 index 000000000..b62d4d4b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@3x.png new file mode 100644 index 000000000..c99a32ebe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline24.imageset/DishwasherIntensiveOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/Contents.json new file mode 100644 index 000000000..377e803e2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherIntensiveOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@1x.png new file mode 100644 index 000000000..936aef95a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@2x.png new file mode 100644 index 000000000..577c4d1e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@3x.png new file mode 100644 index 000000000..6f4feeb4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherIntensiveOutline36.imageset/DishwasherIntensiveOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/Contents.json new file mode 100644 index 000000000..610274274 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@1x.png new file mode 100644 index 000000000..2907e584f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@2x.png new file mode 100644 index 000000000..bf17940b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@3x.png new file mode 100644 index 000000000..9366eba4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill16.imageset/DishwasherNormalFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/Contents.json new file mode 100644 index 000000000..f3c1ae5d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@1x.png new file mode 100644 index 000000000..7744ef048 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@2x.png new file mode 100644 index 000000000..7d6d8174b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@3x.png new file mode 100644 index 000000000..e9a7680e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill24.imageset/DishwasherNormalFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/Contents.json new file mode 100644 index 000000000..85886883a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@1x.png new file mode 100644 index 000000000..d39612478 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@2x.png new file mode 100644 index 000000000..e216f914e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@3x.png new file mode 100644 index 000000000..cf8e658df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalFill36.imageset/DishwasherNormalFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/Contents.json new file mode 100644 index 000000000..4a31a8dec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@1x.png new file mode 100644 index 000000000..0e6d3b547 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@2x.png new file mode 100644 index 000000000..9f081e40c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@3x.png new file mode 100644 index 000000000..fc2050398 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline16.imageset/DishwasherNormalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/Contents.json new file mode 100644 index 000000000..4f6d2de1a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@1x.png new file mode 100644 index 000000000..fb1eabf85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@2x.png new file mode 100644 index 000000000..2c173b97b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@3x.png new file mode 100644 index 000000000..62646e743 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline24.imageset/DishwasherNormalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/Contents.json new file mode 100644 index 000000000..c7018f2a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherNormalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@1x.png new file mode 100644 index 000000000..4ba000469 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@2x.png new file mode 100644 index 000000000..783f06fea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@3x.png new file mode 100644 index 000000000..104f19ab7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherNormalOutline36.imageset/DishwasherNormalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/Contents.json new file mode 100644 index 000000000..d685a0a6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@1x.png new file mode 100644 index 000000000..954a1b218 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@2x.png new file mode 100644 index 000000000..6eaa12552 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@3x.png new file mode 100644 index 000000000..c64be427e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline16.imageset/DishwasherOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/Contents.json new file mode 100644 index 000000000..ec911b8a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@1x.png new file mode 100644 index 000000000..d8ce75c5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@2x.png new file mode 100644 index 000000000..cded0a3a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@3x.png new file mode 100644 index 000000000..0412bda98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline24.imageset/DishwasherOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/Contents.json new file mode 100644 index 000000000..a5e5411be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@1x.png new file mode 100644 index 000000000..743771227 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@2x.png new file mode 100644 index 000000000..9e0496c65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@3x.png new file mode 100644 index 000000000..e4d68acfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherOutline36.imageset/DishwasherOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/Contents.json new file mode 100644 index 000000000..1727b6b3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@1x.png new file mode 100644 index 000000000..a10f693c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@2x.png new file mode 100644 index 000000000..926af0e4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@3x.png new file mode 100644 index 000000000..d3e2585de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill16.imageset/DishwasherSelfcleanFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/Contents.json new file mode 100644 index 000000000..5cfc62148 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@1x.png new file mode 100644 index 000000000..fd9961fae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@2x.png new file mode 100644 index 000000000..677dffd42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@3x.png new file mode 100644 index 000000000..e5e3b79a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill24.imageset/DishwasherSelfcleanFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/Contents.json new file mode 100644 index 000000000..7bec7bf9c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@1x.png new file mode 100644 index 000000000..7d9ea7c05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@2x.png new file mode 100644 index 000000000..d7d249139 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@3x.png new file mode 100644 index 000000000..5a55b52bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanFill36.imageset/DishwasherSelfcleanFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/Contents.json new file mode 100644 index 000000000..aed4ab0f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@1x.png new file mode 100644 index 000000000..21e303682 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@2x.png new file mode 100644 index 000000000..62e729001 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@3x.png new file mode 100644 index 000000000..ffbef730f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline16.imageset/DishwasherSelfcleanOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/Contents.json new file mode 100644 index 000000000..9a470bcdc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@1x.png new file mode 100644 index 000000000..88dc3714c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@2x.png new file mode 100644 index 000000000..a55edb393 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@3x.png new file mode 100644 index 000000000..1e31d5f8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline24.imageset/DishwasherSelfcleanOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/Contents.json new file mode 100644 index 000000000..9c6a21a39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSelfcleanOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@1x.png new file mode 100644 index 000000000..c2d5a40ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@2x.png new file mode 100644 index 000000000..b36e5c666 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@3x.png new file mode 100644 index 000000000..4f21a2116 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSelfcleanOutline36.imageset/DishwasherSelfcleanOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/Contents.json new file mode 100644 index 000000000..4e8f48af5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@1x.png new file mode 100644 index 000000000..72cc0d0d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@2x.png new file mode 100644 index 000000000..7b2c95ac7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@3x.png new file mode 100644 index 000000000..e23b72df7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill16.imageset/DishwasherSuper60Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/Contents.json new file mode 100644 index 000000000..24a5dded3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@1x.png new file mode 100644 index 000000000..aad5be71d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@2x.png new file mode 100644 index 000000000..33bc180ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@3x.png new file mode 100644 index 000000000..1cbc002e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill24.imageset/DishwasherSuper60Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/Contents.json new file mode 100644 index 000000000..fc2c8e946 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@1x.png new file mode 100644 index 000000000..011ae3776 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@2x.png new file mode 100644 index 000000000..d218efd33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@3x.png new file mode 100644 index 000000000..a4edb7e4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Fill36.imageset/DishwasherSuper60Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/Contents.json new file mode 100644 index 000000000..082ac0845 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@1x.png new file mode 100644 index 000000000..dc1c9be41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@2x.png new file mode 100644 index 000000000..fbf0b3329 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@3x.png new file mode 100644 index 000000000..df57522dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline16.imageset/DishwasherSuper60Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/Contents.json new file mode 100644 index 000000000..12f4879b8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@1x.png new file mode 100644 index 000000000..8cd592d9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@2x.png new file mode 100644 index 000000000..37c3f0488 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@3x.png new file mode 100644 index 000000000..530197d3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline24.imageset/DishwasherSuper60Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/Contents.json new file mode 100644 index 000000000..5c1c7627b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DishwasherSuper60Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@1x.png new file mode 100644 index 000000000..12b9574c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@2x.png new file mode 100644 index 000000000..66cd97f4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@3x.png new file mode 100644 index 000000000..6da7d8871 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DishwasherSuper60Outline36.imageset/DishwasherSuper60Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/Contents.json new file mode 100644 index 000000000..78d414481 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@1x.png new file mode 100644 index 000000000..0bb3b6c1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@2x.png new file mode 100644 index 000000000..3344d6bbe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@3x.png new file mode 100644 index 000000000..31eb042c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill16.imageset/DislikeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/Contents.json new file mode 100644 index 000000000..6aa5163aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@1x.png new file mode 100644 index 000000000..ec4da4b94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@2x.png new file mode 100644 index 000000000..a66878fd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@3x.png new file mode 100644 index 000000000..95462479a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill24.imageset/DislikeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/Contents.json new file mode 100644 index 000000000..8a2154beb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@1x.png new file mode 100644 index 000000000..d0e5ee998 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@2x.png new file mode 100644 index 000000000..9710e7ccd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@3x.png new file mode 100644 index 000000000..ce538c33c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeFill36.imageset/DislikeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/Contents.json new file mode 100644 index 000000000..7ba643b4e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@1x.png new file mode 100644 index 000000000..ef4487fa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@2x.png new file mode 100644 index 000000000..bb3384e86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@3x.png new file mode 100644 index 000000000..7703dcc6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline16.imageset/DislikeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/Contents.json new file mode 100644 index 000000000..5459dd32d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@1x.png new file mode 100644 index 000000000..20cb26f7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@2x.png new file mode 100644 index 000000000..0bbc37673 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@3x.png new file mode 100644 index 000000000..c2b9dfced Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline24.imageset/DislikeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/Contents.json new file mode 100644 index 000000000..9590eab0a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DislikeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DislikeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DislikeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@1x.png new file mode 100644 index 000000000..ac6c77bea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@2x.png new file mode 100644 index 000000000..9603ed474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@3x.png new file mode 100644 index 000000000..93da064c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DislikeOutline36.imageset/DislikeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/Contents.json new file mode 100644 index 000000000..4122798e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@1x.png new file mode 100644 index 000000000..e1c67f34a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@2x.png new file mode 100644 index 000000000..83cd20340 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@3x.png new file mode 100644 index 000000000..b5e471c58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill16.imageset/DocumentAutopayFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/Contents.json new file mode 100644 index 000000000..6c6338a67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@1x.png new file mode 100644 index 000000000..090849083 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@2x.png new file mode 100644 index 000000000..ad55615f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@3x.png new file mode 100644 index 000000000..6ebb8890c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill24.imageset/DocumentAutopayFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/Contents.json new file mode 100644 index 000000000..95934116d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@1x.png new file mode 100644 index 000000000..5c4eb98ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@2x.png new file mode 100644 index 000000000..99aee9fb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@3x.png new file mode 100644 index 000000000..51e2b5388 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayFill36.imageset/DocumentAutopayFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/Contents.json new file mode 100644 index 000000000..da7e6c0a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@1x.png new file mode 100644 index 000000000..026bfaf03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@2x.png new file mode 100644 index 000000000..5d4e2f772 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@3x.png new file mode 100644 index 000000000..9601a33bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline16.imageset/DocumentAutopayOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/Contents.json new file mode 100644 index 000000000..3fbe81709 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@1x.png new file mode 100644 index 000000000..6c4859524 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@2x.png new file mode 100644 index 000000000..67ff4655a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@3x.png new file mode 100644 index 000000000..323024a30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline24.imageset/DocumentAutopayOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/Contents.json new file mode 100644 index 000000000..0dc20b2f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentAutopayOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@1x.png new file mode 100644 index 000000000..57a104c9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@2x.png new file mode 100644 index 000000000..702e7e492 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@3x.png new file mode 100644 index 000000000..7cae50594 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentAutopayOutline36.imageset/DocumentAutopayOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/Contents.json new file mode 100644 index 000000000..daa5b1fe9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@1x.png new file mode 100644 index 000000000..972e0c3b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@2x.png new file mode 100644 index 000000000..468af07ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@3x.png new file mode 100644 index 000000000..f09482b56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill16.imageset/DocumentBackwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/Contents.json new file mode 100644 index 000000000..21475666a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@1x.png new file mode 100644 index 000000000..39d0643da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@2x.png new file mode 100644 index 000000000..58eb07266 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@3x.png new file mode 100644 index 000000000..d46b75adc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill24.imageset/DocumentBackwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/Contents.json new file mode 100644 index 000000000..9a5811ee6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@1x.png new file mode 100644 index 000000000..5333c5623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@2x.png new file mode 100644 index 000000000..1b3b1e26d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@3x.png new file mode 100644 index 000000000..a1ce2959e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardFill36.imageset/DocumentBackwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..047b0fa8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@1x.png new file mode 100644 index 000000000..067a65b99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@2x.png new file mode 100644 index 000000000..93416d2a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@3x.png new file mode 100644 index 000000000..a099b7df4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline16.imageset/DocumentBackwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..e42f146f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@1x.png new file mode 100644 index 000000000..1026b53de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@2x.png new file mode 100644 index 000000000..b9bb923dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@3x.png new file mode 100644 index 000000000..c81cffb3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline24.imageset/DocumentBackwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..f06dfc8c1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentBackwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@1x.png new file mode 100644 index 000000000..2ed6e7c4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@2x.png new file mode 100644 index 000000000..5688528e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@3x.png new file mode 100644 index 000000000..bf03d7c17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentBackwardOutline36.imageset/DocumentBackwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/Contents.json new file mode 100644 index 000000000..844b454ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@1x.png new file mode 100644 index 000000000..bad6c2955 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@2x.png new file mode 100644 index 000000000..4a3b8a097 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@3x.png new file mode 100644 index 000000000..75856e645 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill16.imageset/DocumentFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/Contents.json new file mode 100644 index 000000000..882c58b9d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@1x.png new file mode 100644 index 000000000..c21e2a6cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@2x.png new file mode 100644 index 000000000..a607a7428 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@3x.png new file mode 100644 index 000000000..943de4b4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill24.imageset/DocumentFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/Contents.json new file mode 100644 index 000000000..bca230446 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@1x.png new file mode 100644 index 000000000..eb2dbd324 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@2x.png new file mode 100644 index 000000000..aad6462f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@3x.png new file mode 100644 index 000000000..2ea93e172 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentFill36.imageset/DocumentFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/Contents.json new file mode 100644 index 000000000..f8ad79a5e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@1x.png new file mode 100644 index 000000000..5bf0db926 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@2x.png new file mode 100644 index 000000000..27a71d01b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@3x.png new file mode 100644 index 000000000..23a7eb2f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill16.imageset/DocumentForwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/Contents.json new file mode 100644 index 000000000..03eff5837 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@1x.png new file mode 100644 index 000000000..030ece9c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@2x.png new file mode 100644 index 000000000..f559f0094 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@3x.png new file mode 100644 index 000000000..19f30fa41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill24.imageset/DocumentForwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/Contents.json new file mode 100644 index 000000000..48bf92521 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@1x.png new file mode 100644 index 000000000..3d831d02b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@2x.png new file mode 100644 index 000000000..5ac69b5f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@3x.png new file mode 100644 index 000000000..f44f07f1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardFill36.imageset/DocumentForwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..dbf55b8d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@1x.png new file mode 100644 index 000000000..f62fe9724 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@2x.png new file mode 100644 index 000000000..e9edf48cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@3x.png new file mode 100644 index 000000000..eb7b525bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline16.imageset/DocumentForwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..ce59a6552 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@1x.png new file mode 100644 index 000000000..b780b250e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@2x.png new file mode 100644 index 000000000..ace5f42b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@3x.png new file mode 100644 index 000000000..7ff9c723c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline24.imageset/DocumentForwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..04907fa61 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentForwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentForwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentForwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@1x.png new file mode 100644 index 000000000..7d8e99b47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@2x.png new file mode 100644 index 000000000..83ec85d47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@3x.png new file mode 100644 index 000000000..3c3933d82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentForwardOutline36.imageset/DocumentForwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/Contents.json new file mode 100644 index 000000000..e40c5241e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@1x.png new file mode 100644 index 000000000..db60c57ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@2x.png new file mode 100644 index 000000000..305fb8438 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@3x.png new file mode 100644 index 000000000..c1c26d1ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill16.imageset/DocumentGlassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/Contents.json new file mode 100644 index 000000000..05655ec29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@1x.png new file mode 100644 index 000000000..5b0eb7d5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@2x.png new file mode 100644 index 000000000..ac571af5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@3x.png new file mode 100644 index 000000000..4050c1d71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill24.imageset/DocumentGlassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/Contents.json new file mode 100644 index 000000000..49346d984 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@1x.png new file mode 100644 index 000000000..b889c4935 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@2x.png new file mode 100644 index 000000000..bdff92d21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@3x.png new file mode 100644 index 000000000..3f4f4ce69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassFill36.imageset/DocumentGlassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/Contents.json new file mode 100644 index 000000000..79b473bc0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@1x.png new file mode 100644 index 000000000..514504954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@2x.png new file mode 100644 index 000000000..905a37ffd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@3x.png new file mode 100644 index 000000000..3b4bc75b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline16.imageset/DocumentGlassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/Contents.json new file mode 100644 index 000000000..c1459b53d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@1x.png new file mode 100644 index 000000000..038773c54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@2x.png new file mode 100644 index 000000000..6055fac9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@3x.png new file mode 100644 index 000000000..699d1ba4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline24.imageset/DocumentGlassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/Contents.json new file mode 100644 index 000000000..b4034ca37 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentGlassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentGlassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentGlassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@1x.png new file mode 100644 index 000000000..e4bdfd78a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@2x.png new file mode 100644 index 000000000..8edbfee34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@3x.png new file mode 100644 index 000000000..5be5e250c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentGlassOutline36.imageset/DocumentGlassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/Contents.json new file mode 100644 index 000000000..6dd6d3891 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@1x.png new file mode 100644 index 000000000..c457e9967 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@2x.png new file mode 100644 index 000000000..b7b68e391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@3x.png new file mode 100644 index 000000000..b6cc3274c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline16.imageset/DocumentOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/Contents.json new file mode 100644 index 000000000..1e26b1062 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@1x.png new file mode 100644 index 000000000..e132d7a21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@2x.png new file mode 100644 index 000000000..e34e2614e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@3x.png new file mode 100644 index 000000000..4264f7fa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline24.imageset/DocumentOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/Contents.json new file mode 100644 index 000000000..900567b1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DocumentOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DocumentOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DocumentOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@1x.png new file mode 100644 index 000000000..b9f18921f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@2x.png new file mode 100644 index 000000000..37d11d274 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@3x.png new file mode 100644 index 000000000..fbaac449b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DocumentOutline36.imageset/DocumentOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Contents.json new file mode 100644 index 000000000..13600730f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Done-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Done-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Done-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@1x.png new file mode 100644 index 000000000..de08c86bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@2x.png new file mode 100644 index 000000000..26e696049 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@3x.png new file mode 100644 index 000000000..49cea79d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done16.imageset/Done-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Contents.json new file mode 100644 index 000000000..a468db9a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Done-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Done-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Done-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@1x.png new file mode 100644 index 000000000..5762e3325 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@2x.png new file mode 100644 index 000000000..25ba1cac7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@3x.png new file mode 100644 index 000000000..93c870a19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done24.imageset/Done-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Contents.json new file mode 100644 index 000000000..aaf011e24 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Done-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Done-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Done-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@1x.png new file mode 100644 index 000000000..179ee37f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@2x.png new file mode 100644 index 000000000..5c840b542 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@3x.png new file mode 100644 index 000000000..2c9484ec8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Done36.imageset/Done-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..fd232a9bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@1x.png new file mode 100644 index 000000000..2cb284c77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@2x.png new file mode 100644 index 000000000..7f2df0036 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@3x.png new file mode 100644 index 000000000..9994d0a19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill16.imageset/DoneCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..871d4c0af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@1x.png new file mode 100644 index 000000000..891b8c3a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@2x.png new file mode 100644 index 000000000..d59c17b2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@3x.png new file mode 100644 index 000000000..73febcae0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill24.imageset/DoneCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..7b2742d89 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@1x.png new file mode 100644 index 000000000..7c896939a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@2x.png new file mode 100644 index 000000000..6a2b6730a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@3x.png new file mode 100644 index 000000000..4eb1dd0ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleFill36.imageset/DoneCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..e80c8d7c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@1x.png new file mode 100644 index 000000000..0965d972f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@2x.png new file mode 100644 index 000000000..0a4a7a717 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@3x.png new file mode 100644 index 000000000..78e388ed9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline16.imageset/DoneCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..9a689530d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@1x.png new file mode 100644 index 000000000..60233d0a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@2x.png new file mode 100644 index 000000000..d88859cd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@3x.png new file mode 100644 index 000000000..4ac27fb9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline24.imageset/DoneCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..a59137db8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@1x.png new file mode 100644 index 000000000..ea2fc8b33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@2x.png new file mode 100644 index 000000000..68677a7e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@3x.png new file mode 100644 index 000000000..dda22c925 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneCircleOutline36.imageset/DoneCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/Contents.json new file mode 100644 index 000000000..2a1a74d41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneDouble-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneDouble-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneDouble-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@1x.png new file mode 100644 index 000000000..8652b0908 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@2x.png new file mode 100644 index 000000000..c69c420c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@3x.png new file mode 100644 index 000000000..2b4f0db11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble16.imageset/DoneDouble-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/Contents.json new file mode 100644 index 000000000..eb6216d63 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneDouble-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneDouble-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneDouble-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@1x.png new file mode 100644 index 000000000..ee695deea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@2x.png new file mode 100644 index 000000000..166d56deb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@3x.png new file mode 100644 index 000000000..961d995f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble24.imageset/DoneDouble-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/Contents.json new file mode 100644 index 000000000..7f8812161 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneDouble-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneDouble-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneDouble-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@1x.png new file mode 100644 index 000000000..cbfb9d687 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@2x.png new file mode 100644 index 000000000..06ed9fe5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@3x.png new file mode 100644 index 000000000..529635c4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneDouble36.imageset/DoneDouble-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..c1ca678aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@1x.png new file mode 100644 index 000000000..fea0cc99c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@2x.png new file mode 100644 index 000000000..3f169918d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@3x.png new file mode 100644 index 000000000..6e4727d28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill16.imageset/DoneSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..ad9476b3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@1x.png new file mode 100644 index 000000000..fb1e4b1ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@2x.png new file mode 100644 index 000000000..22d7431c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@3x.png new file mode 100644 index 000000000..8a4f6dc4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill24.imageset/DoneSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..12e180b3a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@1x.png new file mode 100644 index 000000000..12019aef9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@2x.png new file mode 100644 index 000000000..e2d9cfedb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@3x.png new file mode 100644 index 000000000..30e080170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareFill36.imageset/DoneSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..e6f7924ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@1x.png new file mode 100644 index 000000000..ae391e8e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@2x.png new file mode 100644 index 000000000..7cc3541e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@3x.png new file mode 100644 index 000000000..a8cf09e11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline16.imageset/DoneSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..7ff4d1ad7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@1x.png new file mode 100644 index 000000000..076e48fed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@2x.png new file mode 100644 index 000000000..34f71b15b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@3x.png new file mode 100644 index 000000000..ae641007e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline24.imageset/DoneSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..5920df8ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoneSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoneSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoneSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@1x.png new file mode 100644 index 000000000..f2ed3a341 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@2x.png new file mode 100644 index 000000000..f846836c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@3x.png new file mode 100644 index 000000000..1a928725a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoneSquareOutline36.imageset/DoneSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/Contents.json new file mode 100644 index 000000000..240834900 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@1x.png new file mode 100644 index 000000000..8a5e2c873 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@2x.png new file mode 100644 index 000000000..0d82dfc3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@3x.png new file mode 100644 index 000000000..e14d09fbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill16.imageset/DoorLClosedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/Contents.json new file mode 100644 index 000000000..693a415bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@1x.png new file mode 100644 index 000000000..8df035c5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@2x.png new file mode 100644 index 000000000..c5c20b77d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@3x.png new file mode 100644 index 000000000..b9a4e6513 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill24.imageset/DoorLClosedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/Contents.json new file mode 100644 index 000000000..4fd321169 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@1x.png new file mode 100644 index 000000000..294203aa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@2x.png new file mode 100644 index 000000000..454b157ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@3x.png new file mode 100644 index 000000000..9e53f41b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedFill36.imageset/DoorLClosedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/Contents.json new file mode 100644 index 000000000..a21ac52fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@1x.png new file mode 100644 index 000000000..97ed15ba6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@2x.png new file mode 100644 index 000000000..9b833a372 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@3x.png new file mode 100644 index 000000000..698f31a86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline16.imageset/DoorLClosedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/Contents.json new file mode 100644 index 000000000..60f41f749 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@1x.png new file mode 100644 index 000000000..67e81a0fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@2x.png new file mode 100644 index 000000000..61fc7be60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@3x.png new file mode 100644 index 000000000..d0c0bb693 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline24.imageset/DoorLClosedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/Contents.json new file mode 100644 index 000000000..e531dc16b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLClosedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLClosedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLClosedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@1x.png new file mode 100644 index 000000000..ff4112aab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@2x.png new file mode 100644 index 000000000..78d02401e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@3x.png new file mode 100644 index 000000000..2713c700e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLClosedOutline36.imageset/DoorLClosedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/Contents.json new file mode 100644 index 000000000..63a596bc8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@1x.png new file mode 100644 index 000000000..507e12265 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@2x.png new file mode 100644 index 000000000..e55927579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@3x.png new file mode 100644 index 000000000..0ee085569 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill16.imageset/DoorLOpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/Contents.json new file mode 100644 index 000000000..251bb66b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@1x.png new file mode 100644 index 000000000..437eeb4e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@2x.png new file mode 100644 index 000000000..2c8e89d80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@3x.png new file mode 100644 index 000000000..af2dead3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill24.imageset/DoorLOpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/Contents.json new file mode 100644 index 000000000..583bfc4bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@1x.png new file mode 100644 index 000000000..9a923f4fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@2x.png new file mode 100644 index 000000000..c42de22ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@3x.png new file mode 100644 index 000000000..cc7fa74b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenFill36.imageset/DoorLOpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..453ae0daa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@1x.png new file mode 100644 index 000000000..c5a54554d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@2x.png new file mode 100644 index 000000000..c5f9c68f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@3x.png new file mode 100644 index 000000000..5dd4714ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline16.imageset/DoorLOpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..c849b47fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@1x.png new file mode 100644 index 000000000..5bf10aa99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@2x.png new file mode 100644 index 000000000..7592d40ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@3x.png new file mode 100644 index 000000000..1d231b397 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline24.imageset/DoorLOpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..a7863d936 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorLOpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorLOpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorLOpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@1x.png new file mode 100644 index 000000000..9aa6e7c09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@2x.png new file mode 100644 index 000000000..32e06a901 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@3x.png new file mode 100644 index 000000000..3dca2b249 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorLOpenOutline36.imageset/DoorLOpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/Contents.json new file mode 100644 index 000000000..72000b276 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@1x.png new file mode 100644 index 000000000..4a50733d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@2x.png new file mode 100644 index 000000000..6a5541a7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@3x.png new file mode 100644 index 000000000..0b0ffdf97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill16.imageset/DoorRClosedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/Contents.json new file mode 100644 index 000000000..b2f2e3361 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@1x.png new file mode 100644 index 000000000..86fc1853f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@2x.png new file mode 100644 index 000000000..fd2657ec1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@3x.png new file mode 100644 index 000000000..0ffe96de9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill24.imageset/DoorRClosedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/Contents.json new file mode 100644 index 000000000..be5ef6fac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@1x.png new file mode 100644 index 000000000..4a4b77be0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@2x.png new file mode 100644 index 000000000..2260dab35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@3x.png new file mode 100644 index 000000000..03fb7db00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedFill36.imageset/DoorRClosedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/Contents.json new file mode 100644 index 000000000..eb1cbff8e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@1x.png new file mode 100644 index 000000000..8e07a43c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@2x.png new file mode 100644 index 000000000..c8410d7ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@3x.png new file mode 100644 index 000000000..9e0577770 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline16.imageset/DoorRClosedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/Contents.json new file mode 100644 index 000000000..c2e6e17b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@1x.png new file mode 100644 index 000000000..4a32a2ca0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@2x.png new file mode 100644 index 000000000..131f37089 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@3x.png new file mode 100644 index 000000000..2a33fb829 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline24.imageset/DoorRClosedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/Contents.json new file mode 100644 index 000000000..d2745c646 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorRClosedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorRClosedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorRClosedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@1x.png new file mode 100644 index 000000000..1034ef1c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@2x.png new file mode 100644 index 000000000..0694cb598 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@3x.png new file mode 100644 index 000000000..bead5072f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorRClosedOutline36.imageset/DoorRClosedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/Contents.json new file mode 100644 index 000000000..dcb303690 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@1x.png new file mode 100644 index 000000000..a69ef8833 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@2x.png new file mode 100644 index 000000000..87022c990 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@3x.png new file mode 100644 index 000000000..f321e3d2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill16.imageset/DoorROpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/Contents.json new file mode 100644 index 000000000..034967bd7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@1x.png new file mode 100644 index 000000000..397814dea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@2x.png new file mode 100644 index 000000000..c32f5c62a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@3x.png new file mode 100644 index 000000000..aa9212b1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill24.imageset/DoorROpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/Contents.json new file mode 100644 index 000000000..e72e33a3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@1x.png new file mode 100644 index 000000000..510700107 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@2x.png new file mode 100644 index 000000000..5d6e998d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@3x.png new file mode 100644 index 000000000..e08cfe3a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenFill36.imageset/DoorROpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..d971ff5b4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@1x.png new file mode 100644 index 000000000..ff5d3dc0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@2x.png new file mode 100644 index 000000000..397931b12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@3x.png new file mode 100644 index 000000000..b5f930a04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline16.imageset/DoorROpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..c544d8635 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@1x.png new file mode 100644 index 000000000..e0a7210ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@2x.png new file mode 100644 index 000000000..6cad8a543 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@3x.png new file mode 100644 index 000000000..487753a00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline24.imageset/DoorROpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..e95719656 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoorROpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoorROpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoorROpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@1x.png new file mode 100644 index 000000000..6c80909f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@2x.png new file mode 100644 index 000000000..88a85d6c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@3x.png new file mode 100644 index 000000000..2a51cb217 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoorROpenOutline36.imageset/DoorROpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/Contents.json new file mode 100644 index 000000000..379cd7063 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@1x.png new file mode 100644 index 000000000..165f7a6e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@2x.png new file mode 100644 index 000000000..de9afb77e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@3x.png new file mode 100644 index 000000000..0c05c5572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline16.imageset/DotsHorizontalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/Contents.json new file mode 100644 index 000000000..53e131b43 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@1x.png new file mode 100644 index 000000000..d346848ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@2x.png new file mode 100644 index 000000000..5a9591f55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@3x.png new file mode 100644 index 000000000..a4d09ad73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline24.imageset/DotsHorizontalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/Contents.json new file mode 100644 index 000000000..268831e8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsHorizontalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@1x.png new file mode 100644 index 000000000..ff3d0c657 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@2x.png new file mode 100644 index 000000000..485e3359e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@3x.png new file mode 100644 index 000000000..9a7139d28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsHorizontalOutline36.imageset/DotsHorizontalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/Contents.json new file mode 100644 index 000000000..a0b66aae3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsVerticalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsVerticalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsVerticalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@1x.png new file mode 100644 index 000000000..5ff07b3d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@2x.png new file mode 100644 index 000000000..f941654ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@3x.png new file mode 100644 index 000000000..b8421846a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline16.imageset/DotsVerticalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/Contents.json new file mode 100644 index 000000000..9184debad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsVerticalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsVerticalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsVerticalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@1x.png new file mode 100644 index 000000000..2c508ed0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@2x.png new file mode 100644 index 000000000..9658fb708 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@3x.png new file mode 100644 index 000000000..0766d0126 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline24.imageset/DotsVerticalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/Contents.json new file mode 100644 index 000000000..b99d79f4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DotsVerticalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DotsVerticalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DotsVerticalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@1x.png new file mode 100644 index 000000000..6b3014297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@2x.png new file mode 100644 index 000000000..f603b14bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@3x.png new file mode 100644 index 000000000..f4fc7a81e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DotsVerticalOutline36.imageset/DotsVerticalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/Contents.json new file mode 100644 index 000000000..0ea6c5df7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@1x.png new file mode 100644 index 000000000..a23bf95b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@2x.png new file mode 100644 index 000000000..dbd6e09f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@3x.png new file mode 100644 index 000000000..a51d922e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft16.imageset/DoubleDisclosureLeft-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/Contents.json new file mode 100644 index 000000000..367f5e15f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@1x.png new file mode 100644 index 000000000..135079a23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@2x.png new file mode 100644 index 000000000..37735308f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@3x.png new file mode 100644 index 000000000..97410a1f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft24.imageset/DoubleDisclosureLeft-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/Contents.json new file mode 100644 index 000000000..0b3a93df2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureLeft-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@1x.png new file mode 100644 index 000000000..9b8412117 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@2x.png new file mode 100644 index 000000000..15872efd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@3x.png new file mode 100644 index 000000000..ba92ecee8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureLeft36.imageset/DoubleDisclosureLeft-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/Contents.json new file mode 100644 index 000000000..117852735 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@1x.png new file mode 100644 index 000000000..38a7538da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@2x.png new file mode 100644 index 000000000..3ea1e0226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@3x.png new file mode 100644 index 000000000..2c091f5e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight16.imageset/DoubleDisclosureRight-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/Contents.json new file mode 100644 index 000000000..3b85daea3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@1x.png new file mode 100644 index 000000000..82d203eed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@2x.png new file mode 100644 index 000000000..c911b30b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@3x.png new file mode 100644 index 000000000..81f99fa4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight24.imageset/DoubleDisclosureRight-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/Contents.json new file mode 100644 index 000000000..76a90cc53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DoubleDisclosureRight-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@1x.png new file mode 100644 index 000000000..eb905f2b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@2x.png new file mode 100644 index 000000000..ee9dad262 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@3x.png new file mode 100644 index 000000000..bc463714f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DoubleDisclosureRight36.imageset/DoubleDisclosureRight-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Contents.json new file mode 100644 index 000000000..fcd6fa3cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Download-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Download-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Download-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@1x.png new file mode 100644 index 000000000..650a1e20a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@2x.png new file mode 100644 index 000000000..4f458ed00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@3x.png new file mode 100644 index 000000000..09c17cc30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download16.imageset/Download-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Contents.json new file mode 100644 index 000000000..7d6cf3871 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Download-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Download-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Download-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@1x.png new file mode 100644 index 000000000..77e03951b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@2x.png new file mode 100644 index 000000000..1028110d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@3x.png new file mode 100644 index 000000000..dc370e28a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download24.imageset/Download-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Contents.json new file mode 100644 index 000000000..6b20850fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Download-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Download-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Download-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@1x.png new file mode 100644 index 000000000..ac475bc8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@2x.png new file mode 100644 index 000000000..249c21324 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@3x.png new file mode 100644 index 000000000..0e04b0983 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Download36.imageset/Download-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Contents.json new file mode 100644 index 000000000..742aedd31 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Drag-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Drag-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Drag-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@1x.png new file mode 100644 index 000000000..0a28d0d88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@2x.png new file mode 100644 index 000000000..3429a752d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@3x.png new file mode 100644 index 000000000..86ec71adf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag16.imageset/Drag-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Contents.json new file mode 100644 index 000000000..4240f27b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Drag-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Drag-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Drag-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@1x.png new file mode 100644 index 000000000..3bd3da334 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@2x.png new file mode 100644 index 000000000..e0fcb78da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@3x.png new file mode 100644 index 000000000..f7a29d322 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag24.imageset/Drag-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Contents.json new file mode 100644 index 000000000..1cec37825 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Drag-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Drag-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Drag-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@1x.png new file mode 100644 index 000000000..3b5c81998 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@2x.png new file mode 100644 index 000000000..ec4140c26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@3x.png new file mode 100644 index 000000000..f298583ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Drag36.imageset/Drag-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/Contents.json new file mode 100644 index 000000000..4b74382e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@1x.png new file mode 100644 index 000000000..7eff6e81f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@2x.png new file mode 100644 index 000000000..707836d1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@3x.png new file mode 100644 index 000000000..2e02ddfbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill16.imageset/DropDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/Contents.json new file mode 100644 index 000000000..73c5de71c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@1x.png new file mode 100644 index 000000000..49ce7bb6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@2x.png new file mode 100644 index 000000000..3742fddd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@3x.png new file mode 100644 index 000000000..1792d2e3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill24.imageset/DropDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/Contents.json new file mode 100644 index 000000000..7bfde2a14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@1x.png new file mode 100644 index 000000000..8ecaa2d91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@2x.png new file mode 100644 index 000000000..24c8d9192 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@3x.png new file mode 100644 index 000000000..8727dde42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashFill36.imageset/DropDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..3229ddc0e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@1x.png new file mode 100644 index 000000000..894c15412 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@2x.png new file mode 100644 index 000000000..870850509 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@3x.png new file mode 100644 index 000000000..2deabb2cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline16.imageset/DropDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..7303bfd88 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@1x.png new file mode 100644 index 000000000..c1eed6876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@2x.png new file mode 100644 index 000000000..7aad5b2fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@3x.png new file mode 100644 index 000000000..cc485e6a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline24.imageset/DropDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..308c68528 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@1x.png new file mode 100644 index 000000000..9f50609e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@2x.png new file mode 100644 index 000000000..49d3fff1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@3x.png new file mode 100644 index 000000000..40662d64a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropDashOutline36.imageset/DropDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/Contents.json new file mode 100644 index 000000000..233e6a0bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@1x.png new file mode 100644 index 000000000..5701724f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@2x.png new file mode 100644 index 000000000..2a7b36afb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@3x.png new file mode 100644 index 000000000..7ffd16c56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill16.imageset/DropFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/Contents.json new file mode 100644 index 000000000..c138e8013 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@1x.png new file mode 100644 index 000000000..1d0b416c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@2x.png new file mode 100644 index 000000000..741d64864 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@3x.png new file mode 100644 index 000000000..b08197d45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill24.imageset/DropFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/Contents.json new file mode 100644 index 000000000..c2b8783b1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@1x.png new file mode 100644 index 000000000..d8553fdc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@2x.png new file mode 100644 index 000000000..feba3a04a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@3x.png new file mode 100644 index 000000000..ba1ec6ab5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropFill36.imageset/DropFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/Contents.json new file mode 100644 index 000000000..ab55fe824 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@1x.png new file mode 100644 index 000000000..ed969ddb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@2x.png new file mode 100644 index 000000000..1b253063e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@3x.png new file mode 100644 index 000000000..7ccd3c0b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline16.imageset/DropOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/Contents.json new file mode 100644 index 000000000..3a5165fef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@1x.png new file mode 100644 index 000000000..eafddf245 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@2x.png new file mode 100644 index 000000000..fe879d341 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@3x.png new file mode 100644 index 000000000..885d007c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline24.imageset/DropOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/Contents.json new file mode 100644 index 000000000..782fc298c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "DropOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "DropOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "DropOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@1x.png new file mode 100644 index 000000000..e4e358819 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@2x.png new file mode 100644 index 000000000..c9e93f8f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@3x.png new file mode 100644 index 000000000..b7d5bb579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/DropOutline36.imageset/DropOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/Contents.json new file mode 100644 index 000000000..ba06439ec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@1x.png new file mode 100644 index 000000000..65a4d356e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@2x.png new file mode 100644 index 000000000..b007710f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@3x.png new file mode 100644 index 000000000..3f0e86861 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill16.imageset/EarDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/Contents.json new file mode 100644 index 000000000..20d21ce16 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@1x.png new file mode 100644 index 000000000..6881f90ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@2x.png new file mode 100644 index 000000000..fbc645371 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@3x.png new file mode 100644 index 000000000..2280851a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill24.imageset/EarDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/Contents.json new file mode 100644 index 000000000..70af6e1aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@1x.png new file mode 100644 index 000000000..09d414a14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@2x.png new file mode 100644 index 000000000..fbe6957a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@3x.png new file mode 100644 index 000000000..2171aa79c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashFill36.imageset/EarDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..2db88babb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@1x.png new file mode 100644 index 000000000..1642396a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@2x.png new file mode 100644 index 000000000..4c899984e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@3x.png new file mode 100644 index 000000000..a83ebec46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline16.imageset/EarDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..f87d00a3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@1x.png new file mode 100644 index 000000000..82591f753 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@2x.png new file mode 100644 index 000000000..d88edf6d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@3x.png new file mode 100644 index 000000000..4f3db4738 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline24.imageset/EarDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..155396e7a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@1x.png new file mode 100644 index 000000000..9c370aa03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@2x.png new file mode 100644 index 000000000..faae20ba3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@3x.png new file mode 100644 index 000000000..5d301da2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarDashOutline36.imageset/EarDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..1ca073142 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@1x.png new file mode 100644 index 000000000..d4a7e2280 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@2x.png new file mode 100644 index 000000000..5d58b0526 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@3x.png new file mode 100644 index 000000000..e2cc69f4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill16.imageset/EarErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..7fdd4e384 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@1x.png new file mode 100644 index 000000000..fd9c2e583 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@2x.png new file mode 100644 index 000000000..f07c7e06e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@3x.png new file mode 100644 index 000000000..60a6a86ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill24.imageset/EarErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..0b015aac7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@1x.png new file mode 100644 index 000000000..dbb3478df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@2x.png new file mode 100644 index 000000000..3b1296cec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@3x.png new file mode 100644 index 000000000..e83fb5e8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorFill36.imageset/EarErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..9830ab5eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@1x.png new file mode 100644 index 000000000..9b23e54f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@2x.png new file mode 100644 index 000000000..b4028971f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@3x.png new file mode 100644 index 000000000..dafc710af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline16.imageset/EarErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..194db11df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@1x.png new file mode 100644 index 000000000..58bb09da7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@2x.png new file mode 100644 index 000000000..6d34a5765 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@3x.png new file mode 100644 index 000000000..42fb4543e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline24.imageset/EarErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..5fabe102a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@1x.png new file mode 100644 index 000000000..a6ee388d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@2x.png new file mode 100644 index 000000000..068dd3f0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@3x.png new file mode 100644 index 000000000..4a1bdd568 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarErrorOutline36.imageset/EarErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/Contents.json new file mode 100644 index 000000000..10dc0782e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@1x.png new file mode 100644 index 000000000..62fc6ec46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@2x.png new file mode 100644 index 000000000..a3584c73a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@3x.png new file mode 100644 index 000000000..4c45148be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill16.imageset/EarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/Contents.json new file mode 100644 index 000000000..e36bf6c4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@1x.png new file mode 100644 index 000000000..4b4125108 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@2x.png new file mode 100644 index 000000000..a4f1726d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@3x.png new file mode 100644 index 000000000..20f40156e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill24.imageset/EarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/Contents.json new file mode 100644 index 000000000..de48e6544 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@1x.png new file mode 100644 index 000000000..09a8687f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@2x.png new file mode 100644 index 000000000..180b475e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@3x.png new file mode 100644 index 000000000..8b5168127 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarFill36.imageset/EarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/Contents.json new file mode 100644 index 000000000..18486f9ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@1x.png new file mode 100644 index 000000000..31db64dc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@2x.png new file mode 100644 index 000000000..78b3179ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@3x.png new file mode 100644 index 000000000..ec6ed3944 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline16.imageset/EarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/Contents.json new file mode 100644 index 000000000..8b89f23df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@1x.png new file mode 100644 index 000000000..ca1c4928b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@2x.png new file mode 100644 index 000000000..6b679ec71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@3x.png new file mode 100644 index 000000000..08cded122 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline24.imageset/EarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/Contents.json new file mode 100644 index 000000000..b27d1139a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@1x.png new file mode 100644 index 000000000..71b0d7d9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@2x.png new file mode 100644 index 000000000..dde77f186 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@3x.png new file mode 100644 index 000000000..fcd29ad1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EarOutline36.imageset/EarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/Contents.json new file mode 100644 index 000000000..cf963edbd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@1x.png new file mode 100644 index 000000000..3320db2e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@2x.png new file mode 100644 index 000000000..a76c29073 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@3x.png new file mode 100644 index 000000000..39f0e57e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill16.imageset/EditFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/Contents.json new file mode 100644 index 000000000..01bb4028d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@1x.png new file mode 100644 index 000000000..860c072b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@2x.png new file mode 100644 index 000000000..4b0cbf1a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@3x.png new file mode 100644 index 000000000..d4a4474bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill24.imageset/EditFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/Contents.json new file mode 100644 index 000000000..800f12113 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@1x.png new file mode 100644 index 000000000..88a86fb9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@2x.png new file mode 100644 index 000000000..69f42805b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@3x.png new file mode 100644 index 000000000..386609b2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditFill36.imageset/EditFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/Contents.json new file mode 100644 index 000000000..97284c0a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@1x.png new file mode 100644 index 000000000..1a21877b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@2x.png new file mode 100644 index 000000000..c816ae43c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@3x.png new file mode 100644 index 000000000..ca6c57752 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline16.imageset/EditOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/Contents.json new file mode 100644 index 000000000..558ee454f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@1x.png new file mode 100644 index 000000000..8a431dd0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@2x.png new file mode 100644 index 000000000..1f606c620 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@3x.png new file mode 100644 index 000000000..aafb0e197 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline24.imageset/EditOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/Contents.json new file mode 100644 index 000000000..25e0872e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EditOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EditOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EditOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@1x.png new file mode 100644 index 000000000..b6cb93e63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@2x.png new file mode 100644 index 000000000..0a7cb83e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@3x.png new file mode 100644 index 000000000..971eb9ec2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EditOutline36.imageset/EditOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/Contents.json new file mode 100644 index 000000000..2c5fd7e41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@1x.png new file mode 100644 index 000000000..77cfcba2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@2x.png new file mode 100644 index 000000000..b7508521f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@3x.png new file mode 100644 index 000000000..9f8c349d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill16.imageset/EducationFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/Contents.json new file mode 100644 index 000000000..73e71563d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@1x.png new file mode 100644 index 000000000..537c1cca2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@2x.png new file mode 100644 index 000000000..d41a10c4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@3x.png new file mode 100644 index 000000000..e864add5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill24.imageset/EducationFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/Contents.json new file mode 100644 index 000000000..b468dccf8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@1x.png new file mode 100644 index 000000000..3ee1728b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@2x.png new file mode 100644 index 000000000..e89a6e54d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@3x.png new file mode 100644 index 000000000..5d74d8ad5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationFill36.imageset/EducationFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/Contents.json new file mode 100644 index 000000000..fb3435bb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@1x.png new file mode 100644 index 000000000..f193edc7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@2x.png new file mode 100644 index 000000000..fe1720acf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@3x.png new file mode 100644 index 000000000..90144bea7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline16.imageset/EducationOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/Contents.json new file mode 100644 index 000000000..0cac17e0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@1x.png new file mode 100644 index 000000000..20a4edcc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@2x.png new file mode 100644 index 000000000..fdcee1c65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@3x.png new file mode 100644 index 000000000..fc152e490 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline24.imageset/EducationOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/Contents.json new file mode 100644 index 000000000..28ede854c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EducationOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EducationOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EducationOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@1x.png new file mode 100644 index 000000000..ea4875d34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@2x.png new file mode 100644 index 000000000..5a6999128 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@3x.png new file mode 100644 index 000000000..88248bdfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EducationOutline36.imageset/EducationOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/Contents.json new file mode 100644 index 000000000..32e6512c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@1x.png new file mode 100644 index 000000000..11b63fb15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@2x.png new file mode 100644 index 000000000..c95ccf5c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@3x.png new file mode 100644 index 000000000..80746ea0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill16.imageset/EraserFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/Contents.json new file mode 100644 index 000000000..a93239828 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@1x.png new file mode 100644 index 000000000..2a843a2c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@2x.png new file mode 100644 index 000000000..70451bfe4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@3x.png new file mode 100644 index 000000000..7883a20af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill24.imageset/EraserFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/Contents.json new file mode 100644 index 000000000..80d949926 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@1x.png new file mode 100644 index 000000000..a78f0509e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@2x.png new file mode 100644 index 000000000..c2fdef649 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@3x.png new file mode 100644 index 000000000..60d74cabb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserFill36.imageset/EraserFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/Contents.json new file mode 100644 index 000000000..1530f43a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@1x.png new file mode 100644 index 000000000..8ccc4a0c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@2x.png new file mode 100644 index 000000000..009d3b300 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@3x.png new file mode 100644 index 000000000..1cc4850fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline16.imageset/EraserOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/Contents.json new file mode 100644 index 000000000..b8fee10c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@1x.png new file mode 100644 index 000000000..2311d7791 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@2x.png new file mode 100644 index 000000000..8afc1fcef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@3x.png new file mode 100644 index 000000000..da57e7747 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline24.imageset/EraserOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/Contents.json new file mode 100644 index 000000000..827e8fae6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EraserOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EraserOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EraserOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@1x.png new file mode 100644 index 000000000..1feb4705b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@2x.png new file mode 100644 index 000000000..ed26f33c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@3x.png new file mode 100644 index 000000000..f77013b5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EraserOutline36.imageset/EraserOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/Contents.json new file mode 100644 index 000000000..df2adec5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@1x.png new file mode 100644 index 000000000..b66b62ad1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@2x.png new file mode 100644 index 000000000..f1db58663 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@3x.png new file mode 100644 index 000000000..5b3307f5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill16.imageset/EthernetFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/Contents.json new file mode 100644 index 000000000..df5397ab0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@1x.png new file mode 100644 index 000000000..d03ad272f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@2x.png new file mode 100644 index 000000000..9aa7e5e3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@3x.png new file mode 100644 index 000000000..b4953fb7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill24.imageset/EthernetFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/Contents.json new file mode 100644 index 000000000..21440a751 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@1x.png new file mode 100644 index 000000000..9d7c054d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@2x.png new file mode 100644 index 000000000..5cda1ecb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@3x.png new file mode 100644 index 000000000..f95ca917a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetFill36.imageset/EthernetFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/Contents.json new file mode 100644 index 000000000..380a2dcd3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@1x.png new file mode 100644 index 000000000..78a08272e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@2x.png new file mode 100644 index 000000000..9bf7fec55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@3x.png new file mode 100644 index 000000000..912d8a504 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline16.imageset/EthernetOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/Contents.json new file mode 100644 index 000000000..045949079 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@1x.png new file mode 100644 index 000000000..10c2aed3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@2x.png new file mode 100644 index 000000000..846a7ba49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@3x.png new file mode 100644 index 000000000..c8ff3f71f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline24.imageset/EthernetOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/Contents.json new file mode 100644 index 000000000..e7b62ed09 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EthernetOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EthernetOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EthernetOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@1x.png new file mode 100644 index 000000000..0776cc036 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@2x.png new file mode 100644 index 000000000..91d2a78fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@3x.png new file mode 100644 index 000000000..b3b8fc356 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EthernetOutline36.imageset/EthernetOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/Contents.json new file mode 100644 index 000000000..dbc45e366 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@1x.png new file mode 100644 index 000000000..e625f14b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@2x.png new file mode 100644 index 000000000..07d968705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@3x.png new file mode 100644 index 000000000..e696f38b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill16.imageset/EyeClosedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/Contents.json new file mode 100644 index 000000000..96e687d73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@1x.png new file mode 100644 index 000000000..33fb62d23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@2x.png new file mode 100644 index 000000000..ee9fd636d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@3x.png new file mode 100644 index 000000000..738300b4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill24.imageset/EyeClosedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/Contents.json new file mode 100644 index 000000000..a90e8455b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@1x.png new file mode 100644 index 000000000..a61ae1df5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@2x.png new file mode 100644 index 000000000..0167fe2bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@3x.png new file mode 100644 index 000000000..01bc3160c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedFill36.imageset/EyeClosedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/Contents.json new file mode 100644 index 000000000..198f3df14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@1x.png new file mode 100644 index 000000000..d8e42fc8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@2x.png new file mode 100644 index 000000000..81e8d14bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@3x.png new file mode 100644 index 000000000..7dc2b7b3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline16.imageset/EyeClosedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/Contents.json new file mode 100644 index 000000000..7c9a6eec7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@1x.png new file mode 100644 index 000000000..1ea7c18cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@2x.png new file mode 100644 index 000000000..62ae03b39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@3x.png new file mode 100644 index 000000000..ec99e5188 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline24.imageset/EyeClosedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/Contents.json new file mode 100644 index 000000000..e3cb022db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeClosedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeClosedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeClosedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@1x.png new file mode 100644 index 000000000..67ce25eef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@2x.png new file mode 100644 index 000000000..9bb64f5ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@3x.png new file mode 100644 index 000000000..1c3a764b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeClosedOutline36.imageset/EyeClosedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/Contents.json new file mode 100644 index 000000000..d96cece0a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@1x.png new file mode 100644 index 000000000..26aebd4b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@2x.png new file mode 100644 index 000000000..caed8f6f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@3x.png new file mode 100644 index 000000000..8ca892477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill16.imageset/EyeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/Contents.json new file mode 100644 index 000000000..ea0209442 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@1x.png new file mode 100644 index 000000000..1540dec0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@2x.png new file mode 100644 index 000000000..89b9f686f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@3x.png new file mode 100644 index 000000000..c9b9b5d8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill24.imageset/EyeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/Contents.json new file mode 100644 index 000000000..7f0564173 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@1x.png new file mode 100644 index 000000000..dd9069ffe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@2x.png new file mode 100644 index 000000000..951128f1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@3x.png new file mode 100644 index 000000000..131225adb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeFill36.imageset/EyeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/Contents.json new file mode 100644 index 000000000..e9158a408 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@1x.png new file mode 100644 index 000000000..d6f93d7d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@2x.png new file mode 100644 index 000000000..8f9a6ffda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@3x.png new file mode 100644 index 000000000..74a0e460a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline16.imageset/EyeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/Contents.json new file mode 100644 index 000000000..ab0a8fbf8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@1x.png new file mode 100644 index 000000000..171e8296f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@2x.png new file mode 100644 index 000000000..b52c9016f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@3x.png new file mode 100644 index 000000000..1fe8a5e35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline24.imageset/EyeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/Contents.json new file mode 100644 index 000000000..2ed97cf8d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "EyeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "EyeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "EyeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@1x.png new file mode 100644 index 000000000..72538e6a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@2x.png new file mode 100644 index 000000000..ae89599ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@3x.png new file mode 100644 index 000000000..adc0edaa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/EyeOutline36.imageset/EyeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..ac46c6030 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FeedbackCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FeedbackCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FeedbackCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@1x.png new file mode 100644 index 000000000..2b0bb6031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@2x.png new file mode 100644 index 000000000..ff0dc9f13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@3x.png new file mode 100644 index 000000000..57a01cbae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill16.imageset/FeedbackCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..7b26c417e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FeedbackCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FeedbackCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FeedbackCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@1x.png new file mode 100644 index 000000000..92651cec0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@2x.png new file mode 100644 index 000000000..51fbd4ce2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@3x.png new file mode 100644 index 000000000..c93290f1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill24.imageset/FeedbackCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..41b58a675 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FeedbackCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FeedbackCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FeedbackCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@1x.png new file mode 100644 index 000000000..eac486cb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@2x.png new file mode 100644 index 000000000..4e9701c33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@3x.png new file mode 100644 index 000000000..f2ffc423d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FeedbackCircleFill36.imageset/FeedbackCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/Contents.json new file mode 100644 index 000000000..b983e1cf8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@1x.png new file mode 100644 index 000000000..2911e9b20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@2x.png new file mode 100644 index 000000000..a49bbbf2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@3x.png new file mode 100644 index 000000000..9b7e96135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill16.imageset/FileCheckFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/Contents.json new file mode 100644 index 000000000..c209a551e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@1x.png new file mode 100644 index 000000000..cb71209e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@2x.png new file mode 100644 index 000000000..618773bf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@3x.png new file mode 100644 index 000000000..8d0906e00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill24.imageset/FileCheckFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/Contents.json new file mode 100644 index 000000000..0f426653f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@1x.png new file mode 100644 index 000000000..a8ec99900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@2x.png new file mode 100644 index 000000000..dab610477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@3x.png new file mode 100644 index 000000000..e808fe986 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckFill36.imageset/FileCheckFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/Contents.json new file mode 100644 index 000000000..bff9e20f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@1x.png new file mode 100644 index 000000000..cd6baaffd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@2x.png new file mode 100644 index 000000000..c54013982 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@3x.png new file mode 100644 index 000000000..131513862 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline16.imageset/FileCheckOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/Contents.json new file mode 100644 index 000000000..1a9461458 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@1x.png new file mode 100644 index 000000000..f810c7ce1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@2x.png new file mode 100644 index 000000000..94c3ce24e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@3x.png new file mode 100644 index 000000000..7198420cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline24.imageset/FileCheckOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/Contents.json new file mode 100644 index 000000000..f8720c332 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileCheckOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileCheckOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileCheckOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@1x.png new file mode 100644 index 000000000..64c1758ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@2x.png new file mode 100644 index 000000000..2e9dedb32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@3x.png new file mode 100644 index 000000000..ddeb3821f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileCheckOutline36.imageset/FileCheckOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..e011bce97 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@1x.png new file mode 100644 index 000000000..7923f9bd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@2x.png new file mode 100644 index 000000000..a791a30f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@3x.png new file mode 100644 index 000000000..60f07f229 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill16.imageset/FileErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..1daec96d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@1x.png new file mode 100644 index 000000000..d1bf0a956 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@2x.png new file mode 100644 index 000000000..f6166568f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@3x.png new file mode 100644 index 000000000..4f431143e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill24.imageset/FileErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..aed70ab4c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@1x.png new file mode 100644 index 000000000..879a5da40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@2x.png new file mode 100644 index 000000000..6a48e1201 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@3x.png new file mode 100644 index 000000000..7a22dba0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorFill36.imageset/FileErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..0ead8b37b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@1x.png new file mode 100644 index 000000000..86efe15ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@2x.png new file mode 100644 index 000000000..35f31952a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@3x.png new file mode 100644 index 000000000..0b4c0146f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline16.imageset/FileErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..f83e7d639 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@1x.png new file mode 100644 index 000000000..4173ad96e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@2x.png new file mode 100644 index 000000000..22437798b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@3x.png new file mode 100644 index 000000000..e9b930904 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline24.imageset/FileErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..f0e4da5cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@1x.png new file mode 100644 index 000000000..8ea822ac2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@2x.png new file mode 100644 index 000000000..94e1954c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@3x.png new file mode 100644 index 000000000..aaa3bd954 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileErrorOutline36.imageset/FileErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/Contents.json new file mode 100644 index 000000000..6a7a888c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@1x.png new file mode 100644 index 000000000..52472f0cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@2x.png new file mode 100644 index 000000000..584b2efae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@3x.png new file mode 100644 index 000000000..02faf008e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill16.imageset/FileGlassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/Contents.json new file mode 100644 index 000000000..f9c3007ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@1x.png new file mode 100644 index 000000000..724c7906d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@2x.png new file mode 100644 index 000000000..0e1556ff2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@3x.png new file mode 100644 index 000000000..84803c45e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill24.imageset/FileGlassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/Contents.json new file mode 100644 index 000000000..dae8f7430 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@1x.png new file mode 100644 index 000000000..9d9ed1d13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@2x.png new file mode 100644 index 000000000..308b45325 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@3x.png new file mode 100644 index 000000000..90b3068a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassFill36.imageset/FileGlassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/Contents.json new file mode 100644 index 000000000..4e8c1df8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@1x.png new file mode 100644 index 000000000..bfde52b3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@2x.png new file mode 100644 index 000000000..6db32fae2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@3x.png new file mode 100644 index 000000000..9c360037d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline16.imageset/FileGlassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/Contents.json new file mode 100644 index 000000000..0f83182b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@1x.png new file mode 100644 index 000000000..5c65b3a07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@2x.png new file mode 100644 index 000000000..3527042df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@3x.png new file mode 100644 index 000000000..ca00da2c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline24.imageset/FileGlassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/Contents.json new file mode 100644 index 000000000..be1f3b5d0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileGlassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileGlassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileGlassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@1x.png new file mode 100644 index 000000000..4e06f2a82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@2x.png new file mode 100644 index 000000000..5bbab9c92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@3x.png new file mode 100644 index 000000000..2ef87d0a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileGlassOutline36.imageset/FileGlassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/Contents.json new file mode 100644 index 000000000..0917521ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@1x.png new file mode 100644 index 000000000..f5540a130 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@2x.png new file mode 100644 index 000000000..f5dca0240 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@3x.png new file mode 100644 index 000000000..5d501889a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill16.imageset/FileStackFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/Contents.json new file mode 100644 index 000000000..a58b8f4c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@1x.png new file mode 100644 index 000000000..3ecbaac94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@2x.png new file mode 100644 index 000000000..0a3cb8a9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@3x.png new file mode 100644 index 000000000..214eecd1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill24.imageset/FileStackFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/Contents.json new file mode 100644 index 000000000..63d2ac600 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@1x.png new file mode 100644 index 000000000..5bf4701a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@2x.png new file mode 100644 index 000000000..5c5c21c9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@3x.png new file mode 100644 index 000000000..0b3b33de2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackFill36.imageset/FileStackFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/Contents.json new file mode 100644 index 000000000..50ce6281b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@1x.png new file mode 100644 index 000000000..3b58169db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@2x.png new file mode 100644 index 000000000..ffd4b0a05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@3x.png new file mode 100644 index 000000000..020f3b0e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline16.imageset/FileStackOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/Contents.json new file mode 100644 index 000000000..f0a7c299f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@1x.png new file mode 100644 index 000000000..539921082 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@2x.png new file mode 100644 index 000000000..dd8783970 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@3x.png new file mode 100644 index 000000000..f752085e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline24.imageset/FileStackOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/Contents.json new file mode 100644 index 000000000..86aee3f6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileStackOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileStackOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileStackOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@1x.png new file mode 100644 index 000000000..b3b14ed92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@2x.png new file mode 100644 index 000000000..ccbe4d952 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@3x.png new file mode 100644 index 000000000..1ef49f65b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileStackOutline36.imageset/FileStackOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/Contents.json new file mode 100644 index 000000000..3ebba88cc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@1x.png new file mode 100644 index 000000000..15b4461e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@2x.png new file mode 100644 index 000000000..7225a7d35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@3x.png new file mode 100644 index 000000000..3d0ae8f9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill16.imageset/FileTextFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/Contents.json new file mode 100644 index 000000000..e1fb04d24 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@1x.png new file mode 100644 index 000000000..a8e6a8b82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@2x.png new file mode 100644 index 000000000..7bbdf05fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@3x.png new file mode 100644 index 000000000..809ac6a2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill24.imageset/FileTextFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/Contents.json new file mode 100644 index 000000000..71a0b2d6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@1x.png new file mode 100644 index 000000000..a8e321b83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@2x.png new file mode 100644 index 000000000..63e22c472 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@3x.png new file mode 100644 index 000000000..a1f6d70d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextFill36.imageset/FileTextFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/Contents.json new file mode 100644 index 000000000..18b6e451f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@1x.png new file mode 100644 index 000000000..bcf89c391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@2x.png new file mode 100644 index 000000000..d3e29e23c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@3x.png new file mode 100644 index 000000000..284fb0b13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline16.imageset/FileTextOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/Contents.json new file mode 100644 index 000000000..c423b44bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@1x.png new file mode 100644 index 000000000..e76c856c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@2x.png new file mode 100644 index 000000000..165210501 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@3x.png new file mode 100644 index 000000000..16cf7a746 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline24.imageset/FileTextOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/Contents.json new file mode 100644 index 000000000..445aec236 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FileTextOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FileTextOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FileTextOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@1x.png new file mode 100644 index 000000000..8340dd401 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@2x.png new file mode 100644 index 000000000..9812fa746 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@3x.png new file mode 100644 index 000000000..449c530c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FileTextOutline36.imageset/FileTextOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Contents.json new file mode 100644 index 000000000..32f4563a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Filter-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Filter-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Filter-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@1x.png new file mode 100644 index 000000000..4ed552c6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@2x.png new file mode 100644 index 000000000..13e2110ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@3x.png new file mode 100644 index 000000000..544a9f800 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter16.imageset/Filter-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Contents.json new file mode 100644 index 000000000..f33648dde --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Filter-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Filter-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Filter-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@1x.png new file mode 100644 index 000000000..40044b80a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@2x.png new file mode 100644 index 000000000..e51ff46a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@3x.png new file mode 100644 index 000000000..fae364c2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter24.imageset/Filter-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Contents.json new file mode 100644 index 000000000..1879572a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Filter-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Filter-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Filter-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@1x.png new file mode 100644 index 000000000..e54d7860e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@2x.png new file mode 100644 index 000000000..cb34decc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@3x.png new file mode 100644 index 000000000..aceb4e52d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Filter36.imageset/Filter-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/Contents.json new file mode 100644 index 000000000..09708d49a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@1x.png new file mode 100644 index 000000000..3445c1873 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@2x.png new file mode 100644 index 000000000..9b21c7e13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@3x.png new file mode 100644 index 000000000..1c6cd3abd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill16.imageset/FilterFunnelFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/Contents.json new file mode 100644 index 000000000..d52105d35 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@1x.png new file mode 100644 index 000000000..a3e5e547e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@2x.png new file mode 100644 index 000000000..ece13a0d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@3x.png new file mode 100644 index 000000000..5ff53462c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill24.imageset/FilterFunnelFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/Contents.json new file mode 100644 index 000000000..35a66dba1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@1x.png new file mode 100644 index 000000000..eda592a42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@2x.png new file mode 100644 index 000000000..f88f5d0ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@3x.png new file mode 100644 index 000000000..8ce3c96cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelFill36.imageset/FilterFunnelFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/Contents.json new file mode 100644 index 000000000..54beab6c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@1x.png new file mode 100644 index 000000000..029a0e34d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@2x.png new file mode 100644 index 000000000..551182fbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@3x.png new file mode 100644 index 000000000..8562729e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline16.imageset/FilterFunnelOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/Contents.json new file mode 100644 index 000000000..5fcfb3d27 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@1x.png new file mode 100644 index 000000000..a85b19bef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@2x.png new file mode 100644 index 000000000..d23f0c2d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@3x.png new file mode 100644 index 000000000..2c14a2348 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline24.imageset/FilterFunnelOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/Contents.json new file mode 100644 index 000000000..63eba12ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FilterFunnelOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FilterFunnelOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FilterFunnelOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@1x.png new file mode 100644 index 000000000..251585f1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@2x.png new file mode 100644 index 000000000..0a3392bcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@3x.png new file mode 100644 index 000000000..5c745c901 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FilterFunnelOutline36.imageset/FilterFunnelOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/Contents.json new file mode 100644 index 000000000..010d57f1a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@1x.png new file mode 100644 index 000000000..c4ff83e35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@2x.png new file mode 100644 index 000000000..8a2363809 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@3x.png new file mode 100644 index 000000000..d0cc7e629 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill16.imageset/FireFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/Contents.json new file mode 100644 index 000000000..d70503c29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@1x.png new file mode 100644 index 000000000..2ac6acce3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@2x.png new file mode 100644 index 000000000..60b075bd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@3x.png new file mode 100644 index 000000000..54bd01bf7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill24.imageset/FireFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/Contents.json new file mode 100644 index 000000000..5bd976b11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@1x.png new file mode 100644 index 000000000..a44808c98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@2x.png new file mode 100644 index 000000000..71df353ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@3x.png new file mode 100644 index 000000000..cbf1933a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireFill36.imageset/FireFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/Contents.json new file mode 100644 index 000000000..aab2aa501 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@1x.png new file mode 100644 index 000000000..dc058b5ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@2x.png new file mode 100644 index 000000000..fe0400b67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@3x.png new file mode 100644 index 000000000..d2f7e94a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline16.imageset/FireOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/Contents.json new file mode 100644 index 000000000..68975a403 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@1x.png new file mode 100644 index 000000000..e6093509e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@2x.png new file mode 100644 index 000000000..795473c6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@3x.png new file mode 100644 index 000000000..67aa0ac37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline24.imageset/FireOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/Contents.json new file mode 100644 index 000000000..defdf4bb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FireOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FireOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FireOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@1x.png new file mode 100644 index 000000000..b500144fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@2x.png new file mode 100644 index 000000000..1879c6b26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@3x.png new file mode 100644 index 000000000..54309427c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FireOutline36.imageset/FireOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/Contents.json new file mode 100644 index 000000000..a135ebcc6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@1x.png new file mode 100644 index 000000000..b92acd7f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@2x.png new file mode 100644 index 000000000..a35a48ac5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@3x.png new file mode 100644 index 000000000..7f5ac9a17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill16.imageset/FlagFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/Contents.json new file mode 100644 index 000000000..fec46e755 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@1x.png new file mode 100644 index 000000000..d0b9548d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@2x.png new file mode 100644 index 000000000..164db021a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@3x.png new file mode 100644 index 000000000..a660df5e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill24.imageset/FlagFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/Contents.json new file mode 100644 index 000000000..258e536e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@1x.png new file mode 100644 index 000000000..c705e8c46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@2x.png new file mode 100644 index 000000000..a73c6d2ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@3x.png new file mode 100644 index 000000000..2c7768d01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagFill36.imageset/FlagFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/Contents.json new file mode 100644 index 000000000..c3f4e5b25 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@1x.png new file mode 100644 index 000000000..4eccd5958 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@2x.png new file mode 100644 index 000000000..838729982 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@3x.png new file mode 100644 index 000000000..ace34df90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline16.imageset/FlagOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/Contents.json new file mode 100644 index 000000000..e632dc0ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@1x.png new file mode 100644 index 000000000..80d5506da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@2x.png new file mode 100644 index 000000000..68c094743 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@3x.png new file mode 100644 index 000000000..08921ee00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline24.imageset/FlagOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/Contents.json new file mode 100644 index 000000000..006ccd971 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlagOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlagOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlagOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@1x.png new file mode 100644 index 000000000..362c6b353 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@2x.png new file mode 100644 index 000000000..f11ce73ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@3x.png new file mode 100644 index 000000000..9b899580e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlagOutline36.imageset/FlagOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/Contents.json new file mode 100644 index 000000000..5751d6615 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@1x.png new file mode 100644 index 000000000..8d3a81344 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@2x.png new file mode 100644 index 000000000..9436743e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@3x.png new file mode 100644 index 000000000..64c7afc39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill16.imageset/FlashDriveFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/Contents.json new file mode 100644 index 000000000..61c2de6a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@1x.png new file mode 100644 index 000000000..f4b8b5600 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@2x.png new file mode 100644 index 000000000..4681d993f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@3x.png new file mode 100644 index 000000000..e307d4d1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill24.imageset/FlashDriveFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/Contents.json new file mode 100644 index 000000000..fddaf941a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@1x.png new file mode 100644 index 000000000..3cf7299de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@2x.png new file mode 100644 index 000000000..2265e7351 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@3x.png new file mode 100644 index 000000000..68131c965 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveFill36.imageset/FlashDriveFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/Contents.json new file mode 100644 index 000000000..66b04dc07 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@1x.png new file mode 100644 index 000000000..8e8fdae7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@2x.png new file mode 100644 index 000000000..943cd4431 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@3x.png new file mode 100644 index 000000000..4d48a9aad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline16.imageset/FlashDriveOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/Contents.json new file mode 100644 index 000000000..f40d15e57 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@1x.png new file mode 100644 index 000000000..2bd0bfc5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@2x.png new file mode 100644 index 000000000..f25423a7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@3x.png new file mode 100644 index 000000000..346fa2c99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline24.imageset/FlashDriveOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/Contents.json new file mode 100644 index 000000000..9f22338c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlashDriveOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlashDriveOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlashDriveOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@1x.png new file mode 100644 index 000000000..98a75dac9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@2x.png new file mode 100644 index 000000000..59b820ea9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@3x.png new file mode 100644 index 000000000..ae5f4b21e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlashDriveOutline36.imageset/FlashDriveOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/Contents.json new file mode 100644 index 000000000..408bb980b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@1x.png new file mode 100644 index 000000000..4b4b99ca5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@2x.png new file mode 100644 index 000000000..609d998b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@3x.png new file mode 100644 index 000000000..ee050060d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill16.imageset/FlasherFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/Contents.json new file mode 100644 index 000000000..c37f8b04e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@1x.png new file mode 100644 index 000000000..c5b21fe73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@2x.png new file mode 100644 index 000000000..be88450a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@3x.png new file mode 100644 index 000000000..248acee7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill24.imageset/FlasherFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/Contents.json new file mode 100644 index 000000000..fbd70434f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@1x.png new file mode 100644 index 000000000..2dbbddaf6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@2x.png new file mode 100644 index 000000000..ec3746927 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@3x.png new file mode 100644 index 000000000..de8f90f61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherFill36.imageset/FlasherFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/Contents.json new file mode 100644 index 000000000..d28ad4728 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@1x.png new file mode 100644 index 000000000..cab0a8ea3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@2x.png new file mode 100644 index 000000000..2afc9f972 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@3x.png new file mode 100644 index 000000000..3ec2d80b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline16.imageset/FlasherOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/Contents.json new file mode 100644 index 000000000..f10c19418 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@1x.png new file mode 100644 index 000000000..51b90d0e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@2x.png new file mode 100644 index 000000000..8b6528884 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@3x.png new file mode 100644 index 000000000..102b8f629 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline24.imageset/FlasherOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/Contents.json new file mode 100644 index 000000000..9fd64a307 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FlasherOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FlasherOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FlasherOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@1x.png new file mode 100644 index 000000000..71fa428b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@2x.png new file mode 100644 index 000000000..7abd979ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@3x.png new file mode 100644 index 000000000..6c44e6fce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FlasherOutline36.imageset/FlasherOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/Contents.json new file mode 100644 index 000000000..723c54418 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@1x.png new file mode 100644 index 000000000..aead700ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@2x.png new file mode 100644 index 000000000..a6c0c5f13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@3x.png new file mode 100644 index 000000000..ece1ce976 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill16.imageset/FocusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/Contents.json new file mode 100644 index 000000000..2390ae832 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@1x.png new file mode 100644 index 000000000..b1b2b2e13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@2x.png new file mode 100644 index 000000000..c8e4a9e04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@3x.png new file mode 100644 index 000000000..6cee6aec0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill24.imageset/FocusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/Contents.json new file mode 100644 index 000000000..3a2101f3c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@1x.png new file mode 100644 index 000000000..0e9bc2fc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@2x.png new file mode 100644 index 000000000..266ea71f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@3x.png new file mode 100644 index 000000000..34808b524 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusFill36.imageset/FocusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/Contents.json new file mode 100644 index 000000000..a9807836e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@1x.png new file mode 100644 index 000000000..12c7a0087 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@2x.png new file mode 100644 index 000000000..ac3d99b14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@3x.png new file mode 100644 index 000000000..140121690 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline16.imageset/FocusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/Contents.json new file mode 100644 index 000000000..0a8a0a067 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@1x.png new file mode 100644 index 000000000..004b0dd45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@2x.png new file mode 100644 index 000000000..d8fa02389 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@3x.png new file mode 100644 index 000000000..58e5fccfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline24.imageset/FocusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/Contents.json new file mode 100644 index 000000000..8a4a165dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FocusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FocusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FocusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@1x.png new file mode 100644 index 000000000..e8d3c40bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@2x.png new file mode 100644 index 000000000..9aa1bf90a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@3x.png new file mode 100644 index 000000000..ea1bb0ea2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FocusOutline36.imageset/FocusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/Contents.json new file mode 100644 index 000000000..a6f46a9c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@1x.png new file mode 100644 index 000000000..4777964d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@2x.png new file mode 100644 index 000000000..339dd5cd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@3x.png new file mode 100644 index 000000000..68bf41cd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill16.imageset/FolderFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/Contents.json new file mode 100644 index 000000000..34f05c863 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@1x.png new file mode 100644 index 000000000..2cff35b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@2x.png new file mode 100644 index 000000000..3402cbd1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@3x.png new file mode 100644 index 000000000..40e9e893b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill24.imageset/FolderFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/Contents.json new file mode 100644 index 000000000..2df80a19e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@1x.png new file mode 100644 index 000000000..e5d24b656 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@2x.png new file mode 100644 index 000000000..d09cfc3ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@3x.png new file mode 100644 index 000000000..213489f02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderFill36.imageset/FolderFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/Contents.json new file mode 100644 index 000000000..576a5ce4f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@1x.png new file mode 100644 index 000000000..1a500eea4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@2x.png new file mode 100644 index 000000000..3f2c017e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@3x.png new file mode 100644 index 000000000..7bba02c10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline16.imageset/FolderOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/Contents.json new file mode 100644 index 000000000..862c64e67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@1x.png new file mode 100644 index 000000000..755feefff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@2x.png new file mode 100644 index 000000000..d55f85a8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@3x.png new file mode 100644 index 000000000..2571e293d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline24.imageset/FolderOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/Contents.json new file mode 100644 index 000000000..285e93ddd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@1x.png new file mode 100644 index 000000000..150244cde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@2x.png new file mode 100644 index 000000000..211fe9d34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@3x.png new file mode 100644 index 000000000..330f82dff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderOutline36.imageset/FolderOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/Contents.json new file mode 100644 index 000000000..6d4ece671 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@1x.png new file mode 100644 index 000000000..3adae4aff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@2x.png new file mode 100644 index 000000000..a096e62d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@3x.png new file mode 100644 index 000000000..b9039a8ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill16.imageset/FolderPlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/Contents.json new file mode 100644 index 000000000..8ebaaff18 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@1x.png new file mode 100644 index 000000000..3b675a572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@2x.png new file mode 100644 index 000000000..c0b95c3e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@3x.png new file mode 100644 index 000000000..24244e03a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill24.imageset/FolderPlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/Contents.json new file mode 100644 index 000000000..b6acb27a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@1x.png new file mode 100644 index 000000000..08832a531 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@2x.png new file mode 100644 index 000000000..ae39936e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@3x.png new file mode 100644 index 000000000..347eb5880 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusFill36.imageset/FolderPlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..95ae92df2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@1x.png new file mode 100644 index 000000000..7dcf4b445 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@2x.png new file mode 100644 index 000000000..674c4c258 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@3x.png new file mode 100644 index 000000000..40da6acb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline16.imageset/FolderPlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..f3808ff55 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@1x.png new file mode 100644 index 000000000..c34ef805a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@2x.png new file mode 100644 index 000000000..70320a7da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@3x.png new file mode 100644 index 000000000..403276591 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline24.imageset/FolderPlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..7a3595907 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FolderPlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FolderPlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FolderPlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@1x.png new file mode 100644 index 000000000..3a87fc074 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@2x.png new file mode 100644 index 000000000..1c64759ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@3x.png new file mode 100644 index 000000000..280f21923 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FolderPlusOutline36.imageset/FolderPlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/Contents.json new file mode 100644 index 000000000..d7b56b3d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@1x.png new file mode 100644 index 000000000..0dac4d491 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@2x.png new file mode 100644 index 000000000..0014e24b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@3x.png new file mode 100644 index 000000000..5eae1c662 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill16.imageset/FootballFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/Contents.json new file mode 100644 index 000000000..c51082a9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@1x.png new file mode 100644 index 000000000..17140b391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@2x.png new file mode 100644 index 000000000..6e5b59916 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@3x.png new file mode 100644 index 000000000..a562665f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill24.imageset/FootballFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/Contents.json new file mode 100644 index 000000000..7b4dc55b8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@1x.png new file mode 100644 index 000000000..e69d33c95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@2x.png new file mode 100644 index 000000000..96a1eb49b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@3x.png new file mode 100644 index 000000000..9513a5e73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballFill36.imageset/FootballFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/Contents.json new file mode 100644 index 000000000..9c5dd0aaf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@1x.png new file mode 100644 index 000000000..3c769cd1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@2x.png new file mode 100644 index 000000000..33dcbfacc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@3x.png new file mode 100644 index 000000000..c393c6b1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline16.imageset/FootballOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/Contents.json new file mode 100644 index 000000000..2b6888640 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@1x.png new file mode 100644 index 000000000..f66b0d608 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@2x.png new file mode 100644 index 000000000..19bd0f6b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@3x.png new file mode 100644 index 000000000..0898f35b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline24.imageset/FootballOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/Contents.json new file mode 100644 index 000000000..26f9f0f17 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FootballOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FootballOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FootballOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@1x.png new file mode 100644 index 000000000..25d0e1134 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@2x.png new file mode 100644 index 000000000..7f96b436d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@3x.png new file mode 100644 index 000000000..2e23a4e78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FootballOutline36.imageset/FootballOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/Contents.json new file mode 100644 index 000000000..b29a5d908 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOff-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOff-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOff-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@1x.png new file mode 100644 index 000000000..e2a79820d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@2x.png new file mode 100644 index 000000000..c22bebdd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@3x.png new file mode 100644 index 000000000..f2e1768d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff16.imageset/FullscreenOff-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/Contents.json new file mode 100644 index 000000000..e540d58cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOff-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOff-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOff-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@1x.png new file mode 100644 index 000000000..0c3a5c89f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@2x.png new file mode 100644 index 000000000..75f8c433e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@3x.png new file mode 100644 index 000000000..fd4a32cff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff24.imageset/FullscreenOff-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/Contents.json new file mode 100644 index 000000000..4d05c54bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOff-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOff-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOff-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@1x.png new file mode 100644 index 000000000..3e127b924 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@2x.png new file mode 100644 index 000000000..f1a1e9891 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@3x.png new file mode 100644 index 000000000..09c7dfae8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOff36.imageset/FullscreenOff-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/Contents.json new file mode 100644 index 000000000..003ea1f69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOn-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOn-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOn-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@1x.png new file mode 100644 index 000000000..216cfaff3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@2x.png new file mode 100644 index 000000000..9b937c1e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@3x.png new file mode 100644 index 000000000..553ae7c0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn16.imageset/FullscreenOn-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/Contents.json new file mode 100644 index 000000000..81f7c5b2e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOn-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOn-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOn-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@1x.png new file mode 100644 index 000000000..47e10b06a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@2x.png new file mode 100644 index 000000000..79778afd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@3x.png new file mode 100644 index 000000000..fb80243d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn24.imageset/FullscreenOn-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/Contents.json new file mode 100644 index 000000000..0a2c93575 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "FullscreenOn-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "FullscreenOn-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "FullscreenOn-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@1x.png new file mode 100644 index 000000000..de1e758db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@2x.png new file mode 100644 index 000000000..bce571957 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@3x.png new file mode 100644 index 000000000..41b003ac4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/FullscreenOn36.imageset/FullscreenOn-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/Contents.json new file mode 100644 index 000000000..c68f29f7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@1x.png new file mode 100644 index 000000000..3b3f9c652 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@2x.png new file mode 100644 index 000000000..39304994c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@3x.png new file mode 100644 index 000000000..72c148300 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill16.imageset/GamepadFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/Contents.json new file mode 100644 index 000000000..04cf78ca2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@1x.png new file mode 100644 index 000000000..0cc082aee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@2x.png new file mode 100644 index 000000000..ad50e85ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@3x.png new file mode 100644 index 000000000..4a012de8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill24.imageset/GamepadFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/Contents.json new file mode 100644 index 000000000..a58d59773 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@1x.png new file mode 100644 index 000000000..aeca2a8bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@2x.png new file mode 100644 index 000000000..7d15f1c0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@3x.png new file mode 100644 index 000000000..3edc3c2b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadFill36.imageset/GamepadFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/Contents.json new file mode 100644 index 000000000..66c5c85ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@1x.png new file mode 100644 index 000000000..48c91349b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@2x.png new file mode 100644 index 000000000..16838ad38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@3x.png new file mode 100644 index 000000000..2d18ce65d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline16.imageset/GamepadOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/Contents.json new file mode 100644 index 000000000..41786539c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@1x.png new file mode 100644 index 000000000..8eb578666 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@2x.png new file mode 100644 index 000000000..b618d3672 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@3x.png new file mode 100644 index 000000000..a6af2ec87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline24.imageset/GamepadOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/Contents.json new file mode 100644 index 000000000..793dab8f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GamepadOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GamepadOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GamepadOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@1x.png new file mode 100644 index 000000000..a4940b60d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@2x.png new file mode 100644 index 000000000..1a800ca0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@3x.png new file mode 100644 index 000000000..36b837d49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GamepadOutline36.imageset/GamepadOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/Contents.json new file mode 100644 index 000000000..b7d517bee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@1x.png new file mode 100644 index 000000000..bec33d271 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@2x.png new file mode 100644 index 000000000..a1680512e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@3x.png new file mode 100644 index 000000000..cc989cf8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill16.imageset/GasStationFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/Contents.json new file mode 100644 index 000000000..cc6321368 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@1x.png new file mode 100644 index 000000000..653ec26ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@2x.png new file mode 100644 index 000000000..80ef78747 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@3x.png new file mode 100644 index 000000000..d927213cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill24.imageset/GasStationFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/Contents.json new file mode 100644 index 000000000..22340a0fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@1x.png new file mode 100644 index 000000000..9a6ad4241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@2x.png new file mode 100644 index 000000000..6abf681be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@3x.png new file mode 100644 index 000000000..27c15d946 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationFill36.imageset/GasStationFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/Contents.json new file mode 100644 index 000000000..6e08a2288 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@1x.png new file mode 100644 index 000000000..406e6d733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@2x.png new file mode 100644 index 000000000..01f0c85c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@3x.png new file mode 100644 index 000000000..981146bd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline16.imageset/GasStationOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/Contents.json new file mode 100644 index 000000000..e6a999fc2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@1x.png new file mode 100644 index 000000000..4d886716c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@2x.png new file mode 100644 index 000000000..973e438a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@3x.png new file mode 100644 index 000000000..761630650 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline24.imageset/GasStationOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/Contents.json new file mode 100644 index 000000000..51fe7ac9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GasStationOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GasStationOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GasStationOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@1x.png new file mode 100644 index 000000000..c21e827ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@2x.png new file mode 100644 index 000000000..29e1d7528 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@3x.png new file mode 100644 index 000000000..f4a4b762c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GasStationOutline36.imageset/GasStationOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/Contents.json new file mode 100644 index 000000000..44b956ac3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@1x.png new file mode 100644 index 000000000..ecc5fe030 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@2x.png new file mode 100644 index 000000000..f6577b5e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@3x.png new file mode 100644 index 000000000..c97490f28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill16.imageset/GiftFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/Contents.json new file mode 100644 index 000000000..0cd542bc2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@1x.png new file mode 100644 index 000000000..34672f1f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@2x.png new file mode 100644 index 000000000..ddc9c4740 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@3x.png new file mode 100644 index 000000000..04dc113e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill24.imageset/GiftFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/Contents.json new file mode 100644 index 000000000..0d5dc45e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@1x.png new file mode 100644 index 000000000..e684796ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@2x.png new file mode 100644 index 000000000..98e668ec1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@3x.png new file mode 100644 index 000000000..c9ff91473 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftFill36.imageset/GiftFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/Contents.json new file mode 100644 index 000000000..64b9fc0a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@1x.png new file mode 100644 index 000000000..a403fec97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@2x.png new file mode 100644 index 000000000..09911c1a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@3x.png new file mode 100644 index 000000000..ddb32ac34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline16.imageset/GiftOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/Contents.json new file mode 100644 index 000000000..8dc469dbe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@1x.png new file mode 100644 index 000000000..7afc18178 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@2x.png new file mode 100644 index 000000000..4a820c1f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@3x.png new file mode 100644 index 000000000..688d94a94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline24.imageset/GiftOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/Contents.json new file mode 100644 index 000000000..17160050e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GiftOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GiftOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GiftOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@1x.png new file mode 100644 index 000000000..f60bcfc3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@2x.png new file mode 100644 index 000000000..ee97ffc81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@3x.png new file mode 100644 index 000000000..9e1b476f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GiftOutline36.imageset/GiftOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/Contents.json new file mode 100644 index 000000000..fb9529f78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@1x.png new file mode 100644 index 000000000..f90763f1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@2x.png new file mode 100644 index 000000000..b91387c77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@3x.png new file mode 100644 index 000000000..f5150dd91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill16.imageset/GlassCareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/Contents.json new file mode 100644 index 000000000..683479a70 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@1x.png new file mode 100644 index 000000000..6d7c43c49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@2x.png new file mode 100644 index 000000000..8f4801ae9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@3x.png new file mode 100644 index 000000000..db8f90226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill24.imageset/GlassCareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/Contents.json new file mode 100644 index 000000000..23d581ca1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@1x.png new file mode 100644 index 000000000..d8eed86a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@2x.png new file mode 100644 index 000000000..feab088d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@3x.png new file mode 100644 index 000000000..ce91f849a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareFill36.imageset/GlassCareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/Contents.json new file mode 100644 index 000000000..8f71e69d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@1x.png new file mode 100644 index 000000000..40cd9dfa0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@2x.png new file mode 100644 index 000000000..a132932d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@3x.png new file mode 100644 index 000000000..dfc222a60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline16.imageset/GlassCareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/Contents.json new file mode 100644 index 000000000..0c674821d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@1x.png new file mode 100644 index 000000000..247c709fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@2x.png new file mode 100644 index 000000000..64a5b5171 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@3x.png new file mode 100644 index 000000000..8e066b71b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline24.imageset/GlassCareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/Contents.json new file mode 100644 index 000000000..23428283a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassCareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassCareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassCareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@1x.png new file mode 100644 index 000000000..268fa5e89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@2x.png new file mode 100644 index 000000000..4e28744a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@3x.png new file mode 100644 index 000000000..e21a93f86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassCareOutline36.imageset/GlassCareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/Contents.json new file mode 100644 index 000000000..76bae21cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@1x.png new file mode 100644 index 000000000..1e192270f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@2x.png new file mode 100644 index 000000000..bde7bda14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@3x.png new file mode 100644 index 000000000..d1a06aa20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill16.imageset/GlassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/Contents.json new file mode 100644 index 000000000..537bfaa02 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@1x.png new file mode 100644 index 000000000..f16b06bd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@2x.png new file mode 100644 index 000000000..d77097fd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@3x.png new file mode 100644 index 000000000..f7ec859a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill24.imageset/GlassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/Contents.json new file mode 100644 index 000000000..031733bfa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@1x.png new file mode 100644 index 000000000..404f8c50c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@2x.png new file mode 100644 index 000000000..d87652171 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@3x.png new file mode 100644 index 000000000..d708411d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassFill36.imageset/GlassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/Contents.json new file mode 100644 index 000000000..21032d16b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@1x.png new file mode 100644 index 000000000..3a21fcfde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@2x.png new file mode 100644 index 000000000..3118abb16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@3x.png new file mode 100644 index 000000000..ec268921b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline16.imageset/GlassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/Contents.json new file mode 100644 index 000000000..a39b216d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@1x.png new file mode 100644 index 000000000..4e4b7644c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@2x.png new file mode 100644 index 000000000..216f6f637 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@3x.png new file mode 100644 index 000000000..3e9f448b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline24.imageset/GlassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/Contents.json new file mode 100644 index 000000000..f8059c3de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@1x.png new file mode 100644 index 000000000..7ea727b2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@2x.png new file mode 100644 index 000000000..ec3ddf3cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@3x.png new file mode 100644 index 000000000..901597c5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassOutline36.imageset/GlassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/Contents.json new file mode 100644 index 000000000..23b3810d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@1x.png new file mode 100644 index 000000000..f6c47d23d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@2x.png new file mode 100644 index 000000000..33316c417 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@3x.png new file mode 100644 index 000000000..0e68f8de7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill16.imageset/GlassesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/Contents.json new file mode 100644 index 000000000..1471e259a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@1x.png new file mode 100644 index 000000000..bcd53da93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@2x.png new file mode 100644 index 000000000..555c368c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@3x.png new file mode 100644 index 000000000..134f5309d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill24.imageset/GlassesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/Contents.json new file mode 100644 index 000000000..c07c7a621 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@1x.png new file mode 100644 index 000000000..856c06c70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@2x.png new file mode 100644 index 000000000..46641564f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@3x.png new file mode 100644 index 000000000..0824a865b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesFill36.imageset/GlassesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/Contents.json new file mode 100644 index 000000000..a205f338d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@1x.png new file mode 100644 index 000000000..27c5a5189 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@2x.png new file mode 100644 index 000000000..e9e6c7653 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@3x.png new file mode 100644 index 000000000..d4bcb229b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline16.imageset/GlassesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/Contents.json new file mode 100644 index 000000000..5ce3a163f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@1x.png new file mode 100644 index 000000000..ee75c671a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@2x.png new file mode 100644 index 000000000..f291bb39d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@3x.png new file mode 100644 index 000000000..92664b22b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline24.imageset/GlassesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/Contents.json new file mode 100644 index 000000000..be9f7fa74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlassesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlassesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlassesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@1x.png new file mode 100644 index 000000000..0a35e3a47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@2x.png new file mode 100644 index 000000000..1e7c7ee3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@3x.png new file mode 100644 index 000000000..8ee0a1c34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlassesOutline36.imageset/GlassesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/Contents.json new file mode 100644 index 000000000..1a431d8cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@1x.png new file mode 100644 index 000000000..5e7d5acdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@2x.png new file mode 100644 index 000000000..33c6a67c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@3x.png new file mode 100644 index 000000000..8f4b95e57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill16.imageset/GlobeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/Contents.json new file mode 100644 index 000000000..ee32b424e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@1x.png new file mode 100644 index 000000000..3753fb24f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@2x.png new file mode 100644 index 000000000..420affebb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@3x.png new file mode 100644 index 000000000..095fb7fc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill24.imageset/GlobeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/Contents.json new file mode 100644 index 000000000..e6e595e11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@1x.png new file mode 100644 index 000000000..8ea7fa520 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@2x.png new file mode 100644 index 000000000..ff0be983c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@3x.png new file mode 100644 index 000000000..dc99c47bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeFill36.imageset/GlobeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/Contents.json new file mode 100644 index 000000000..ccec1ba58 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@1x.png new file mode 100644 index 000000000..907ec8ede Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@2x.png new file mode 100644 index 000000000..6b5f5e22f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@3x.png new file mode 100644 index 000000000..4f01858e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline16.imageset/GlobeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/Contents.json new file mode 100644 index 000000000..2db5ab697 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@1x.png new file mode 100644 index 000000000..808a6addb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@2x.png new file mode 100644 index 000000000..513664b15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@3x.png new file mode 100644 index 000000000..ba17b2b74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline24.imageset/GlobeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/Contents.json new file mode 100644 index 000000000..bed1e0822 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GlobeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GlobeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GlobeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@1x.png new file mode 100644 index 000000000..0766e07ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@2x.png new file mode 100644 index 000000000..f60f860cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@3x.png new file mode 100644 index 000000000..1ec674ef5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GlobeOutline36.imageset/GlobeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/Contents.json new file mode 100644 index 000000000..d09951f55 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@1x.png new file mode 100644 index 000000000..bb1c8cf99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@2x.png new file mode 100644 index 000000000..25f7fcc36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@3x.png new file mode 100644 index 000000000..00f975ca1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill16.imageset/GroupFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/Contents.json new file mode 100644 index 000000000..c33d6e555 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@1x.png new file mode 100644 index 000000000..82a5a4617 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@2x.png new file mode 100644 index 000000000..2675a5ef5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@3x.png new file mode 100644 index 000000000..f71dc3439 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill24.imageset/GroupFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/Contents.json new file mode 100644 index 000000000..6320c7980 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@1x.png new file mode 100644 index 000000000..dc2323a91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@2x.png new file mode 100644 index 000000000..8337d1514 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@3x.png new file mode 100644 index 000000000..fb2faaed8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupFill36.imageset/GroupFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/Contents.json new file mode 100644 index 000000000..dfe86673f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@1x.png new file mode 100644 index 000000000..e21f667b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@2x.png new file mode 100644 index 000000000..20edda64a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@3x.png new file mode 100644 index 000000000..841bec641 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline16.imageset/GroupOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/Contents.json new file mode 100644 index 000000000..96fc4c406 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@1x.png new file mode 100644 index 000000000..9cd2244db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@2x.png new file mode 100644 index 000000000..b2e948d75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@3x.png new file mode 100644 index 000000000..dd18b6e6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline24.imageset/GroupOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/Contents.json new file mode 100644 index 000000000..978d37928 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GroupOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GroupOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GroupOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@1x.png new file mode 100644 index 000000000..799867c80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@2x.png new file mode 100644 index 000000000..e96bfda17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@3x.png new file mode 100644 index 000000000..0a83edd68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GroupOutline36.imageset/GroupOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/Contents.json new file mode 100644 index 000000000..998627001 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GyroOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GyroOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GyroOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@1x.png new file mode 100644 index 000000000..8b5a6ae80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@2x.png new file mode 100644 index 000000000..b78c34ce3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@3x.png new file mode 100644 index 000000000..a82d326f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline16.imageset/GyroOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/Contents.json new file mode 100644 index 000000000..12dc07800 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GyroOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GyroOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GyroOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@1x.png new file mode 100644 index 000000000..1d7350787 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@2x.png new file mode 100644 index 000000000..78ddf5797 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@3x.png new file mode 100644 index 000000000..003cc2437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline24.imageset/GyroOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/Contents.json new file mode 100644 index 000000000..2c08915a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "GyroOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "GyroOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "GyroOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@1x.png new file mode 100644 index 000000000..8f864f6bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@2x.png new file mode 100644 index 000000000..7c0195936 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@3x.png new file mode 100644 index 000000000..c3f92d2d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/GyroOutline36.imageset/GyroOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/Contents.json new file mode 100644 index 000000000..f67e58111 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@1x.png new file mode 100644 index 000000000..40e1a67ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@2x.png new file mode 100644 index 000000000..a94cbd542 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@3x.png new file mode 100644 index 000000000..3bea19141 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill16.imageset/HandActionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/Contents.json new file mode 100644 index 000000000..65a0e4fe9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@1x.png new file mode 100644 index 000000000..838354c5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@2x.png new file mode 100644 index 000000000..fff0df59f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@3x.png new file mode 100644 index 000000000..7a7b0d136 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill24.imageset/HandActionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/Contents.json new file mode 100644 index 000000000..62bf1a11d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@1x.png new file mode 100644 index 000000000..c0f1b4ca8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@2x.png new file mode 100644 index 000000000..811d0b568 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@3x.png new file mode 100644 index 000000000..e9fd8b5bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionFill36.imageset/HandActionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/Contents.json new file mode 100644 index 000000000..5c468fd1f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@1x.png new file mode 100644 index 000000000..d86148487 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@2x.png new file mode 100644 index 000000000..3d7236628 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@3x.png new file mode 100644 index 000000000..b99036d55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline16.imageset/HandActionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/Contents.json new file mode 100644 index 000000000..c049d64fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@1x.png new file mode 100644 index 000000000..8fdfd49bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@2x.png new file mode 100644 index 000000000..815dbc64d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@3x.png new file mode 100644 index 000000000..16c71c1a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline24.imageset/HandActionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/Contents.json new file mode 100644 index 000000000..6179580c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandActionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandActionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandActionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@1x.png new file mode 100644 index 000000000..7762e891b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@2x.png new file mode 100644 index 000000000..4014f269b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@3x.png new file mode 100644 index 000000000..ab922c6a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandActionOutline36.imageset/HandActionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/Contents.json new file mode 100644 index 000000000..e9ffbafdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@1x.png new file mode 100644 index 000000000..511848096 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@2x.png new file mode 100644 index 000000000..e6f8f3266 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@3x.png new file mode 100644 index 000000000..3b0a387eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill16.imageset/HandFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/Contents.json new file mode 100644 index 000000000..18125efbc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@1x.png new file mode 100644 index 000000000..9a8826357 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@2x.png new file mode 100644 index 000000000..5f6f81e22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@3x.png new file mode 100644 index 000000000..57cc09150 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill24.imageset/HandFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/Contents.json new file mode 100644 index 000000000..d1c264907 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@1x.png new file mode 100644 index 000000000..ccd77be02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@2x.png new file mode 100644 index 000000000..69d6e96f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@3x.png new file mode 100644 index 000000000..92da7ef3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandFill36.imageset/HandFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/Contents.json new file mode 100644 index 000000000..530621bcc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@1x.png new file mode 100644 index 000000000..241492f49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@2x.png new file mode 100644 index 000000000..ef9c52b2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@3x.png new file mode 100644 index 000000000..5a48e3877 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline16.imageset/HandOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/Contents.json new file mode 100644 index 000000000..2bae37a7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@1x.png new file mode 100644 index 000000000..ae1e1199c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@2x.png new file mode 100644 index 000000000..f5ca6f010 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@3x.png new file mode 100644 index 000000000..6fdb8cdde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline24.imageset/HandOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/Contents.json new file mode 100644 index 000000000..0c7f6f3f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@1x.png new file mode 100644 index 000000000..e45c955ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@2x.png new file mode 100644 index 000000000..2f190858d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@3x.png new file mode 100644 index 000000000..78d362a1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandOutline36.imageset/HandOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/Contents.json new file mode 100644 index 000000000..5b806e0c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@1x.png new file mode 100644 index 000000000..72feb96d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@2x.png new file mode 100644 index 000000000..7ada1482e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@3x.png new file mode 100644 index 000000000..a7c332854 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill16.imageset/HandPointerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/Contents.json new file mode 100644 index 000000000..bbf8044e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@1x.png new file mode 100644 index 000000000..bfd24891b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@2x.png new file mode 100644 index 000000000..6ac7daafb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@3x.png new file mode 100644 index 000000000..473ee6b68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill24.imageset/HandPointerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/Contents.json new file mode 100644 index 000000000..9f6673f87 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@1x.png new file mode 100644 index 000000000..4e6d1f4b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@2x.png new file mode 100644 index 000000000..7b772f571 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@3x.png new file mode 100644 index 000000000..4c5551e30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerFill36.imageset/HandPointerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/Contents.json new file mode 100644 index 000000000..4ea5e08f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@1x.png new file mode 100644 index 000000000..bc4885a66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@2x.png new file mode 100644 index 000000000..1438230a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@3x.png new file mode 100644 index 000000000..93725b97c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline16.imageset/HandPointerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/Contents.json new file mode 100644 index 000000000..65524f652 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@1x.png new file mode 100644 index 000000000..1d0d5d1de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@2x.png new file mode 100644 index 000000000..be41e54a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@3x.png new file mode 100644 index 000000000..29f67f24b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline24.imageset/HandPointerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/Contents.json new file mode 100644 index 000000000..1474032f1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandPointerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandPointerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandPointerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@1x.png new file mode 100644 index 000000000..932ebb7ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@2x.png new file mode 100644 index 000000000..3ed227485 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@3x.png new file mode 100644 index 000000000..842c4ae2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandPointerOutline36.imageset/HandPointerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/Contents.json new file mode 100644 index 000000000..6677fb865 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@1x.png new file mode 100644 index 000000000..6242ec596 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@2x.png new file mode 100644 index 000000000..3010de432 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@3x.png new file mode 100644 index 000000000..86760882e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill16.imageset/HandTapFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/Contents.json new file mode 100644 index 000000000..bef69099d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@1x.png new file mode 100644 index 000000000..35321dea5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@2x.png new file mode 100644 index 000000000..ebe0512ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@3x.png new file mode 100644 index 000000000..8a5fabf64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill24.imageset/HandTapFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/Contents.json new file mode 100644 index 000000000..567baefff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@1x.png new file mode 100644 index 000000000..4cc3df1dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@2x.png new file mode 100644 index 000000000..88841c47d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@3x.png new file mode 100644 index 000000000..4e7dce04d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapFill36.imageset/HandTapFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/Contents.json new file mode 100644 index 000000000..25a2229a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@1x.png new file mode 100644 index 000000000..7f9feed75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@2x.png new file mode 100644 index 000000000..4294a647e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@3x.png new file mode 100644 index 000000000..7af1467c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline16.imageset/HandTapOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/Contents.json new file mode 100644 index 000000000..80b161b56 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@1x.png new file mode 100644 index 000000000..d3b0d7980 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@2x.png new file mode 100644 index 000000000..73e2a9534 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@3x.png new file mode 100644 index 000000000..26967d4a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline24.imageset/HandTapOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/Contents.json new file mode 100644 index 000000000..61d335877 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HandTapOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HandTapOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HandTapOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@1x.png new file mode 100644 index 000000000..e995f8f1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@2x.png new file mode 100644 index 000000000..868513317 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@3x.png new file mode 100644 index 000000000..452ca70df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HandTapOutline36.imageset/HandTapOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/Contents.json new file mode 100644 index 000000000..ede9651c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@1x.png new file mode 100644 index 000000000..84d637242 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@2x.png new file mode 100644 index 000000000..02a6786a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@3x.png new file mode 100644 index 000000000..a543752fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill16.imageset/HdmiFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/Contents.json new file mode 100644 index 000000000..de4bfe18c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@1x.png new file mode 100644 index 000000000..c1c204173 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@2x.png new file mode 100644 index 000000000..0a37dca1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@3x.png new file mode 100644 index 000000000..95b76edf4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill24.imageset/HdmiFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/Contents.json new file mode 100644 index 000000000..5cbd49682 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@1x.png new file mode 100644 index 000000000..59ede0a11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@2x.png new file mode 100644 index 000000000..aeb956056 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@3x.png new file mode 100644 index 000000000..b2662c108 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiFill36.imageset/HdmiFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/Contents.json new file mode 100644 index 000000000..9e8c70e46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@1x.png new file mode 100644 index 000000000..3367c6210 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@2x.png new file mode 100644 index 000000000..a9c9236c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@3x.png new file mode 100644 index 000000000..bf1017fac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline16.imageset/HdmiOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/Contents.json new file mode 100644 index 000000000..1469fbc3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@1x.png new file mode 100644 index 000000000..2c9cb89f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@2x.png new file mode 100644 index 000000000..4127cbda2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@3x.png new file mode 100644 index 000000000..b3a450dd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline24.imageset/HdmiOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/Contents.json new file mode 100644 index 000000000..79b02ebca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HdmiOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HdmiOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HdmiOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@1x.png new file mode 100644 index 000000000..9a8cc8a02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@2x.png new file mode 100644 index 000000000..cb608ffbe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@3x.png new file mode 100644 index 000000000..9a21ea3b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HdmiOutline36.imageset/HdmiOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/Contents.json new file mode 100644 index 000000000..97a8b8cbe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@1x.png new file mode 100644 index 000000000..5d38e828f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@2x.png new file mode 100644 index 000000000..6b583ea5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@3x.png new file mode 100644 index 000000000..e51c86b30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill16.imageset/HeadphonesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/Contents.json new file mode 100644 index 000000000..dbdea962a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@1x.png new file mode 100644 index 000000000..83643769b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@2x.png new file mode 100644 index 000000000..2089b6a16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@3x.png new file mode 100644 index 000000000..b21f4f7b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill24.imageset/HeadphonesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/Contents.json new file mode 100644 index 000000000..41783535e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@1x.png new file mode 100644 index 000000000..b8dc3ccdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@2x.png new file mode 100644 index 000000000..afc65f662 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@3x.png new file mode 100644 index 000000000..ea6ce0d94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesFill36.imageset/HeadphonesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/Contents.json new file mode 100644 index 000000000..3533c4fc5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@1x.png new file mode 100644 index 000000000..c8597ce0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@2x.png new file mode 100644 index 000000000..e4bba06e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@3x.png new file mode 100644 index 000000000..3ab4e5a05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline16.imageset/HeadphonesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/Contents.json new file mode 100644 index 000000000..735b9baf3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@1x.png new file mode 100644 index 000000000..7814f9dea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@2x.png new file mode 100644 index 000000000..f49d6e7b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@3x.png new file mode 100644 index 000000000..faf49be36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline24.imageset/HeadphonesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/Contents.json new file mode 100644 index 000000000..ce287257e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeadphonesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeadphonesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeadphonesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@1x.png new file mode 100644 index 000000000..49edeccba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@2x.png new file mode 100644 index 000000000..39ad1ab70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@3x.png new file mode 100644 index 000000000..670a9dbfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeadphonesOutline36.imageset/HeadphonesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/Contents.json new file mode 100644 index 000000000..05506cc43 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@1x.png new file mode 100644 index 000000000..f71e33b27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@2x.png new file mode 100644 index 000000000..eed9ed3e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@3x.png new file mode 100644 index 000000000..4e321a158 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill16.imageset/HeartBoxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/Contents.json new file mode 100644 index 000000000..99cfb36f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@1x.png new file mode 100644 index 000000000..746f757f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@2x.png new file mode 100644 index 000000000..a673da1be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@3x.png new file mode 100644 index 000000000..ae778569d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill24.imageset/HeartBoxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/Contents.json new file mode 100644 index 000000000..715f0069e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@1x.png new file mode 100644 index 000000000..fb2275a2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@2x.png new file mode 100644 index 000000000..8277fc595 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@3x.png new file mode 100644 index 000000000..d57e60a56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxFill36.imageset/HeartBoxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/Contents.json new file mode 100644 index 000000000..9e4a40297 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@1x.png new file mode 100644 index 000000000..4d12a0f39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@2x.png new file mode 100644 index 000000000..9e165a558 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@3x.png new file mode 100644 index 000000000..42f2b3537 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline16.imageset/HeartBoxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/Contents.json new file mode 100644 index 000000000..5af78fcd3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@1x.png new file mode 100644 index 000000000..ed0fa5f47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@2x.png new file mode 100644 index 000000000..d1a94d574 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@3x.png new file mode 100644 index 000000000..1634c8ed7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline24.imageset/HeartBoxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/Contents.json new file mode 100644 index 000000000..4f4013792 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartBoxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartBoxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartBoxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@1x.png new file mode 100644 index 000000000..5be561020 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@2x.png new file mode 100644 index 000000000..9df02b897 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@3x.png new file mode 100644 index 000000000..eefcd32d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartBoxOutline36.imageset/HeartBoxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..462533450 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@1x.png new file mode 100644 index 000000000..757027cb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@2x.png new file mode 100644 index 000000000..991067cfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@3x.png new file mode 100644 index 000000000..74479e1d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill16.imageset/HeartCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..a7fa3d4ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@1x.png new file mode 100644 index 000000000..4a1cc1b6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@2x.png new file mode 100644 index 000000000..d2aa06343 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@3x.png new file mode 100644 index 000000000..5cec87d98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill24.imageset/HeartCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..342a23e60 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@1x.png new file mode 100644 index 000000000..754772644 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@2x.png new file mode 100644 index 000000000..6b8a71b6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@3x.png new file mode 100644 index 000000000..3dfd07f16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleFill36.imageset/HeartCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..b7dacd731 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@1x.png new file mode 100644 index 000000000..a94a09e16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@2x.png new file mode 100644 index 000000000..d7c390317 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@3x.png new file mode 100644 index 000000000..3fc91007e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline16.imageset/HeartCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..3fd8501e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@1x.png new file mode 100644 index 000000000..6ca996229 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@2x.png new file mode 100644 index 000000000..4ef00dee9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@3x.png new file mode 100644 index 000000000..b4438dcb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline24.imageset/HeartCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..29a68ce53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@1x.png new file mode 100644 index 000000000..6acc8134f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@2x.png new file mode 100644 index 000000000..9692377b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@3x.png new file mode 100644 index 000000000..ff24db74a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartCircleOutline36.imageset/HeartCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/Contents.json new file mode 100644 index 000000000..0518ec04f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@1x.png new file mode 100644 index 000000000..a9f899ed0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@2x.png new file mode 100644 index 000000000..a93f171ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@3x.png new file mode 100644 index 000000000..e2f92474b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill16.imageset/HeartDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/Contents.json new file mode 100644 index 000000000..c3830e0ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@1x.png new file mode 100644 index 000000000..5ed4a74a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@2x.png new file mode 100644 index 000000000..71827df50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@3x.png new file mode 100644 index 000000000..19c7b40c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill24.imageset/HeartDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/Contents.json new file mode 100644 index 000000000..cf3b272a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@1x.png new file mode 100644 index 000000000..35dfef285 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@2x.png new file mode 100644 index 000000000..915fc2d9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@3x.png new file mode 100644 index 000000000..a5d55333d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashFill36.imageset/HeartDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..301a49a6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@1x.png new file mode 100644 index 000000000..ad7050272 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@2x.png new file mode 100644 index 000000000..a59b89b07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@3x.png new file mode 100644 index 000000000..62189a05a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline16.imageset/HeartDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..dc5304bff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@1x.png new file mode 100644 index 000000000..bf354e105 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@2x.png new file mode 100644 index 000000000..56eb7ef98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@3x.png new file mode 100644 index 000000000..7d5babb4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline24.imageset/HeartDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..abe849cfe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@1x.png new file mode 100644 index 000000000..89fa5137f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@2x.png new file mode 100644 index 000000000..76e592da3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@3x.png new file mode 100644 index 000000000..0b68f0812 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartDashOutline36.imageset/HeartDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/Contents.json new file mode 100644 index 000000000..5b2555aa5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@1x.png new file mode 100644 index 000000000..1d4e2012f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@2x.png new file mode 100644 index 000000000..f6d1a89d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@3x.png new file mode 100644 index 000000000..2284f6899 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill16.imageset/HeartFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/Contents.json new file mode 100644 index 000000000..2e87ad8ec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@1x.png new file mode 100644 index 000000000..d3e350dd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@2x.png new file mode 100644 index 000000000..d08bdfb4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@3x.png new file mode 100644 index 000000000..c66bcdda8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill24.imageset/HeartFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/Contents.json new file mode 100644 index 000000000..01ccf754c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@1x.png new file mode 100644 index 000000000..510fae429 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@2x.png new file mode 100644 index 000000000..460f7a9cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@3x.png new file mode 100644 index 000000000..00221d2c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartFill36.imageset/HeartFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/Contents.json new file mode 100644 index 000000000..4933bde91 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@1x.png new file mode 100644 index 000000000..f5d7d63b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@2x.png new file mode 100644 index 000000000..1f7f03d76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@3x.png new file mode 100644 index 000000000..52f9d0f07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline16.imageset/HeartOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/Contents.json new file mode 100644 index 000000000..ae2f7e01d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@1x.png new file mode 100644 index 000000000..c0db02166 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@2x.png new file mode 100644 index 000000000..6cd516126 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@3x.png new file mode 100644 index 000000000..a88a7dc61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline24.imageset/HeartOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/Contents.json new file mode 100644 index 000000000..94d8c459d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HeartOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HeartOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HeartOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@1x.png new file mode 100644 index 000000000..4691d50dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@2x.png new file mode 100644 index 000000000..62d8885c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@3x.png new file mode 100644 index 000000000..fc7223db3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HeartOutline36.imageset/HeartOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..ba918205e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@1x.png new file mode 100644 index 000000000..54838a0bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@2x.png new file mode 100644 index 000000000..c0919ca12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@3x.png new file mode 100644 index 000000000..0d47d0815 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill16.imageset/HelpCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..bf4a30234 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@1x.png new file mode 100644 index 000000000..d75821ff1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@2x.png new file mode 100644 index 000000000..c15ff9680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@3x.png new file mode 100644 index 000000000..1f7164daf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill24.imageset/HelpCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..a07a7bfed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@1x.png new file mode 100644 index 000000000..3735c7b3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@2x.png new file mode 100644 index 000000000..b9a2756af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@3x.png new file mode 100644 index 000000000..51f8fef84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleFill36.imageset/HelpCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..163393298 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@1x.png new file mode 100644 index 000000000..13d21fae6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@2x.png new file mode 100644 index 000000000..2a3098935 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@3x.png new file mode 100644 index 000000000..23900e75d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline16.imageset/HelpCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..3ee097221 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@1x.png new file mode 100644 index 000000000..c512fa057 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@2x.png new file mode 100644 index 000000000..51178cb55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@3x.png new file mode 100644 index 000000000..8cab4d604 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline24.imageset/HelpCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..f8bded8d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HelpCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HelpCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HelpCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@1x.png new file mode 100644 index 000000000..2a496af39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@2x.png new file mode 100644 index 000000000..d783d62f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@3x.png new file mode 100644 index 000000000..b04362b4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HelpCircleOutline36.imageset/HelpCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/Contents.json new file mode 100644 index 000000000..55e390b3c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@1x.png new file mode 100644 index 000000000..891f07c03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@2x.png new file mode 100644 index 000000000..5ec95efea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@3x.png new file mode 100644 index 000000000..a2170df8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill16.imageset/HomeAltFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/Contents.json new file mode 100644 index 000000000..4d0066575 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@1x.png new file mode 100644 index 000000000..613aa70b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@2x.png new file mode 100644 index 000000000..632571001 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@3x.png new file mode 100644 index 000000000..111f8b77d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill24.imageset/HomeAltFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/Contents.json new file mode 100644 index 000000000..3065fe8e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@1x.png new file mode 100644 index 000000000..a0a1d60f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@2x.png new file mode 100644 index 000000000..20374023a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@3x.png new file mode 100644 index 000000000..a3ada21b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltFill36.imageset/HomeAltFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/Contents.json new file mode 100644 index 000000000..6c4c6adbc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@1x.png new file mode 100644 index 000000000..fba0c85e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@2x.png new file mode 100644 index 000000000..91b54f385 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@3x.png new file mode 100644 index 000000000..c17bdf11f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline16.imageset/HomeAltOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/Contents.json new file mode 100644 index 000000000..2a81298f4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@1x.png new file mode 100644 index 000000000..592ef4dc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@2x.png new file mode 100644 index 000000000..8d523a72e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@3x.png new file mode 100644 index 000000000..6c3306a86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline24.imageset/HomeAltOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/Contents.json new file mode 100644 index 000000000..d31060d67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HomeAltOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HomeAltOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HomeAltOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@1x.png new file mode 100644 index 000000000..d9bcdb5b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@2x.png new file mode 100644 index 000000000..5b4157b74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@3x.png new file mode 100644 index 000000000..efa5f885d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HomeAltOutline36.imageset/HomeAltOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/Contents.json new file mode 100644 index 000000000..99aef2d02 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@1x.png new file mode 100644 index 000000000..30d20fdd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@2x.png new file mode 100644 index 000000000..74e2947ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@3x.png new file mode 100644 index 000000000..732b588ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill16.imageset/HourglassBotFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/Contents.json new file mode 100644 index 000000000..265a50984 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@1x.png new file mode 100644 index 000000000..cff9cc041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@2x.png new file mode 100644 index 000000000..43b5988cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@3x.png new file mode 100644 index 000000000..f0cc6fdd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill24.imageset/HourglassBotFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/Contents.json new file mode 100644 index 000000000..a15449b85 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@1x.png new file mode 100644 index 000000000..84352dcb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@2x.png new file mode 100644 index 000000000..e44aaf6e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@3x.png new file mode 100644 index 000000000..2d31a0827 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotFill36.imageset/HourglassBotFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/Contents.json new file mode 100644 index 000000000..f042be9eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@1x.png new file mode 100644 index 000000000..430fd7536 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@2x.png new file mode 100644 index 000000000..a277c9772 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@3x.png new file mode 100644 index 000000000..f3ab1534b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline16.imageset/HourglassBotOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/Contents.json new file mode 100644 index 000000000..bc1e2ecbb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@1x.png new file mode 100644 index 000000000..ee1afb9fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@2x.png new file mode 100644 index 000000000..c41167669 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@3x.png new file mode 100644 index 000000000..e55f35bf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline24.imageset/HourglassBotOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/Contents.json new file mode 100644 index 000000000..003bca68f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassBotOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassBotOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassBotOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@1x.png new file mode 100644 index 000000000..c285d6d7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@2x.png new file mode 100644 index 000000000..7471af226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@3x.png new file mode 100644 index 000000000..b7bdd0551 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassBotOutline36.imageset/HourglassBotOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/Contents.json new file mode 100644 index 000000000..3dacc8e72 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@1x.png new file mode 100644 index 000000000..559e8cc7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@2x.png new file mode 100644 index 000000000..148f5c4a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@3x.png new file mode 100644 index 000000000..a4c61cfbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill16.imageset/HourglassFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/Contents.json new file mode 100644 index 000000000..1b007751c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@1x.png new file mode 100644 index 000000000..a3a07be1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@2x.png new file mode 100644 index 000000000..a6ab206e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@3x.png new file mode 100644 index 000000000..58be36962 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill24.imageset/HourglassFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/Contents.json new file mode 100644 index 000000000..206c6d01b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@1x.png new file mode 100644 index 000000000..7f3542ce9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@2x.png new file mode 100644 index 000000000..d56d46b29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@3x.png new file mode 100644 index 000000000..8ee978d00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassFill36.imageset/HourglassFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/Contents.json new file mode 100644 index 000000000..4c5b2c0c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@1x.png new file mode 100644 index 000000000..14506eb1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@2x.png new file mode 100644 index 000000000..0d5dbf593 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@3x.png new file mode 100644 index 000000000..e3db5cd8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline16.imageset/HourglassOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/Contents.json new file mode 100644 index 000000000..93537a93d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@1x.png new file mode 100644 index 000000000..488a9e0d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@2x.png new file mode 100644 index 000000000..73e9360fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@3x.png new file mode 100644 index 000000000..ad0148bdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline24.imageset/HourglassOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/Contents.json new file mode 100644 index 000000000..18ef9c9da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@1x.png new file mode 100644 index 000000000..6ca3ea944 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@2x.png new file mode 100644 index 000000000..94d9e791d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@3x.png new file mode 100644 index 000000000..dd2e1e6a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassOutline36.imageset/HourglassOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/Contents.json new file mode 100644 index 000000000..eded8a3d8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@1x.png new file mode 100644 index 000000000..a5cf10dfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@2x.png new file mode 100644 index 000000000..168e8dbbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@3x.png new file mode 100644 index 000000000..73541fe88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill16.imageset/HourglassTopFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/Contents.json new file mode 100644 index 000000000..c7c334095 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@1x.png new file mode 100644 index 000000000..0ba7fd52d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@2x.png new file mode 100644 index 000000000..66cfa4d56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@3x.png new file mode 100644 index 000000000..93c536672 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill24.imageset/HourglassTopFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/Contents.json new file mode 100644 index 000000000..55e54f9e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@1x.png new file mode 100644 index 000000000..8c2f97888 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@2x.png new file mode 100644 index 000000000..d5b5b7808 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@3x.png new file mode 100644 index 000000000..59fbb2785 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopFill36.imageset/HourglassTopFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/Contents.json new file mode 100644 index 000000000..a69fc33e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@1x.png new file mode 100644 index 000000000..49e5418bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@2x.png new file mode 100644 index 000000000..d40a49182 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@3x.png new file mode 100644 index 000000000..f2ceb7180 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline16.imageset/HourglassTopOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/Contents.json new file mode 100644 index 000000000..45d323c12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@1x.png new file mode 100644 index 000000000..4f3d6c4ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@2x.png new file mode 100644 index 000000000..dce2d42e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@3x.png new file mode 100644 index 000000000..9d11c61be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline24.imageset/HourglassTopOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/Contents.json new file mode 100644 index 000000000..d09190077 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HourglassTopOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HourglassTopOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HourglassTopOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@1x.png new file mode 100644 index 000000000..740e64173 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@2x.png new file mode 100644 index 000000000..af0bdeac9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@3x.png new file mode 100644 index 000000000..850c39818 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HourglassTopOutline36.imageset/HourglassTopOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/Contents.json new file mode 100644 index 000000000..fcc92836a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@1x.png new file mode 100644 index 000000000..1d1a41d6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@2x.png new file mode 100644 index 000000000..b5fd5d561 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@3x.png new file mode 100644 index 000000000..0cdc2ec4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill16.imageset/HouseFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/Contents.json new file mode 100644 index 000000000..8bad0662e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@1x.png new file mode 100644 index 000000000..62c05665e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@2x.png new file mode 100644 index 000000000..c4a7d6c46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@3x.png new file mode 100644 index 000000000..1c7a8ed4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill24.imageset/HouseFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/Contents.json new file mode 100644 index 000000000..94961f7e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@1x.png new file mode 100644 index 000000000..210975021 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@2x.png new file mode 100644 index 000000000..8505a4e25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@3x.png new file mode 100644 index 000000000..4162a64c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseFill36.imageset/HouseFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/Contents.json new file mode 100644 index 000000000..a7cd3eab0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@1x.png new file mode 100644 index 000000000..586088b3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@2x.png new file mode 100644 index 000000000..1d4930b37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@3x.png new file mode 100644 index 000000000..b29bce7fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill16.imageset/HouseHandsetFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/Contents.json new file mode 100644 index 000000000..d6ebdf747 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@1x.png new file mode 100644 index 000000000..af807008d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@2x.png new file mode 100644 index 000000000..de7182c98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@3x.png new file mode 100644 index 000000000..04c1c0b26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill24.imageset/HouseHandsetFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/Contents.json new file mode 100644 index 000000000..01ddd780a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@1x.png new file mode 100644 index 000000000..1127f113f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@2x.png new file mode 100644 index 000000000..cb196b708 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@3x.png new file mode 100644 index 000000000..cbcba6bc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetFill36.imageset/HouseHandsetFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/Contents.json new file mode 100644 index 000000000..dd2cb8136 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@1x.png new file mode 100644 index 000000000..b3d08afff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@2x.png new file mode 100644 index 000000000..2b4d8fd3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@3x.png new file mode 100644 index 000000000..8fb62839e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline16.imageset/HouseHandsetOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/Contents.json new file mode 100644 index 000000000..349ae37e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@1x.png new file mode 100644 index 000000000..9fe7b3e63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@2x.png new file mode 100644 index 000000000..50e6b10cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@3x.png new file mode 100644 index 000000000..d42dc3b41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline24.imageset/HouseHandsetOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/Contents.json new file mode 100644 index 000000000..4188c66ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseHandsetOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseHandsetOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseHandsetOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@1x.png new file mode 100644 index 000000000..7ac4a11c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@2x.png new file mode 100644 index 000000000..bc2315d51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@3x.png new file mode 100644 index 000000000..2a43bf3e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseHandsetOutline36.imageset/HouseHandsetOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/Contents.json new file mode 100644 index 000000000..d0e7fd51a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@1x.png new file mode 100644 index 000000000..e9eecf3ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@2x.png new file mode 100644 index 000000000..0c8d0c583 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@3x.png new file mode 100644 index 000000000..45891a8c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline16.imageset/HouseOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/Contents.json new file mode 100644 index 000000000..c30e6a54f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@1x.png new file mode 100644 index 000000000..2c253bf96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@2x.png new file mode 100644 index 000000000..cddd97498 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@3x.png new file mode 100644 index 000000000..a9a793cd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline24.imageset/HouseOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/Contents.json new file mode 100644 index 000000000..82a8b2899 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HouseOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HouseOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HouseOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@1x.png new file mode 100644 index 000000000..967274ba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@2x.png new file mode 100644 index 000000000..d0c2856dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@3x.png new file mode 100644 index 000000000..e6772eaed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HouseOutline36.imageset/HouseOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/Contents.json new file mode 100644 index 000000000..073a2427c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@1x.png new file mode 100644 index 000000000..426b1b3c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@2x.png new file mode 100644 index 000000000..ab80e80ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@3x.png new file mode 100644 index 000000000..ec8547b23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill16.imageset/HousePercentFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/Contents.json new file mode 100644 index 000000000..eb1d6bb9f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@1x.png new file mode 100644 index 000000000..55963a909 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@2x.png new file mode 100644 index 000000000..3a55bc717 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@3x.png new file mode 100644 index 000000000..051c45ed4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill24.imageset/HousePercentFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/Contents.json new file mode 100644 index 000000000..72f0c2458 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@1x.png new file mode 100644 index 000000000..e3217e713 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@2x.png new file mode 100644 index 000000000..1ee24b8e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@3x.png new file mode 100644 index 000000000..1724d2466 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentFill36.imageset/HousePercentFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/Contents.json new file mode 100644 index 000000000..bebe00795 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@1x.png new file mode 100644 index 000000000..0f1e97eb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@2x.png new file mode 100644 index 000000000..26f323a33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@3x.png new file mode 100644 index 000000000..2fa732d48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline16.imageset/HousePercentOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/Contents.json new file mode 100644 index 000000000..1560c9d73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@1x.png new file mode 100644 index 000000000..fc3952793 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@2x.png new file mode 100644 index 000000000..e511ffdef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@3x.png new file mode 100644 index 000000000..dbda00444 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline24.imageset/HousePercentOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/Contents.json new file mode 100644 index 000000000..24a94b0a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HousePercentOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HousePercentOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HousePercentOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@1x.png new file mode 100644 index 000000000..2423693b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@2x.png new file mode 100644 index 000000000..653e3827d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@3x.png new file mode 100644 index 000000000..355002f92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HousePercentOutline36.imageset/HousePercentOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/Contents.json new file mode 100644 index 000000000..0dc80b020 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@1x.png new file mode 100644 index 000000000..01ab09912 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@2x.png new file mode 100644 index 000000000..1ef56fb35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@3x.png new file mode 100644 index 000000000..402bb8809 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill16.imageset/HummerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/Contents.json new file mode 100644 index 000000000..5c37a5806 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@1x.png new file mode 100644 index 000000000..7d00bd9f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@2x.png new file mode 100644 index 000000000..6b42967d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@3x.png new file mode 100644 index 000000000..bd85f4dd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill24.imageset/HummerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/Contents.json new file mode 100644 index 000000000..d083b5d0a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@1x.png new file mode 100644 index 000000000..08a4084a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@2x.png new file mode 100644 index 000000000..49ac36029 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@3x.png new file mode 100644 index 000000000..076ebcfb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerFill36.imageset/HummerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/Contents.json new file mode 100644 index 000000000..7cc5581a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@1x.png new file mode 100644 index 000000000..68c61d012 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@2x.png new file mode 100644 index 000000000..4cfddd83e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@3x.png new file mode 100644 index 000000000..8ad50198f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline16.imageset/HummerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/Contents.json new file mode 100644 index 000000000..cfe664960 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@1x.png new file mode 100644 index 000000000..0abd26de7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@2x.png new file mode 100644 index 000000000..cc5b4f6f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@3x.png new file mode 100644 index 000000000..489bf28a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline24.imageset/HummerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/Contents.json new file mode 100644 index 000000000..05020f945 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "HummerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "HummerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "HummerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@1x.png new file mode 100644 index 000000000..7a070abae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@2x.png new file mode 100644 index 000000000..db1def2d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@3x.png new file mode 100644 index 000000000..b4547e79b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/HummerOutline36.imageset/HummerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..166ea6333 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@1x.png new file mode 100644 index 000000000..9225e5ec7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@2x.png new file mode 100644 index 000000000..429c25aca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@3x.png new file mode 100644 index 000000000..4836216ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill16.imageset/InfoCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..48e0ebaa6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@1x.png new file mode 100644 index 000000000..cbab2667c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@2x.png new file mode 100644 index 000000000..fbb52996c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@3x.png new file mode 100644 index 000000000..c20929501 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill24.imageset/InfoCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..693b3559b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@1x.png new file mode 100644 index 000000000..4e9c63083 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@2x.png new file mode 100644 index 000000000..49de6da3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@3x.png new file mode 100644 index 000000000..ff4ddea70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleFill36.imageset/InfoCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..e78bd4b80 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@1x.png new file mode 100644 index 000000000..820a96c80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@2x.png new file mode 100644 index 000000000..8a9e17722 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@3x.png new file mode 100644 index 000000000..518fb313a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline16.imageset/InfoCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..d0cc6697a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@1x.png new file mode 100644 index 000000000..ec2729476 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@2x.png new file mode 100644 index 000000000..9f4aba481 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@3x.png new file mode 100644 index 000000000..ad7f18373 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline24.imageset/InfoCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..7a472ffc4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InfoCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InfoCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InfoCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@1x.png new file mode 100644 index 000000000..f30f364eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@2x.png new file mode 100644 index 000000000..b7ab9d8c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@3x.png new file mode 100644 index 000000000..0ddf0e22c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InfoCircleOutline36.imageset/InfoCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/Contents.json new file mode 100644 index 000000000..1d51cb610 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@1x.png new file mode 100644 index 000000000..470f50008 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@2x.png new file mode 100644 index 000000000..3e02d69a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@3x.png new file mode 100644 index 000000000..b9c8f77e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill16.imageset/InputsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/Contents.json new file mode 100644 index 000000000..27da5b1c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@1x.png new file mode 100644 index 000000000..161c3d5c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@2x.png new file mode 100644 index 000000000..1cede2314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@3x.png new file mode 100644 index 000000000..f71afb1a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill24.imageset/InputsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/Contents.json new file mode 100644 index 000000000..42118a01a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@1x.png new file mode 100644 index 000000000..75165cf72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@2x.png new file mode 100644 index 000000000..13db83a30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@3x.png new file mode 100644 index 000000000..05a0acbf9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsFill36.imageset/InputsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/Contents.json new file mode 100644 index 000000000..403e2b427 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@1x.png new file mode 100644 index 000000000..6f5464262 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@2x.png new file mode 100644 index 000000000..8c0cca403 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@3x.png new file mode 100644 index 000000000..aaeb04b82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline16.imageset/InputsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/Contents.json new file mode 100644 index 000000000..d1b555313 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@1x.png new file mode 100644 index 000000000..121650086 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@2x.png new file mode 100644 index 000000000..c81ed0626 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@3x.png new file mode 100644 index 000000000..b8447eb2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline24.imageset/InputsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/Contents.json new file mode 100644 index 000000000..ecf0e8df1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "InputsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "InputsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "InputsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@1x.png new file mode 100644 index 000000000..b782417bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@2x.png new file mode 100644 index 000000000..22107ce25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@3x.png new file mode 100644 index 000000000..8ae7a16f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/InputsOutline36.imageset/InputsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/Contents.json new file mode 100644 index 000000000..763b6aa2b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@1x.png new file mode 100644 index 000000000..b45d7f748 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@2x.png new file mode 100644 index 000000000..7fcb616a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@3x.png new file mode 100644 index 000000000..3dd613d00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill16.imageset/KeyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/Contents.json new file mode 100644 index 000000000..730ecc1f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@1x.png new file mode 100644 index 000000000..d4bb69314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@2x.png new file mode 100644 index 000000000..b4806e3f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@3x.png new file mode 100644 index 000000000..3434554ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill24.imageset/KeyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/Contents.json new file mode 100644 index 000000000..7bcfbae78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@1x.png new file mode 100644 index 000000000..d6ff5280a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@2x.png new file mode 100644 index 000000000..a3de41f7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@3x.png new file mode 100644 index 000000000..ff1f4ecd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyFill36.imageset/KeyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/Contents.json new file mode 100644 index 000000000..a4fbf34cc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@1x.png new file mode 100644 index 000000000..920f1f74b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@2x.png new file mode 100644 index 000000000..3e07e232c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@3x.png new file mode 100644 index 000000000..f74126abc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline16.imageset/KeyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/Contents.json new file mode 100644 index 000000000..fe99cd2bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@1x.png new file mode 100644 index 000000000..c497e01cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@2x.png new file mode 100644 index 000000000..16c3ab09b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@3x.png new file mode 100644 index 000000000..81a847e08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline24.imageset/KeyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/Contents.json new file mode 100644 index 000000000..fb3306646 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@1x.png new file mode 100644 index 000000000..61d26faaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@2x.png new file mode 100644 index 000000000..0ac424627 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@3x.png new file mode 100644 index 000000000..55ff4db59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyOutline36.imageset/KeyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/Contents.json new file mode 100644 index 000000000..cd69f5fdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@1x.png new file mode 100644 index 000000000..29aab5041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@2x.png new file mode 100644 index 000000000..50b0eba26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@3x.png new file mode 100644 index 000000000..6fc64eabd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill16.imageset/KeyboardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/Contents.json new file mode 100644 index 000000000..0a37da84c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@1x.png new file mode 100644 index 000000000..a5c28097b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@2x.png new file mode 100644 index 000000000..2f51499bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@3x.png new file mode 100644 index 000000000..5c6ae0a5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill24.imageset/KeyboardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/Contents.json new file mode 100644 index 000000000..2c32d1479 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@1x.png new file mode 100644 index 000000000..56b0d60e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@2x.png new file mode 100644 index 000000000..df969174a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@3x.png new file mode 100644 index 000000000..2cbf85340 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardFill36.imageset/KeyboardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/Contents.json new file mode 100644 index 000000000..a5f9c996f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@1x.png new file mode 100644 index 000000000..7b4faa148 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@2x.png new file mode 100644 index 000000000..1c7b5ad4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@3x.png new file mode 100644 index 000000000..0c494dd0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline16.imageset/KeyboardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/Contents.json new file mode 100644 index 000000000..62ab87bba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@1x.png new file mode 100644 index 000000000..94df41f57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@2x.png new file mode 100644 index 000000000..52c2fbe4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@3x.png new file mode 100644 index 000000000..a36921a61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline24.imageset/KeyboardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/Contents.json new file mode 100644 index 000000000..ea573792e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KeyboardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KeyboardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KeyboardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@1x.png new file mode 100644 index 000000000..887794cb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@2x.png new file mode 100644 index 000000000..7a52a8020 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@3x.png new file mode 100644 index 000000000..32d94a635 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KeyboardOutline36.imageset/KeyboardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/Contents.json new file mode 100644 index 000000000..13e9356b7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@1x.png new file mode 100644 index 000000000..a9f697a00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@2x.png new file mode 100644 index 000000000..e922a1da0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@3x.png new file mode 100644 index 000000000..86da0ee6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill16.imageset/KidsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/Contents.json new file mode 100644 index 000000000..f4a126555 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@1x.png new file mode 100644 index 000000000..bfe59abb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@2x.png new file mode 100644 index 000000000..9c07889ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@3x.png new file mode 100644 index 000000000..74f96f73a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill24.imageset/KidsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/Contents.json new file mode 100644 index 000000000..b7bdd2771 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@1x.png new file mode 100644 index 000000000..97f7a492a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@2x.png new file mode 100644 index 000000000..4a374f59f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@3x.png new file mode 100644 index 000000000..1b6255ada Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsFill36.imageset/KidsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/Contents.json new file mode 100644 index 000000000..ccc114397 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@1x.png new file mode 100644 index 000000000..37d7c8ecc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@2x.png new file mode 100644 index 000000000..839a2f638 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@3x.png new file mode 100644 index 000000000..53ceb6053 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline16.imageset/KidsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/Contents.json new file mode 100644 index 000000000..4e6685e53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@1x.png new file mode 100644 index 000000000..8e556f959 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@2x.png new file mode 100644 index 000000000..0bb405a6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@3x.png new file mode 100644 index 000000000..57c3ff90b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline24.imageset/KidsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/Contents.json new file mode 100644 index 000000000..4c9625fe9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "KidsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "KidsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "KidsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@1x.png new file mode 100644 index 000000000..e0ea00135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@2x.png new file mode 100644 index 000000000..6e891b844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@3x.png new file mode 100644 index 000000000..4bd677c9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/KidsOutline36.imageset/KidsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/Contents.json new file mode 100644 index 000000000..6b807fc5c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@1x.png new file mode 100644 index 000000000..b7d319623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@2x.png new file mode 100644 index 000000000..7d138e2f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@3x.png new file mode 100644 index 000000000..1e779b958 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill16.imageset/LightbulbFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/Contents.json new file mode 100644 index 000000000..cbe04921c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@1x.png new file mode 100644 index 000000000..5c45e8f6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@2x.png new file mode 100644 index 000000000..65dc292c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@3x.png new file mode 100644 index 000000000..7e19901e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill24.imageset/LightbulbFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/Contents.json new file mode 100644 index 000000000..763c4fd75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@1x.png new file mode 100644 index 000000000..887f51af5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@2x.png new file mode 100644 index 000000000..067c5927b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@3x.png new file mode 100644 index 000000000..41b043496 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbFill36.imageset/LightbulbFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/Contents.json new file mode 100644 index 000000000..100ca9ebb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@1x.png new file mode 100644 index 000000000..d2e524fb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@2x.png new file mode 100644 index 000000000..761128bb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@3x.png new file mode 100644 index 000000000..196a3f423 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline16.imageset/LightbulbOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/Contents.json new file mode 100644 index 000000000..836837c13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@1x.png new file mode 100644 index 000000000..f54c52509 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@2x.png new file mode 100644 index 000000000..df5ecd730 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@3x.png new file mode 100644 index 000000000..9fcc71348 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline24.imageset/LightbulbOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/Contents.json new file mode 100644 index 000000000..0850df716 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightbulbOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightbulbOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightbulbOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@1x.png new file mode 100644 index 000000000..8930c1b21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@2x.png new file mode 100644 index 000000000..7f963bd18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@3x.png new file mode 100644 index 000000000..ae1b60341 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightbulbOutline36.imageset/LightbulbOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/Contents.json new file mode 100644 index 000000000..d4dee2c73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@1x.png new file mode 100644 index 000000000..db84984c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@2x.png new file mode 100644 index 000000000..e47bca7f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@3x.png new file mode 100644 index 000000000..400ee0280 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill16.imageset/LightningFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/Contents.json new file mode 100644 index 000000000..c60488ba3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@1x.png new file mode 100644 index 000000000..1e1874c85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@2x.png new file mode 100644 index 000000000..84bcc0f15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@3x.png new file mode 100644 index 000000000..d3a558867 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill24.imageset/LightningFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/Contents.json new file mode 100644 index 000000000..cc1ab0eec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@1x.png new file mode 100644 index 000000000..b66a9560a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@2x.png new file mode 100644 index 000000000..5e5bb9614 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@3x.png new file mode 100644 index 000000000..1e435d7a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningFill36.imageset/LightningFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/Contents.json new file mode 100644 index 000000000..55c37e987 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@1x.png new file mode 100644 index 000000000..d6a6d24a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@2x.png new file mode 100644 index 000000000..9b132f2e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@3x.png new file mode 100644 index 000000000..638eb6b3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline16.imageset/LightningOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/Contents.json new file mode 100644 index 000000000..4c10e0b4c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@1x.png new file mode 100644 index 000000000..0148c7931 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@2x.png new file mode 100644 index 000000000..044b58b92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@3x.png new file mode 100644 index 000000000..9d119cade Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline24.imageset/LightningOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/Contents.json new file mode 100644 index 000000000..c011159ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LightningOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LightningOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LightningOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@1x.png new file mode 100644 index 000000000..396f4043e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@2x.png new file mode 100644 index 000000000..1d67cdbf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@3x.png new file mode 100644 index 000000000..e7939276c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LightningOutline36.imageset/LightningOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/Contents.json new file mode 100644 index 000000000..8d423f58b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@1x.png new file mode 100644 index 000000000..6ae38fa51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@2x.png new file mode 100644 index 000000000..5059649ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@3x.png new file mode 100644 index 000000000..21fe9e842 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill16.imageset/LikeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/Contents.json new file mode 100644 index 000000000..b33df750d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@1x.png new file mode 100644 index 000000000..5303f9b31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@2x.png new file mode 100644 index 000000000..29c427a2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@3x.png new file mode 100644 index 000000000..47f1c872a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill24.imageset/LikeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/Contents.json new file mode 100644 index 000000000..98a71481d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@1x.png new file mode 100644 index 000000000..938eb85cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@2x.png new file mode 100644 index 000000000..a8e8693ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@3x.png new file mode 100644 index 000000000..be688cf2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeFill36.imageset/LikeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/Contents.json new file mode 100644 index 000000000..aacf5a065 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@1x.png new file mode 100644 index 000000000..62f6126ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@2x.png new file mode 100644 index 000000000..f61f8a724 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@3x.png new file mode 100644 index 000000000..688314a78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline16.imageset/LikeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/Contents.json new file mode 100644 index 000000000..33117963e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@1x.png new file mode 100644 index 000000000..9342beddc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@2x.png new file mode 100644 index 000000000..1686beb00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@3x.png new file mode 100644 index 000000000..eee2653ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline24.imageset/LikeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/Contents.json new file mode 100644 index 000000000..196741506 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LikeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LikeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LikeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@1x.png new file mode 100644 index 000000000..2e2fc7d2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@2x.png new file mode 100644 index 000000000..f64a3af3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@3x.png new file mode 100644 index 000000000..ef6d9f3b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LikeOutline36.imageset/LikeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Contents.json new file mode 100644 index 000000000..68e817608 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Line-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Line-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Line-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@1x.png new file mode 100644 index 000000000..3e7aaed55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@2x.png new file mode 100644 index 000000000..acf100de0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@3x.png new file mode 100644 index 000000000..6a5670908 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line16.imageset/Line-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Contents.json new file mode 100644 index 000000000..b4c167f1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Line-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Line-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Line-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@1x.png new file mode 100644 index 000000000..1578a7b49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@2x.png new file mode 100644 index 000000000..bd957a5b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@3x.png new file mode 100644 index 000000000..33907217d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line24.imageset/Line-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Contents.json new file mode 100644 index 000000000..ab3099c04 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Line-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Line-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Line-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@1x.png new file mode 100644 index 000000000..c254d8c32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@2x.png new file mode 100644 index 000000000..cf2fe80d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@3x.png new file mode 100644 index 000000000..cd86f806d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Line36.imageset/Line-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/Contents.json new file mode 100644 index 000000000..2287d364f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkFromto-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkFromto-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkFromto-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@1x.png new file mode 100644 index 000000000..ee633d6a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@2x.png new file mode 100644 index 000000000..bf61c0559 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@3x.png new file mode 100644 index 000000000..985a05427 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto16.imageset/LineLinkFromto-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/Contents.json new file mode 100644 index 000000000..75da06dc7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkFromto-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkFromto-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkFromto-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@1x.png new file mode 100644 index 000000000..9f6478113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@2x.png new file mode 100644 index 000000000..4c69a2605 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@3x.png new file mode 100644 index 000000000..43b64c122 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto24.imageset/LineLinkFromto-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/Contents.json new file mode 100644 index 000000000..7bd8cb07f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkFromto-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkFromto-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkFromto-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@1x.png new file mode 100644 index 000000000..da178261a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@2x.png new file mode 100644 index 000000000..6e35aacdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@3x.png new file mode 100644 index 000000000..9ce96b6ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkFromto36.imageset/LineLinkFromto-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/Contents.json new file mode 100644 index 000000000..ddadbee76 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkToto-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkToto-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkToto-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@1x.png new file mode 100644 index 000000000..371a2e901 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@2x.png new file mode 100644 index 000000000..b357631ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@3x.png new file mode 100644 index 000000000..a9bbb5b30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto16.imageset/LineLinkToto-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/Contents.json new file mode 100644 index 000000000..db7ae5471 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkToto-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkToto-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkToto-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@1x.png new file mode 100644 index 000000000..90e4b11c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@2x.png new file mode 100644 index 000000000..8cefa9c02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@3x.png new file mode 100644 index 000000000..ce4fdacf3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto24.imageset/LineLinkToto-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/Contents.json new file mode 100644 index 000000000..c4f6eac40 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineLinkToto-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineLinkToto-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineLinkToto-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@1x.png new file mode 100644 index 000000000..606564fb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@2x.png new file mode 100644 index 000000000..1fe6f56b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@3x.png new file mode 100644 index 000000000..03dc2f78a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineLinkToto36.imageset/LineLinkToto-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/Contents.json new file mode 100644 index 000000000..29e0a2f0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineWeight-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineWeight-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineWeight-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@1x.png new file mode 100644 index 000000000..4cb8497fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@2x.png new file mode 100644 index 000000000..661f76d40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@3x.png new file mode 100644 index 000000000..cb09d1f62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight16.imageset/LineWeight-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/Contents.json new file mode 100644 index 000000000..c3f68560c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineWeight-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineWeight-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineWeight-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@1x.png new file mode 100644 index 000000000..001acb94c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@2x.png new file mode 100644 index 000000000..ddabac0bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@3x.png new file mode 100644 index 000000000..a30e9fb21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight24.imageset/LineWeight-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/Contents.json new file mode 100644 index 000000000..b4342a941 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LineWeight-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LineWeight-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LineWeight-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@1x.png new file mode 100644 index 000000000..542c02e40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@2x.png new file mode 100644 index 000000000..ee1d81c7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@3x.png new file mode 100644 index 000000000..c22d714ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LineWeight36.imageset/LineWeight-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Contents.json new file mode 100644 index 000000000..09757680c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Link-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Link-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Link-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@1x.png new file mode 100644 index 000000000..ca5517c17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@2x.png new file mode 100644 index 000000000..55ffb70db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@3x.png new file mode 100644 index 000000000..340fd8a9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link16.imageset/Link-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Contents.json new file mode 100644 index 000000000..0f5365038 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Link-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Link-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Link-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@1x.png new file mode 100644 index 000000000..4c03a2316 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@2x.png new file mode 100644 index 000000000..56da9e097 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@3x.png new file mode 100644 index 000000000..9ee4f876b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link24.imageset/Link-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Contents.json new file mode 100644 index 000000000..8aa6e054e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Link-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Link-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Link-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@1x.png new file mode 100644 index 000000000..4e8656606 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@2x.png new file mode 100644 index 000000000..bb8acaafb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@3x.png new file mode 100644 index 000000000..46005cd2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Link36.imageset/Link-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/Contents.json new file mode 100644 index 000000000..fc9508f30 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LinkError-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LinkError-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LinkError-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@1x.png new file mode 100644 index 000000000..2b7e3f671 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@2x.png new file mode 100644 index 000000000..ce427310c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@3x.png new file mode 100644 index 000000000..fdf29322c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError16.imageset/LinkError-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/Contents.json new file mode 100644 index 000000000..fee57b91c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LinkError-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LinkError-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LinkError-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@1x.png new file mode 100644 index 000000000..5dfbaa348 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@2x.png new file mode 100644 index 000000000..18c7d9705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@3x.png new file mode 100644 index 000000000..89e3030f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError24.imageset/LinkError-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/Contents.json new file mode 100644 index 000000000..36d1c894c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LinkError-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LinkError-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LinkError-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@1x.png new file mode 100644 index 000000000..adca4f3ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@2x.png new file mode 100644 index 000000000..529b3981d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@3x.png new file mode 100644 index 000000000..109ece6c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LinkError36.imageset/LinkError-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/Contents.json new file mode 100644 index 000000000..1af9e10de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ListView-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ListView-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ListView-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@1x.png new file mode 100644 index 000000000..831ded03e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@2x.png new file mode 100644 index 000000000..93ce2c6aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@3x.png new file mode 100644 index 000000000..359f26816 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView16.imageset/ListView-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/Contents.json new file mode 100644 index 000000000..b9e93bf56 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ListView-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ListView-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ListView-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@1x.png new file mode 100644 index 000000000..3a5432e69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@2x.png new file mode 100644 index 000000000..916a22371 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@3x.png new file mode 100644 index 000000000..c9545d7f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView24.imageset/ListView-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/Contents.json new file mode 100644 index 000000000..a91a1dcde --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ListView-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ListView-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ListView-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@1x.png new file mode 100644 index 000000000..f1694a37b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@2x.png new file mode 100644 index 000000000..1c4831318 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@3x.png new file mode 100644 index 000000000..2b3b4a8ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ListView36.imageset/ListView-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/Contents.json new file mode 100644 index 000000000..ff76d28d0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@1x.png new file mode 100644 index 000000000..8e44476a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@2x.png new file mode 100644 index 000000000..41ac72f61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@3x.png new file mode 100644 index 000000000..903cfe820 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill16.imageset/LocationArrowFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/Contents.json new file mode 100644 index 000000000..cda9bce19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@1x.png new file mode 100644 index 000000000..8389adf86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@2x.png new file mode 100644 index 000000000..1aadb84e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@3x.png new file mode 100644 index 000000000..186dd6a14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill24.imageset/LocationArrowFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/Contents.json new file mode 100644 index 000000000..e1f3075ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@1x.png new file mode 100644 index 000000000..7ef401768 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@2x.png new file mode 100644 index 000000000..8aefca523 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@3x.png new file mode 100644 index 000000000..d92b13146 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowFill36.imageset/LocationArrowFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/Contents.json new file mode 100644 index 000000000..1fcc9b9da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@1x.png new file mode 100644 index 000000000..c0e54e43c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@2x.png new file mode 100644 index 000000000..1ee2d08db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@3x.png new file mode 100644 index 000000000..f09c41572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline16.imageset/LocationArrowOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/Contents.json new file mode 100644 index 000000000..bdb175c1b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@1x.png new file mode 100644 index 000000000..4c7852291 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@2x.png new file mode 100644 index 000000000..151d56903 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@3x.png new file mode 100644 index 000000000..9f5635cf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline24.imageset/LocationArrowOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/Contents.json new file mode 100644 index 000000000..c823e9f8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationArrowOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationArrowOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationArrowOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@1x.png new file mode 100644 index 000000000..917e8c584 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@2x.png new file mode 100644 index 000000000..3544a6a35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@3x.png new file mode 100644 index 000000000..65a284d7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationArrowOutline36.imageset/LocationArrowOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/Contents.json new file mode 100644 index 000000000..9ef8de9f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@1x.png new file mode 100644 index 000000000..18fa374a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@2x.png new file mode 100644 index 000000000..40045acce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@3x.png new file mode 100644 index 000000000..28bae2516 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill16.imageset/LocationPinFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/Contents.json new file mode 100644 index 000000000..69b025dd2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@1x.png new file mode 100644 index 000000000..bb3497a8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@2x.png new file mode 100644 index 000000000..270f3a482 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@3x.png new file mode 100644 index 000000000..a26d6c5a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill24.imageset/LocationPinFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/Contents.json new file mode 100644 index 000000000..7e84022cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@1x.png new file mode 100644 index 000000000..01edd6e98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@2x.png new file mode 100644 index 000000000..c91fb1618 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@3x.png new file mode 100644 index 000000000..20507f766 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinFill36.imageset/LocationPinFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/Contents.json new file mode 100644 index 000000000..237bdef64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@1x.png new file mode 100644 index 000000000..c2868e266 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@2x.png new file mode 100644 index 000000000..51cca787a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@3x.png new file mode 100644 index 000000000..b34bc3a12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline16.imageset/LocationPinOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/Contents.json new file mode 100644 index 000000000..14a7f35c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@1x.png new file mode 100644 index 000000000..31d8e00a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@2x.png new file mode 100644 index 000000000..61e1d160c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@3x.png new file mode 100644 index 000000000..e81b2cf9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline24.imageset/LocationPinOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/Contents.json new file mode 100644 index 000000000..4b04f57ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPinOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPinOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPinOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@1x.png new file mode 100644 index 000000000..bc6086c38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@2x.png new file mode 100644 index 000000000..f63066694 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@3x.png new file mode 100644 index 000000000..4047419b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPinOutline36.imageset/LocationPinOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/Contents.json new file mode 100644 index 000000000..1426e818f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@1x.png new file mode 100644 index 000000000..5337374a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@2x.png new file mode 100644 index 000000000..69f8d3187 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@3x.png new file mode 100644 index 000000000..5ef9a2703 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill16.imageset/LocationPointFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/Contents.json new file mode 100644 index 000000000..269bb8763 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@1x.png new file mode 100644 index 000000000..fad616dff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@2x.png new file mode 100644 index 000000000..c25a9d98d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@3x.png new file mode 100644 index 000000000..2ee420b4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill24.imageset/LocationPointFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/Contents.json new file mode 100644 index 000000000..10d811fa7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@1x.png new file mode 100644 index 000000000..fc9b72c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@2x.png new file mode 100644 index 000000000..803af0084 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@3x.png new file mode 100644 index 000000000..81af31ca9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointFill36.imageset/LocationPointFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/Contents.json new file mode 100644 index 000000000..72e994a28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@1x.png new file mode 100644 index 000000000..be174b5a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@2x.png new file mode 100644 index 000000000..3454765f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@3x.png new file mode 100644 index 000000000..2d1a3a4bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline16.imageset/LocationPointOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/Contents.json new file mode 100644 index 000000000..7780249c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@1x.png new file mode 100644 index 000000000..2622a038b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@2x.png new file mode 100644 index 000000000..073d4db29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@3x.png new file mode 100644 index 000000000..cf014a7ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline24.imageset/LocationPointOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/Contents.json new file mode 100644 index 000000000..93e2a3480 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LocationPointOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LocationPointOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LocationPointOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@1x.png new file mode 100644 index 000000000..804fe3234 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@2x.png new file mode 100644 index 000000000..07b6f2a08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@3x.png new file mode 100644 index 000000000..a9793d2ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LocationPointOutline36.imageset/LocationPointOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/Contents.json new file mode 100644 index 000000000..c6c90363c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@1x.png new file mode 100644 index 000000000..b16012844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@2x.png new file mode 100644 index 000000000..56866bcce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@3x.png new file mode 100644 index 000000000..d73705789 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill16.imageset/LockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/Contents.json new file mode 100644 index 000000000..d776fce0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@1x.png new file mode 100644 index 000000000..fa8845a9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@2x.png new file mode 100644 index 000000000..50457b53f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@3x.png new file mode 100644 index 000000000..4c61cdc96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill24.imageset/LockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/Contents.json new file mode 100644 index 000000000..3abffebf1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@1x.png new file mode 100644 index 000000000..76693de24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@2x.png new file mode 100644 index 000000000..272d6cf3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@3x.png new file mode 100644 index 000000000..fe2278432 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockFill36.imageset/LockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/Contents.json new file mode 100644 index 000000000..a4a135317 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@1x.png new file mode 100644 index 000000000..fc4d16df9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@2x.png new file mode 100644 index 000000000..237b5b17c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@3x.png new file mode 100644 index 000000000..2cfa31741 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill16.imageset/LockOpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/Contents.json new file mode 100644 index 000000000..ee8419005 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@1x.png new file mode 100644 index 000000000..f4942736a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@2x.png new file mode 100644 index 000000000..1f196b8a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@3x.png new file mode 100644 index 000000000..cfb60ed8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill24.imageset/LockOpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/Contents.json new file mode 100644 index 000000000..288c712d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@1x.png new file mode 100644 index 000000000..eac45f378 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@2x.png new file mode 100644 index 000000000..a5fffff1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@3x.png new file mode 100644 index 000000000..ce2fed00c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenFill36.imageset/LockOpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..07f24c548 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@1x.png new file mode 100644 index 000000000..c1cc877b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@2x.png new file mode 100644 index 000000000..35cf7729e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@3x.png new file mode 100644 index 000000000..f80cb9dce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline16.imageset/LockOpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..7696989fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@1x.png new file mode 100644 index 000000000..2e8fcca50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@2x.png new file mode 100644 index 000000000..6a5659922 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@3x.png new file mode 100644 index 000000000..434f4b764 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline24.imageset/LockOpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..b2924beac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@1x.png new file mode 100644 index 000000000..6c6c6db73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@2x.png new file mode 100644 index 000000000..49be028e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@3x.png new file mode 100644 index 000000000..9681ae33c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOpenOutline36.imageset/LockOpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/Contents.json new file mode 100644 index 000000000..ff203dc61 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@1x.png new file mode 100644 index 000000000..6df279580 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@2x.png new file mode 100644 index 000000000..9360a4a7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@3x.png new file mode 100644 index 000000000..d92adfd2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline16.imageset/LockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/Contents.json new file mode 100644 index 000000000..9abd01d81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@1x.png new file mode 100644 index 000000000..58f173b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@2x.png new file mode 100644 index 000000000..17822f957 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@3x.png new file mode 100644 index 000000000..b92c81ceb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline24.imageset/LockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/Contents.json new file mode 100644 index 000000000..ec97922b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "LockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "LockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "LockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@1x.png new file mode 100644 index 000000000..36e4dc6e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@2x.png new file mode 100644 index 000000000..10a4fc082 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@3x.png new file mode 100644 index 000000000..24e5aac19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/LockOutline36.imageset/LockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Contents.json new file mode 100644 index 000000000..97a21a484 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Login-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Login-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Login-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@1x.png new file mode 100644 index 000000000..5545fce15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@2x.png new file mode 100644 index 000000000..6c8a97b32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@3x.png new file mode 100644 index 000000000..43535513a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login16.imageset/Login-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Contents.json new file mode 100644 index 000000000..712252ab6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Login-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Login-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Login-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@1x.png new file mode 100644 index 000000000..a83cd2a2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@2x.png new file mode 100644 index 000000000..a0e2acc39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@3x.png new file mode 100644 index 000000000..88c5b3cad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login24.imageset/Login-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Contents.json new file mode 100644 index 000000000..6b7957396 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Login-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Login-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Login-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@1x.png new file mode 100644 index 000000000..038a9ffbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@2x.png new file mode 100644 index 000000000..eb74834d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@3x.png new file mode 100644 index 000000000..4cb3b801e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Login36.imageset/Login-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Contents.json new file mode 100644 index 000000000..7a66ff45b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Logout-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Logout-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Logout-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@1x.png new file mode 100644 index 000000000..0379cefc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@2x.png new file mode 100644 index 000000000..ba33fb18f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@3x.png new file mode 100644 index 000000000..ad919fc06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout16.imageset/Logout-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Contents.json new file mode 100644 index 000000000..2fd8f63db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Logout-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Logout-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Logout-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@1x.png new file mode 100644 index 000000000..a17e2c35c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@2x.png new file mode 100644 index 000000000..6c0be323f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@3x.png new file mode 100644 index 000000000..92e3d226a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout24.imageset/Logout-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Contents.json new file mode 100644 index 000000000..0c1343a00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Logout-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Logout-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Logout-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@1x.png new file mode 100644 index 000000000..7dfe04c6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@2x.png new file mode 100644 index 000000000..2c740f832 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@3x.png new file mode 100644 index 000000000..e0cdfa551 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Logout36.imageset/Logout-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Contents.json new file mode 100644 index 000000000..3360926f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Magic-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Magic-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Magic-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@1x.png new file mode 100644 index 000000000..a76fdc74a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@2x.png new file mode 100644 index 000000000..984790a0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@3x.png new file mode 100644 index 000000000..eb37068ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic16.imageset/Magic-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Contents.json new file mode 100644 index 000000000..db0dad73c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Magic-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Magic-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Magic-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@1x.png new file mode 100644 index 000000000..96e9dc0cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@2x.png new file mode 100644 index 000000000..c7d56cc84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@3x.png new file mode 100644 index 000000000..efd211bf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic24.imageset/Magic-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Contents.json new file mode 100644 index 000000000..323c60183 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Magic-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Magic-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Magic-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@1x.png new file mode 100644 index 000000000..78e00596a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@2x.png new file mode 100644 index 000000000..f7c8ceb6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@3x.png new file mode 100644 index 000000000..9ad70fc9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Magic36.imageset/Magic-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/Contents.json new file mode 100644 index 000000000..519d14a08 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@1x.png new file mode 100644 index 000000000..0de67c87c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@2x.png new file mode 100644 index 000000000..2d2f09aaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@3x.png new file mode 100644 index 000000000..1741c7682 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill16.imageset/MagicDailyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/Contents.json new file mode 100644 index 000000000..8b22701b1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@1x.png new file mode 100644 index 000000000..511fc345a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@2x.png new file mode 100644 index 000000000..e7eeea744 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@3x.png new file mode 100644 index 000000000..16de7a3f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill24.imageset/MagicDailyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/Contents.json new file mode 100644 index 000000000..fa5744d70 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@1x.png new file mode 100644 index 000000000..d977ec984 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@2x.png new file mode 100644 index 000000000..02b6ccc87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@3x.png new file mode 100644 index 000000000..81dd3bdc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyFill36.imageset/MagicDailyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/Contents.json new file mode 100644 index 000000000..5ad45631c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@1x.png new file mode 100644 index 000000000..f52760d52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@2x.png new file mode 100644 index 000000000..33b49661f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@3x.png new file mode 100644 index 000000000..1bcbf4ccf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline16.imageset/MagicDailyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/Contents.json new file mode 100644 index 000000000..a52bc418c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@1x.png new file mode 100644 index 000000000..e8a7ea856 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@2x.png new file mode 100644 index 000000000..023c58443 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@3x.png new file mode 100644 index 000000000..e3729164c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline24.imageset/MagicDailyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/Contents.json new file mode 100644 index 000000000..dd8f48d24 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicDailyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicDailyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicDailyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@1x.png new file mode 100644 index 000000000..e1760d005 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@2x.png new file mode 100644 index 000000000..ec2180098 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@3x.png new file mode 100644 index 000000000..37b9226c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicDailyOutline36.imageset/MagicDailyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/Contents.json new file mode 100644 index 000000000..6e9eb648b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicWand-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicWand-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicWand-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@1x.png new file mode 100644 index 000000000..331168fd1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@2x.png new file mode 100644 index 000000000..11f0b9e2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@3x.png new file mode 100644 index 000000000..9cae6a268 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand16.imageset/MagicWand-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/Contents.json new file mode 100644 index 000000000..3b26c5106 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicWand-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicWand-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicWand-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@1x.png new file mode 100644 index 000000000..22c2411bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@2x.png new file mode 100644 index 000000000..e270e76c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@3x.png new file mode 100644 index 000000000..c31924478 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand24.imageset/MagicWand-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/Contents.json new file mode 100644 index 000000000..5bb291d90 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MagicWand-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MagicWand-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MagicWand-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@1x.png new file mode 100644 index 000000000..b58974bb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@2x.png new file mode 100644 index 000000000..522d2bed6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@3x.png new file mode 100644 index 000000000..34bd3cb3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MagicWand36.imageset/MagicWand-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/Contents.json new file mode 100644 index 000000000..8953bcf7f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@1x.png new file mode 100644 index 000000000..5cb6a6fd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@2x.png new file mode 100644 index 000000000..66d5f6515 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@3x.png new file mode 100644 index 000000000..f2bbabc6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill16.imageset/MailClosedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/Contents.json new file mode 100644 index 000000000..ae1c2ed0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@1x.png new file mode 100644 index 000000000..89cd0e0e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@2x.png new file mode 100644 index 000000000..15720589e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@3x.png new file mode 100644 index 000000000..b8b065254 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill24.imageset/MailClosedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/Contents.json new file mode 100644 index 000000000..d856db6de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@1x.png new file mode 100644 index 000000000..19ea8378c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@2x.png new file mode 100644 index 000000000..863c782d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@3x.png new file mode 100644 index 000000000..028548e78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedFill36.imageset/MailClosedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/Contents.json new file mode 100644 index 000000000..afc365971 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@1x.png new file mode 100644 index 000000000..53d5c9a9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@2x.png new file mode 100644 index 000000000..ba972d6f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@3x.png new file mode 100644 index 000000000..49f874f2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline16.imageset/MailClosedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/Contents.json new file mode 100644 index 000000000..25dbf869b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@1x.png new file mode 100644 index 000000000..97d4d573c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@2x.png new file mode 100644 index 000000000..0a5c2dbff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@3x.png new file mode 100644 index 000000000..cc85b0209 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline24.imageset/MailClosedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/Contents.json new file mode 100644 index 000000000..886ed7fa0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailClosedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailClosedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailClosedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@1x.png new file mode 100644 index 000000000..d64fa6495 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@2x.png new file mode 100644 index 000000000..edf2e9fa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@3x.png new file mode 100644 index 000000000..6c878c2f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailClosedOutline36.imageset/MailClosedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..4bf402f16 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@1x.png new file mode 100644 index 000000000..9c62ffbf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@2x.png new file mode 100644 index 000000000..60b32c197 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@3x.png new file mode 100644 index 000000000..c13993bb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill16.imageset/MailErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..334284c1c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@1x.png new file mode 100644 index 000000000..3dd8a8d68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@2x.png new file mode 100644 index 000000000..756d401f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@3x.png new file mode 100644 index 000000000..ef378531d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill24.imageset/MailErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..f8e5b954c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@1x.png new file mode 100644 index 000000000..fda80fc30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@2x.png new file mode 100644 index 000000000..cd9819ea9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@3x.png new file mode 100644 index 000000000..16831d453 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorFill36.imageset/MailErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..e4bb293c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@1x.png new file mode 100644 index 000000000..a385321c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@2x.png new file mode 100644 index 000000000..e0260d629 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@3x.png new file mode 100644 index 000000000..4e2f22be2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline16.imageset/MailErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..866600e99 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@1x.png new file mode 100644 index 000000000..930e1b67f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@2x.png new file mode 100644 index 000000000..bbdf01112 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@3x.png new file mode 100644 index 000000000..31db26ce0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline24.imageset/MailErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..86e6116ff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@1x.png new file mode 100644 index 000000000..43f28a1bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@2x.png new file mode 100644 index 000000000..4fdb18c7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@3x.png new file mode 100644 index 000000000..3d1cdb506 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailErrorOutline36.imageset/MailErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/Contents.json new file mode 100644 index 000000000..8fe2599e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@1x.png new file mode 100644 index 000000000..444d21139 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@2x.png new file mode 100644 index 000000000..b040824a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@3x.png new file mode 100644 index 000000000..1d86f79b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill16.imageset/MailFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/Contents.json new file mode 100644 index 000000000..8bb9ad5a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@1x.png new file mode 100644 index 000000000..990e557ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@2x.png new file mode 100644 index 000000000..33be93176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@3x.png new file mode 100644 index 000000000..9b9893900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill24.imageset/MailFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/Contents.json new file mode 100644 index 000000000..78accad58 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@1x.png new file mode 100644 index 000000000..a259a46a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@2x.png new file mode 100644 index 000000000..9c9b8982e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@3x.png new file mode 100644 index 000000000..8d6c7a0e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailFill36.imageset/MailFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/Contents.json new file mode 100644 index 000000000..2d28576d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@1x.png new file mode 100644 index 000000000..feed12258 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@2x.png new file mode 100644 index 000000000..1cf89e01d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@3x.png new file mode 100644 index 000000000..66202fe73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill16.imageset/MailOpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/Contents.json new file mode 100644 index 000000000..7eda5dc23 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@1x.png new file mode 100644 index 000000000..c7c3d9011 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@2x.png new file mode 100644 index 000000000..21f89fe85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@3x.png new file mode 100644 index 000000000..4f1e0298e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill24.imageset/MailOpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/Contents.json new file mode 100644 index 000000000..9dda1f537 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@1x.png new file mode 100644 index 000000000..2a0caa4c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@2x.png new file mode 100644 index 000000000..2a6274069 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@3x.png new file mode 100644 index 000000000..1eb7196d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenFill36.imageset/MailOpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..a16f45fe7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@1x.png new file mode 100644 index 000000000..e6d36396b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@2x.png new file mode 100644 index 000000000..c6e9cd434 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@3x.png new file mode 100644 index 000000000..7a979042b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline16.imageset/MailOpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..054e56ee5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@1x.png new file mode 100644 index 000000000..5b9e4d8a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@2x.png new file mode 100644 index 000000000..2a63d11db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@3x.png new file mode 100644 index 000000000..e8682c6e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline24.imageset/MailOpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..8c98b7183 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@1x.png new file mode 100644 index 000000000..3a2c21377 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@2x.png new file mode 100644 index 000000000..4f181d4f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@3x.png new file mode 100644 index 000000000..ed4c7bff8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOpenOutline36.imageset/MailOpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/Contents.json new file mode 100644 index 000000000..b1ecd10f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@1x.png new file mode 100644 index 000000000..e761ef29c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@2x.png new file mode 100644 index 000000000..08a37fb72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@3x.png new file mode 100644 index 000000000..03cd374dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline16.imageset/MailOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/Contents.json new file mode 100644 index 000000000..001dd163f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@1x.png new file mode 100644 index 000000000..bbe4b7deb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@2x.png new file mode 100644 index 000000000..f92a23afc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@3x.png new file mode 100644 index 000000000..30796b250 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline24.imageset/MailOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/Contents.json new file mode 100644 index 000000000..e423b08aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@1x.png new file mode 100644 index 000000000..2d90ac368 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@2x.png new file mode 100644 index 000000000..9a76434a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@3x.png new file mode 100644 index 000000000..b45e3e0b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailOutline36.imageset/MailOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/Contents.json new file mode 100644 index 000000000..4bc1569a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@1x.png new file mode 100644 index 000000000..0879fc259 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@2x.png new file mode 100644 index 000000000..fbdec8234 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@3x.png new file mode 100644 index 000000000..47d84a0fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill16.imageset/MailPlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/Contents.json new file mode 100644 index 000000000..17b451079 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@1x.png new file mode 100644 index 000000000..74a9a214a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@2x.png new file mode 100644 index 000000000..149556439 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@3x.png new file mode 100644 index 000000000..07e260dee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill24.imageset/MailPlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/Contents.json new file mode 100644 index 000000000..aa55bd633 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@1x.png new file mode 100644 index 000000000..75ee72dda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@2x.png new file mode 100644 index 000000000..31665f5e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@3x.png new file mode 100644 index 000000000..e4ecbfa6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusFill36.imageset/MailPlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..91825290a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@1x.png new file mode 100644 index 000000000..55373ad6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@2x.png new file mode 100644 index 000000000..5d99915dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@3x.png new file mode 100644 index 000000000..6bd433521 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline16.imageset/MailPlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..818cacc6f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@1x.png new file mode 100644 index 000000000..949140b51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@2x.png new file mode 100644 index 000000000..21b54e3dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@3x.png new file mode 100644 index 000000000..8b9ec6593 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline24.imageset/MailPlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..55f086704 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailPlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailPlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailPlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@1x.png new file mode 100644 index 000000000..9714e7a34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@2x.png new file mode 100644 index 000000000..0a1af2ccb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@3x.png new file mode 100644 index 000000000..eb4548c1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailPlusOutline36.imageset/MailPlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/Contents.json new file mode 100644 index 000000000..a37353abb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@1x.png new file mode 100644 index 000000000..67528dd38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@2x.png new file mode 100644 index 000000000..9a160f4b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@3x.png new file mode 100644 index 000000000..13fcf7749 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill16.imageset/MailTrayFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/Contents.json new file mode 100644 index 000000000..b6e3bafda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@1x.png new file mode 100644 index 000000000..380447cdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@2x.png new file mode 100644 index 000000000..1266ee7bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@3x.png new file mode 100644 index 000000000..e0232ab47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill24.imageset/MailTrayFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/Contents.json new file mode 100644 index 000000000..f6f7cf66b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@1x.png new file mode 100644 index 000000000..af2ec05b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@2x.png new file mode 100644 index 000000000..097b4d331 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@3x.png new file mode 100644 index 000000000..df688c784 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayFill36.imageset/MailTrayFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/Contents.json new file mode 100644 index 000000000..63b15b178 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@1x.png new file mode 100644 index 000000000..cd55bd674 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@2x.png new file mode 100644 index 000000000..b2d83d477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@3x.png new file mode 100644 index 000000000..cd8af16f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline16.imageset/MailTrayOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/Contents.json new file mode 100644 index 000000000..f278b6091 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@1x.png new file mode 100644 index 000000000..25d81a7b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@2x.png new file mode 100644 index 000000000..54ef65e94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@3x.png new file mode 100644 index 000000000..bdbdff2b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline24.imageset/MailTrayOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/Contents.json new file mode 100644 index 000000000..e11dc9aad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailTrayOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailTrayOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailTrayOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@1x.png new file mode 100644 index 000000000..7526a572a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@2x.png new file mode 100644 index 000000000..a6e54014e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@3x.png new file mode 100644 index 000000000..9befcf1b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailTrayOutline36.imageset/MailTrayOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/Contents.json new file mode 100644 index 000000000..809776131 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@1x.png new file mode 100644 index 000000000..53b12dbde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@2x.png new file mode 100644 index 000000000..b110a3c73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@3x.png new file mode 100644 index 000000000..da8671240 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill16.imageset/MailWavesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/Contents.json new file mode 100644 index 000000000..d1e63c1d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@1x.png new file mode 100644 index 000000000..1db9a129a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@2x.png new file mode 100644 index 000000000..244f8da72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@3x.png new file mode 100644 index 000000000..eea8f459d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill24.imageset/MailWavesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/Contents.json new file mode 100644 index 000000000..1f603720f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@1x.png new file mode 100644 index 000000000..effa8196d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@2x.png new file mode 100644 index 000000000..aae3b500c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@3x.png new file mode 100644 index 000000000..046650625 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesFill36.imageset/MailWavesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/Contents.json new file mode 100644 index 000000000..224777474 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@1x.png new file mode 100644 index 000000000..1b397b272 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@2x.png new file mode 100644 index 000000000..0e8f19639 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@3x.png new file mode 100644 index 000000000..4bfd5f379 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline16.imageset/MailWavesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/Contents.json new file mode 100644 index 000000000..f8ea2e93a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@1x.png new file mode 100644 index 000000000..1c6f7525a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@2x.png new file mode 100644 index 000000000..1378530e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@3x.png new file mode 100644 index 000000000..7c1746c5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline24.imageset/MailWavesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/Contents.json new file mode 100644 index 000000000..d7fbb5b11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MailWavesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MailWavesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MailWavesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@1x.png new file mode 100644 index 000000000..32b4b2524 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@2x.png new file mode 100644 index 000000000..96b92f688 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@3x.png new file mode 100644 index 000000000..e6fce137b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MailWavesOutline36.imageset/MailWavesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/Contents.json new file mode 100644 index 000000000..c4cb737a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@1x.png new file mode 100644 index 000000000..e458ff7a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@2x.png new file mode 100644 index 000000000..59c160098 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@3x.png new file mode 100644 index 000000000..c6221daa7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill16.imageset/MapFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/Contents.json new file mode 100644 index 000000000..5124ae358 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@1x.png new file mode 100644 index 000000000..3d286d379 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@2x.png new file mode 100644 index 000000000..6c8b4350d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@3x.png new file mode 100644 index 000000000..edf5dee7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill24.imageset/MapFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/Contents.json new file mode 100644 index 000000000..b7b048e29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@1x.png new file mode 100644 index 000000000..d4e7fe1f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@2x.png new file mode 100644 index 000000000..bf00607d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@3x.png new file mode 100644 index 000000000..1dd9bedf3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapFill36.imageset/MapFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/Contents.json new file mode 100644 index 000000000..558ede4e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@1x.png new file mode 100644 index 000000000..12f5ae0e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@2x.png new file mode 100644 index 000000000..b876b408d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@3x.png new file mode 100644 index 000000000..7cfd43861 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline16.imageset/MapOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/Contents.json new file mode 100644 index 000000000..d11afcee6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@1x.png new file mode 100644 index 000000000..4898a8022 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@2x.png new file mode 100644 index 000000000..f0795c34b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@3x.png new file mode 100644 index 000000000..5d6dc0c4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline24.imageset/MapOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/Contents.json new file mode 100644 index 000000000..17d8cdfc1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MapOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MapOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MapOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@1x.png new file mode 100644 index 000000000..e215fcfbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@2x.png new file mode 100644 index 000000000..ae9f2726a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@3x.png new file mode 100644 index 000000000..6d4ad258b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MapOutline36.imageset/MapOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/Contents.json new file mode 100644 index 000000000..f471336ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@1x.png new file mode 100644 index 000000000..edafdd94a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@2x.png new file mode 100644 index 000000000..c0bca8950 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@3x.png new file mode 100644 index 000000000..179c246ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill16.imageset/MarkerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/Contents.json new file mode 100644 index 000000000..d007a1a94 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@1x.png new file mode 100644 index 000000000..ce3fa54db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@2x.png new file mode 100644 index 000000000..8bbb3bcd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@3x.png new file mode 100644 index 000000000..f06b389a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill24.imageset/MarkerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/Contents.json new file mode 100644 index 000000000..877f52c18 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@1x.png new file mode 100644 index 000000000..d29f24892 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@2x.png new file mode 100644 index 000000000..1a2374280 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@3x.png new file mode 100644 index 000000000..0b7d62228 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerFill36.imageset/MarkerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/Contents.json new file mode 100644 index 000000000..a8de85dd7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@1x.png new file mode 100644 index 000000000..acb0282ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@2x.png new file mode 100644 index 000000000..463560fdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@3x.png new file mode 100644 index 000000000..7d789cc9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline16.imageset/MarkerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/Contents.json new file mode 100644 index 000000000..8163a760a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@1x.png new file mode 100644 index 000000000..a4b882680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@2x.png new file mode 100644 index 000000000..e418b8057 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@3x.png new file mode 100644 index 000000000..df7f64413 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline24.imageset/MarkerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/Contents.json new file mode 100644 index 000000000..566e4665e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MarkerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MarkerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MarkerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@1x.png new file mode 100644 index 000000000..78935aeb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@2x.png new file mode 100644 index 000000000..67dd48d62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@3x.png new file mode 100644 index 000000000..9d5cc906d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MarkerOutline36.imageset/MarkerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/Contents.json new file mode 100644 index 000000000..5f130140b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@1x.png new file mode 100644 index 000000000..c39319cc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@2x.png new file mode 100644 index 000000000..116e6a1fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@3x.png new file mode 100644 index 000000000..67c7d5f1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill16.imageset/MaskFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/Contents.json new file mode 100644 index 000000000..93a0f327e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@1x.png new file mode 100644 index 000000000..efb606639 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@2x.png new file mode 100644 index 000000000..cce38e013 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@3x.png new file mode 100644 index 000000000..6382e52f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill24.imageset/MaskFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/Contents.json new file mode 100644 index 000000000..cbb6b187c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@1x.png new file mode 100644 index 000000000..9a627b799 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@2x.png new file mode 100644 index 000000000..f63890e1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@3x.png new file mode 100644 index 000000000..e39108b4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskFill36.imageset/MaskFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/Contents.json new file mode 100644 index 000000000..5695e54b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@1x.png new file mode 100644 index 000000000..c952f8817 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@2x.png new file mode 100644 index 000000000..b5034d470 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@3x.png new file mode 100644 index 000000000..90fcc4095 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline16.imageset/MaskOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/Contents.json new file mode 100644 index 000000000..4ca8f2ecd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@1x.png new file mode 100644 index 000000000..c049a2831 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@2x.png new file mode 100644 index 000000000..cf2bb1955 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@3x.png new file mode 100644 index 000000000..54c65b726 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline24.imageset/MaskOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/Contents.json new file mode 100644 index 000000000..3c05c18f0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MaskOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MaskOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MaskOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@1x.png new file mode 100644 index 000000000..3dfb4b927 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@2x.png new file mode 100644 index 000000000..7c8db6820 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@3x.png new file mode 100644 index 000000000..727b2dae6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MaskOutline36.imageset/MaskOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Contents.json new file mode 100644 index 000000000..e565d4eda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mastercard-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mastercard-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mastercard-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@1x.png new file mode 100644 index 000000000..962563dbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@2x.png new file mode 100644 index 000000000..40b972054 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@3x.png new file mode 100644 index 000000000..192a284ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard16.imageset/Mastercard-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Contents.json new file mode 100644 index 000000000..81bd4316d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mastercard-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mastercard-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mastercard-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@1x.png new file mode 100644 index 000000000..a8a3f7752 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@2x.png new file mode 100644 index 000000000..472222884 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@3x.png new file mode 100644 index 000000000..fd1e636b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard24.imageset/Mastercard-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Contents.json new file mode 100644 index 000000000..40f997240 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mastercard-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mastercard-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mastercard-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@1x.png new file mode 100644 index 000000000..3940801bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@2x.png new file mode 100644 index 000000000..75efe9c52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@3x.png new file mode 100644 index 000000000..bf822416a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mastercard36.imageset/Mastercard-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/Contents.json new file mode 100644 index 000000000..ddb3b3273 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@1x.png new file mode 100644 index 000000000..e7f7900fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@2x.png new file mode 100644 index 000000000..3ed31693c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@3x.png new file mode 100644 index 000000000..e86dd0597 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill16.imageset/MegaphoneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/Contents.json new file mode 100644 index 000000000..a212951e7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@1x.png new file mode 100644 index 000000000..a05b9d332 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@2x.png new file mode 100644 index 000000000..685cacf85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@3x.png new file mode 100644 index 000000000..276479590 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill24.imageset/MegaphoneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/Contents.json new file mode 100644 index 000000000..b3f6c8dd2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@1x.png new file mode 100644 index 000000000..20d0bd545 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@2x.png new file mode 100644 index 000000000..c42007f83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@3x.png new file mode 100644 index 000000000..9ffe82a23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneFill36.imageset/MegaphoneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/Contents.json new file mode 100644 index 000000000..b937b9d7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@1x.png new file mode 100644 index 000000000..a69092328 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@2x.png new file mode 100644 index 000000000..490a042f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@3x.png new file mode 100644 index 000000000..19e475d29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill16.imageset/MegaphoneLoudFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/Contents.json new file mode 100644 index 000000000..37accfc5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@1x.png new file mode 100644 index 000000000..a08b6468f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@2x.png new file mode 100644 index 000000000..d4c4f5469 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@3x.png new file mode 100644 index 000000000..a24ad7041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill24.imageset/MegaphoneLoudFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/Contents.json new file mode 100644 index 000000000..8125973ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@1x.png new file mode 100644 index 000000000..f99ea2bd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@2x.png new file mode 100644 index 000000000..90ae22c30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@3x.png new file mode 100644 index 000000000..c3fec80fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudFill36.imageset/MegaphoneLoudFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/Contents.json new file mode 100644 index 000000000..72960b280 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@1x.png new file mode 100644 index 000000000..e593a47a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@2x.png new file mode 100644 index 000000000..2b5cb8976 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@3x.png new file mode 100644 index 000000000..334d2844c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline16.imageset/MegaphoneLoudOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/Contents.json new file mode 100644 index 000000000..51398206c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@1x.png new file mode 100644 index 000000000..633145035 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@2x.png new file mode 100644 index 000000000..31f5a91d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@3x.png new file mode 100644 index 000000000..d1256895c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline24.imageset/MegaphoneLoudOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/Contents.json new file mode 100644 index 000000000..d6300fa63 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneLoudOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@1x.png new file mode 100644 index 000000000..1af0d259a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@2x.png new file mode 100644 index 000000000..0702aa176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@3x.png new file mode 100644 index 000000000..f91881d24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneLoudOutline36.imageset/MegaphoneLoudOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/Contents.json new file mode 100644 index 000000000..501bb1802 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@1x.png new file mode 100644 index 000000000..a67c552d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@2x.png new file mode 100644 index 000000000..1982655bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@3x.png new file mode 100644 index 000000000..d098130e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline16.imageset/MegaphoneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/Contents.json new file mode 100644 index 000000000..956c03f55 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@1x.png new file mode 100644 index 000000000..43a331cae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@2x.png new file mode 100644 index 000000000..f577422d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@3x.png new file mode 100644 index 000000000..43ea923ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline24.imageset/MegaphoneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/Contents.json new file mode 100644 index 000000000..8847830ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MegaphoneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MegaphoneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MegaphoneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@1x.png new file mode 100644 index 000000000..fcf963062 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@2x.png new file mode 100644 index 000000000..6c68ee779 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@3x.png new file mode 100644 index 000000000..23605a506 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MegaphoneOutline36.imageset/MegaphoneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Contents.json new file mode 100644 index 000000000..0ba9bc006 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mention-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mention-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mention-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@1x.png new file mode 100644 index 000000000..8f6fa5ed9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@2x.png new file mode 100644 index 000000000..3530c8c29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@3x.png new file mode 100644 index 000000000..5a4d5aaac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention16.imageset/Mention-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Contents.json new file mode 100644 index 000000000..6bf8b49ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mention-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mention-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mention-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@1x.png new file mode 100644 index 000000000..93629c6e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@2x.png new file mode 100644 index 000000000..3c853f9df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@3x.png new file mode 100644 index 000000000..8034c265d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention24.imageset/Mention-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Contents.json new file mode 100644 index 000000000..115b6b3fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mention-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mention-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mention-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@1x.png new file mode 100644 index 000000000..ea10076f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@2x.png new file mode 100644 index 000000000..7f06dcfd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@3x.png new file mode 100644 index 000000000..2febbcd74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mention36.imageset/Mention-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Contents.json new file mode 100644 index 000000000..090fc44e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Menu-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Menu-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Menu-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@1x.png new file mode 100644 index 000000000..9a3db5fa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@2x.png new file mode 100644 index 000000000..0aadca06a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@3x.png new file mode 100644 index 000000000..29142471d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu16.imageset/Menu-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Contents.json new file mode 100644 index 000000000..26c930d8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Menu-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Menu-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Menu-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@1x.png new file mode 100644 index 000000000..ecb6405dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@2x.png new file mode 100644 index 000000000..5d9b89136 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@3x.png new file mode 100644 index 000000000..16ac58a99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu24.imageset/Menu-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Contents.json new file mode 100644 index 000000000..131c69d94 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Menu-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Menu-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Menu-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@1x.png new file mode 100644 index 000000000..03320dcff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@2x.png new file mode 100644 index 000000000..ab21e18cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@3x.png new file mode 100644 index 000000000..8de9c3973 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Menu36.imageset/Menu-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/Contents.json new file mode 100644 index 000000000..4ff4d67b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@1x.png new file mode 100644 index 000000000..2046665ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@2x.png new file mode 100644 index 000000000..1ef308388 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@3x.png new file mode 100644 index 000000000..ef12576ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill16.imageset/MessageAltFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/Contents.json new file mode 100644 index 000000000..276652792 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@1x.png new file mode 100644 index 000000000..f875b154b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@2x.png new file mode 100644 index 000000000..9d23f1829 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@3x.png new file mode 100644 index 000000000..bf13cb1e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill24.imageset/MessageAltFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/Contents.json new file mode 100644 index 000000000..ee866cfb6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@1x.png new file mode 100644 index 000000000..3867c3013 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@2x.png new file mode 100644 index 000000000..5ffbe3e0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@3x.png new file mode 100644 index 000000000..4de20dc51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltFill36.imageset/MessageAltFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/Contents.json new file mode 100644 index 000000000..b7e3cd986 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@1x.png new file mode 100644 index 000000000..05d5f4423 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@2x.png new file mode 100644 index 000000000..ed0872704 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@3x.png new file mode 100644 index 000000000..01c19b59e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline16.imageset/MessageAltOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/Contents.json new file mode 100644 index 000000000..84f20b631 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@1x.png new file mode 100644 index 000000000..100e63da8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@2x.png new file mode 100644 index 000000000..ec5a272f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@3x.png new file mode 100644 index 000000000..b5c7c2b16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline24.imageset/MessageAltOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/Contents.json new file mode 100644 index 000000000..80f23f981 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAltOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAltOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAltOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@1x.png new file mode 100644 index 000000000..a0e02f4de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@2x.png new file mode 100644 index 000000000..db0d8ea1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@3x.png new file mode 100644 index 000000000..b0d4b7411 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAltOutline36.imageset/MessageAltOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/Contents.json new file mode 100644 index 000000000..000dae25a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@1x.png new file mode 100644 index 000000000..8b39eb141 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@2x.png new file mode 100644 index 000000000..c2b8fc369 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@3x.png new file mode 100644 index 000000000..70db30ca6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill16.imageset/MessageAttentionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/Contents.json new file mode 100644 index 000000000..8a497028e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@1x.png new file mode 100644 index 000000000..791528713 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@2x.png new file mode 100644 index 000000000..959fd07b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@3x.png new file mode 100644 index 000000000..de662a976 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill24.imageset/MessageAttentionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/Contents.json new file mode 100644 index 000000000..02b0e0bab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@1x.png new file mode 100644 index 000000000..c292199dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@2x.png new file mode 100644 index 000000000..404728547 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@3x.png new file mode 100644 index 000000000..582aef18b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionFill36.imageset/MessageAttentionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/Contents.json new file mode 100644 index 000000000..0434c57a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@1x.png new file mode 100644 index 000000000..eb857ed8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@2x.png new file mode 100644 index 000000000..96d836518 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@3x.png new file mode 100644 index 000000000..638d7edd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline16.imageset/MessageAttentionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/Contents.json new file mode 100644 index 000000000..f782afccc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@1x.png new file mode 100644 index 000000000..00da00910 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@2x.png new file mode 100644 index 000000000..7994b27b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@3x.png new file mode 100644 index 000000000..e3cbc86d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline24.imageset/MessageAttentionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/Contents.json new file mode 100644 index 000000000..993fd7694 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageAttentionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageAttentionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageAttentionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@1x.png new file mode 100644 index 000000000..b5d1b6518 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@2x.png new file mode 100644 index 000000000..32b276128 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@3x.png new file mode 100644 index 000000000..5f4cd246e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageAttentionOutline36.imageset/MessageAttentionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/Contents.json new file mode 100644 index 000000000..90556c71e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@1x.png new file mode 100644 index 000000000..824437554 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@2x.png new file mode 100644 index 000000000..9475f2dd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@3x.png new file mode 100644 index 000000000..618a8fcc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill16.imageset/MessageChatFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/Contents.json new file mode 100644 index 000000000..66287fbab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@1x.png new file mode 100644 index 000000000..a04459454 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@2x.png new file mode 100644 index 000000000..ab5c59891 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@3x.png new file mode 100644 index 000000000..c3023f13d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill24.imageset/MessageChatFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/Contents.json new file mode 100644 index 000000000..4816ab8fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@1x.png new file mode 100644 index 000000000..aa73de21d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@2x.png new file mode 100644 index 000000000..41e08e5b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@3x.png new file mode 100644 index 000000000..a77379a4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatFill36.imageset/MessageChatFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/Contents.json new file mode 100644 index 000000000..53efa9bce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@1x.png new file mode 100644 index 000000000..5453ee1cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@2x.png new file mode 100644 index 000000000..7cccb69a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@3x.png new file mode 100644 index 000000000..b8929ef56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline16.imageset/MessageChatOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/Contents.json new file mode 100644 index 000000000..e4fc26315 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@1x.png new file mode 100644 index 000000000..aa2709354 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@2x.png new file mode 100644 index 000000000..32a742628 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@3x.png new file mode 100644 index 000000000..26f8ba221 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline24.imageset/MessageChatOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/Contents.json new file mode 100644 index 000000000..06a7c2fb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageChatOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageChatOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageChatOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@1x.png new file mode 100644 index 000000000..98bb14cb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@2x.png new file mode 100644 index 000000000..47285797a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@3x.png new file mode 100644 index 000000000..d81245cea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageChatOutline36.imageset/MessageChatOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/Contents.json new file mode 100644 index 000000000..9155ea7a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@1x.png new file mode 100644 index 000000000..3d5b5ea49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@2x.png new file mode 100644 index 000000000..fd05aa283 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@3x.png new file mode 100644 index 000000000..a72e31eeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill16.imageset/MessageCloseFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/Contents.json new file mode 100644 index 000000000..b38deb7f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@1x.png new file mode 100644 index 000000000..b3f003cca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@2x.png new file mode 100644 index 000000000..f3e4eaab1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@3x.png new file mode 100644 index 000000000..0338a8cfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill24.imageset/MessageCloseFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/Contents.json new file mode 100644 index 000000000..960683a37 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@1x.png new file mode 100644 index 000000000..cc04fab31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@2x.png new file mode 100644 index 000000000..e401938fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@3x.png new file mode 100644 index 000000000..0eb01b21e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseFill36.imageset/MessageCloseFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/Contents.json new file mode 100644 index 000000000..221af86d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@1x.png new file mode 100644 index 000000000..6d212674c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@2x.png new file mode 100644 index 000000000..8d1c62898 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@3x.png new file mode 100644 index 000000000..d14476168 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline16.imageset/MessageCloseOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/Contents.json new file mode 100644 index 000000000..2f9a26c5c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@1x.png new file mode 100644 index 000000000..3302ece7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@2x.png new file mode 100644 index 000000000..9884edb86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@3x.png new file mode 100644 index 000000000..c49e8bc88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline24.imageset/MessageCloseOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/Contents.json new file mode 100644 index 000000000..96d136620 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageCloseOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageCloseOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageCloseOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@1x.png new file mode 100644 index 000000000..5152ff39c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@2x.png new file mode 100644 index 000000000..5c219bb38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@3x.png new file mode 100644 index 000000000..2c908a69c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageCloseOutline36.imageset/MessageCloseOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/Contents.json new file mode 100644 index 000000000..629c5d6ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@1x.png new file mode 100644 index 000000000..ee4c4cbfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@2x.png new file mode 100644 index 000000000..0d2b8562c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@3x.png new file mode 100644 index 000000000..d144fd331 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill16.imageset/MessageFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/Contents.json new file mode 100644 index 000000000..0da57c619 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@1x.png new file mode 100644 index 000000000..113b84faa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@2x.png new file mode 100644 index 000000000..84ff187f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@3x.png new file mode 100644 index 000000000..10a76071f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill24.imageset/MessageFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/Contents.json new file mode 100644 index 000000000..75bbe34eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@1x.png new file mode 100644 index 000000000..6aad9ac0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@2x.png new file mode 100644 index 000000000..bc852498d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@3x.png new file mode 100644 index 000000000..09e84da1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageFill36.imageset/MessageFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/Contents.json new file mode 100644 index 000000000..d950a24cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@1x.png new file mode 100644 index 000000000..21be7db17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@2x.png new file mode 100644 index 000000000..62c818eeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@3x.png new file mode 100644 index 000000000..c7ed42952 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill16.imageset/MessageGoToFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/Contents.json new file mode 100644 index 000000000..bf1d17e93 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@1x.png new file mode 100644 index 000000000..b3f787978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@2x.png new file mode 100644 index 000000000..26ce4e88b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@3x.png new file mode 100644 index 000000000..6c8a80cdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill24.imageset/MessageGoToFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/Contents.json new file mode 100644 index 000000000..9e3dbaecd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@1x.png new file mode 100644 index 000000000..910206317 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@2x.png new file mode 100644 index 000000000..b9b32204a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@3x.png new file mode 100644 index 000000000..21f8a970d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToFill36.imageset/MessageGoToFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/Contents.json new file mode 100644 index 000000000..4c7d1169a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@1x.png new file mode 100644 index 000000000..64f114c10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@2x.png new file mode 100644 index 000000000..0240cc028 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@3x.png new file mode 100644 index 000000000..4d03b8d66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline16.imageset/MessageGoToOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/Contents.json new file mode 100644 index 000000000..8176fa06c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@1x.png new file mode 100644 index 000000000..ca159a7b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@2x.png new file mode 100644 index 000000000..075f12c87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@3x.png new file mode 100644 index 000000000..6a1dc196d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline24.imageset/MessageGoToOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/Contents.json new file mode 100644 index 000000000..964f2d944 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageGoToOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageGoToOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageGoToOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@1x.png new file mode 100644 index 000000000..f4452adc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@2x.png new file mode 100644 index 000000000..5018510a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@3x.png new file mode 100644 index 000000000..96b2341a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageGoToOutline36.imageset/MessageGoToOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/Contents.json new file mode 100644 index 000000000..10c5df605 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@1x.png new file mode 100644 index 000000000..4693c1120 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@2x.png new file mode 100644 index 000000000..e31a007ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@3x.png new file mode 100644 index 000000000..3a4036f38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline16.imageset/MessageOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/Contents.json new file mode 100644 index 000000000..dd344cc0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@1x.png new file mode 100644 index 000000000..5c297bf85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@2x.png new file mode 100644 index 000000000..fc1a7dc48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@3x.png new file mode 100644 index 000000000..9f8548ebe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline24.imageset/MessageOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/Contents.json new file mode 100644 index 000000000..635d267dd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@1x.png new file mode 100644 index 000000000..2cb843aa1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@2x.png new file mode 100644 index 000000000..a6dd2e52c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@3x.png new file mode 100644 index 000000000..8f8361e4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageOutline36.imageset/MessageOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/Contents.json new file mode 100644 index 000000000..ac17ed5fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@1x.png new file mode 100644 index 000000000..cc1cb461c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@2x.png new file mode 100644 index 000000000..bc6fa24cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@3x.png new file mode 100644 index 000000000..d9796a8fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill16.imageset/MessagePersonChatFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/Contents.json new file mode 100644 index 000000000..a08d3c1cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@1x.png new file mode 100644 index 000000000..eb0b870d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@2x.png new file mode 100644 index 000000000..88f1583dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@3x.png new file mode 100644 index 000000000..c183e3e33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill24.imageset/MessagePersonChatFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/Contents.json new file mode 100644 index 000000000..bbab3be41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@1x.png new file mode 100644 index 000000000..719a04321 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@2x.png new file mode 100644 index 000000000..577594734 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@3x.png new file mode 100644 index 000000000..197d27b2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatFill36.imageset/MessagePersonChatFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/Contents.json new file mode 100644 index 000000000..cf711699f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@1x.png new file mode 100644 index 000000000..476e12c0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@2x.png new file mode 100644 index 000000000..bbcf4274e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@3x.png new file mode 100644 index 000000000..0dbb92e8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline16.imageset/MessagePersonChatOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/Contents.json new file mode 100644 index 000000000..94dc34d5e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@1x.png new file mode 100644 index 000000000..75b177d8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@2x.png new file mode 100644 index 000000000..ddfea8267 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@3x.png new file mode 100644 index 000000000..1cfb511b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline24.imageset/MessagePersonChatOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/Contents.json new file mode 100644 index 000000000..e789aeebd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonChatOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@1x.png new file mode 100644 index 000000000..ff4c059f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@2x.png new file mode 100644 index 000000000..cdb3b1778 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@3x.png new file mode 100644 index 000000000..4b8df14f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonChatOutline36.imageset/MessagePersonChatOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/Contents.json new file mode 100644 index 000000000..b8ee1299c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@1x.png new file mode 100644 index 000000000..9ed8440e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@2x.png new file mode 100644 index 000000000..9aaf2a4f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@3x.png new file mode 100644 index 000000000..96ae69f8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill16.imageset/MessagePersonFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/Contents.json new file mode 100644 index 000000000..b176d1005 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@1x.png new file mode 100644 index 000000000..12a28781c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@2x.png new file mode 100644 index 000000000..0d8e94642 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@3x.png new file mode 100644 index 000000000..98ab9e297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill24.imageset/MessagePersonFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/Contents.json new file mode 100644 index 000000000..d68a46389 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@1x.png new file mode 100644 index 000000000..ac9413eb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@2x.png new file mode 100644 index 000000000..82f61c8c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@3x.png new file mode 100644 index 000000000..78eed2d1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonFill36.imageset/MessagePersonFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/Contents.json new file mode 100644 index 000000000..2db63bdea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@1x.png new file mode 100644 index 000000000..f430402f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@2x.png new file mode 100644 index 000000000..70d57e8cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@3x.png new file mode 100644 index 000000000..7935eff79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline16.imageset/MessagePersonOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/Contents.json new file mode 100644 index 000000000..2cf1ddca8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@1x.png new file mode 100644 index 000000000..9222a6a33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@2x.png new file mode 100644 index 000000000..025a3174b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@3x.png new file mode 100644 index 000000000..8d98f75b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline24.imageset/MessagePersonOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/Contents.json new file mode 100644 index 000000000..9173c47cc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagePersonOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagePersonOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagePersonOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@1x.png new file mode 100644 index 000000000..5d0e7d3f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@2x.png new file mode 100644 index 000000000..0987de7b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@3x.png new file mode 100644 index 000000000..8304a1f48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagePersonOutline36.imageset/MessagePersonOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/Contents.json new file mode 100644 index 000000000..de7578db0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@1x.png new file mode 100644 index 000000000..cec58effd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@2x.png new file mode 100644 index 000000000..cb12b42b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@3x.png new file mode 100644 index 000000000..c279e4152 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill16.imageset/MessageQuestionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/Contents.json new file mode 100644 index 000000000..a39e82031 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@1x.png new file mode 100644 index 000000000..215fe0a6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@2x.png new file mode 100644 index 000000000..2c2b6d8b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@3x.png new file mode 100644 index 000000000..0e69c0bb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill24.imageset/MessageQuestionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/Contents.json new file mode 100644 index 000000000..19ff8c593 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@1x.png new file mode 100644 index 000000000..3f967dd21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@2x.png new file mode 100644 index 000000000..f99eb7216 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@3x.png new file mode 100644 index 000000000..36164a3f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionFill36.imageset/MessageQuestionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/Contents.json new file mode 100644 index 000000000..9bab5a21c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@1x.png new file mode 100644 index 000000000..08112e7d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@2x.png new file mode 100644 index 000000000..d700285b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@3x.png new file mode 100644 index 000000000..ba3f0c8b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline16.imageset/MessageQuestionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/Contents.json new file mode 100644 index 000000000..48b067d95 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@1x.png new file mode 100644 index 000000000..3f59a2ab0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@2x.png new file mode 100644 index 000000000..0accee9c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@3x.png new file mode 100644 index 000000000..76cdf3407 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline24.imageset/MessageQuestionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/Contents.json new file mode 100644 index 000000000..61944a7fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageQuestionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageQuestionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageQuestionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@1x.png new file mode 100644 index 000000000..b5ec38d71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@2x.png new file mode 100644 index 000000000..6393ffd68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@3x.png new file mode 100644 index 000000000..f369f7378 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageQuestionOutline36.imageset/MessageQuestionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/Contents.json new file mode 100644 index 000000000..33b140320 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@1x.png new file mode 100644 index 000000000..70115645c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@2x.png new file mode 100644 index 000000000..cf1a8c89b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@3x.png new file mode 100644 index 000000000..3c13b74d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill16.imageset/MessageRequestFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/Contents.json new file mode 100644 index 000000000..ffddf859b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@1x.png new file mode 100644 index 000000000..ef9a83d7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@2x.png new file mode 100644 index 000000000..bd6e07c9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@3x.png new file mode 100644 index 000000000..c3a8828f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill24.imageset/MessageRequestFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/Contents.json new file mode 100644 index 000000000..ae36d2614 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@1x.png new file mode 100644 index 000000000..6da04834c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@2x.png new file mode 100644 index 000000000..68ca90d8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@3x.png new file mode 100644 index 000000000..b70100232 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestFill36.imageset/MessageRequestFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/Contents.json new file mode 100644 index 000000000..10cf217b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@1x.png new file mode 100644 index 000000000..992593530 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@2x.png new file mode 100644 index 000000000..949beabc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@3x.png new file mode 100644 index 000000000..3208f3b0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline16.imageset/MessageRequestOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/Contents.json new file mode 100644 index 000000000..930b9b951 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@1x.png new file mode 100644 index 000000000..664a555f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@2x.png new file mode 100644 index 000000000..27e573139 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@3x.png new file mode 100644 index 000000000..b551dc807 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline24.imageset/MessageRequestOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/Contents.json new file mode 100644 index 000000000..5c8e3e27b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageRequestOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageRequestOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageRequestOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@1x.png new file mode 100644 index 000000000..a0d99ba48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@2x.png new file mode 100644 index 000000000..faa722b2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@3x.png new file mode 100644 index 000000000..5a5087842 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageRequestOutline36.imageset/MessageRequestOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/Contents.json new file mode 100644 index 000000000..4e77c21f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@1x.png new file mode 100644 index 000000000..4744daa99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@2x.png new file mode 100644 index 000000000..a2a896279 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@3x.png new file mode 100644 index 000000000..f91376a22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill16.imageset/MessageTranscriptionFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/Contents.json new file mode 100644 index 000000000..58140a7dd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@1x.png new file mode 100644 index 000000000..8cd4ddccd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@2x.png new file mode 100644 index 000000000..26712fffd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@3x.png new file mode 100644 index 000000000..e500b0c6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill24.imageset/MessageTranscriptionFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/Contents.json new file mode 100644 index 000000000..234c56959 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@1x.png new file mode 100644 index 000000000..2da7ac589 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@2x.png new file mode 100644 index 000000000..ef3938210 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@3x.png new file mode 100644 index 000000000..6712997fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionFill36.imageset/MessageTranscriptionFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/Contents.json new file mode 100644 index 000000000..c6d3a0a1d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@1x.png new file mode 100644 index 000000000..47542d7fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@2x.png new file mode 100644 index 000000000..e8ab28ae3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@3x.png new file mode 100644 index 000000000..20789ec3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline16.imageset/MessageTranscriptionOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/Contents.json new file mode 100644 index 000000000..0d429603b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@1x.png new file mode 100644 index 000000000..2f8b23396 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@2x.png new file mode 100644 index 000000000..64e5befa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@3x.png new file mode 100644 index 000000000..45525e725 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline24.imageset/MessageTranscriptionOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/Contents.json new file mode 100644 index 000000000..0a263c128 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageTranscriptionOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@1x.png new file mode 100644 index 000000000..f8376f546 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@2x.png new file mode 100644 index 000000000..0d6df2a24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@3x.png new file mode 100644 index 000000000..17f419614 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageTranscriptionOutline36.imageset/MessageTranscriptionOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/Contents.json new file mode 100644 index 000000000..d8edf08e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@1x.png new file mode 100644 index 000000000..5dc10d537 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@2x.png new file mode 100644 index 000000000..e31853389 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@3x.png new file mode 100644 index 000000000..90736d9b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill16.imageset/MessageVideoFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/Contents.json new file mode 100644 index 000000000..c2ff7c8dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@1x.png new file mode 100644 index 000000000..67004c3d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@2x.png new file mode 100644 index 000000000..d6641cb59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@3x.png new file mode 100644 index 000000000..e51b51bcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill24.imageset/MessageVideoFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/Contents.json new file mode 100644 index 000000000..796cfa825 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@1x.png new file mode 100644 index 000000000..2ee2149d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@2x.png new file mode 100644 index 000000000..72fabb29f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@3x.png new file mode 100644 index 000000000..24a9edbdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoFill36.imageset/MessageVideoFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/Contents.json new file mode 100644 index 000000000..754fb9af0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@1x.png new file mode 100644 index 000000000..5bce1c9c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@2x.png new file mode 100644 index 000000000..e6245550f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@3x.png new file mode 100644 index 000000000..ceb0224e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline16.imageset/MessageVideoOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/Contents.json new file mode 100644 index 000000000..33407b111 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@1x.png new file mode 100644 index 000000000..94789e79d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@2x.png new file mode 100644 index 000000000..d90f8d85e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@3x.png new file mode 100644 index 000000000..6bc24da11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline24.imageset/MessageVideoOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/Contents.json new file mode 100644 index 000000000..305f89e3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessageVideoOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessageVideoOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessageVideoOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@1x.png new file mode 100644 index 000000000..b946038a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@2x.png new file mode 100644 index 000000000..8defd4682 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@3x.png new file mode 100644 index 000000000..3f6333909 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessageVideoOutline36.imageset/MessageVideoOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/Contents.json new file mode 100644 index 000000000..6b53947d0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@1x.png new file mode 100644 index 000000000..f92a6cdce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@2x.png new file mode 100644 index 000000000..25ac69551 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@3x.png new file mode 100644 index 000000000..4b4013b95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill16.imageset/MessagesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/Contents.json new file mode 100644 index 000000000..6746947a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@1x.png new file mode 100644 index 000000000..37cead685 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@2x.png new file mode 100644 index 000000000..f55735d8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@3x.png new file mode 100644 index 000000000..b7003b2d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill24.imageset/MessagesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/Contents.json new file mode 100644 index 000000000..4fb86d1b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@1x.png new file mode 100644 index 000000000..23fe3a1eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@2x.png new file mode 100644 index 000000000..fdbd12172 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@3x.png new file mode 100644 index 000000000..203e3be88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesFill36.imageset/MessagesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/Contents.json new file mode 100644 index 000000000..2dd784802 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@1x.png new file mode 100644 index 000000000..ee9eba8a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@2x.png new file mode 100644 index 000000000..8ba044c76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@3x.png new file mode 100644 index 000000000..3f85fa548 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline16.imageset/MessagesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/Contents.json new file mode 100644 index 000000000..7c26a816e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@1x.png new file mode 100644 index 000000000..96dce109c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@2x.png new file mode 100644 index 000000000..8452d05b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@3x.png new file mode 100644 index 000000000..079346211 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline24.imageset/MessagesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/Contents.json new file mode 100644 index 000000000..eeef0c4fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MessagesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MessagesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MessagesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@1x.png new file mode 100644 index 000000000..41fcf247c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@2x.png new file mode 100644 index 000000000..6a9205f78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@3x.png new file mode 100644 index 000000000..bedba818e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MessagesOutline36.imageset/MessagesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..d67e88ffb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@1x.png new file mode 100644 index 000000000..2aad36bba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@2x.png new file mode 100644 index 000000000..5ff755e5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@3x.png new file mode 100644 index 000000000..8f3c1382d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill16.imageset/MicErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..c584cb0df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@1x.png new file mode 100644 index 000000000..cccf61844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@2x.png new file mode 100644 index 000000000..ca3e13ef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@3x.png new file mode 100644 index 000000000..bf75c65e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill24.imageset/MicErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..8456635da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@1x.png new file mode 100644 index 000000000..400041fe9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@2x.png new file mode 100644 index 000000000..f21a7def3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@3x.png new file mode 100644 index 000000000..45a8d1a8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorFill36.imageset/MicErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..e7a748343 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@1x.png new file mode 100644 index 000000000..c93f30d04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@2x.png new file mode 100644 index 000000000..d2f087589 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@3x.png new file mode 100644 index 000000000..391d16eee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline16.imageset/MicErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..031c56ff6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@1x.png new file mode 100644 index 000000000..d926ebbc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@2x.png new file mode 100644 index 000000000..fa2a3574b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@3x.png new file mode 100644 index 000000000..5f37fb43c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline24.imageset/MicErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..f02633a8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@1x.png new file mode 100644 index 000000000..90371dd39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@2x.png new file mode 100644 index 000000000..1f9f9caea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@3x.png new file mode 100644 index 000000000..7d20c9749 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicErrorOutline36.imageset/MicErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/Contents.json new file mode 100644 index 000000000..e5a886ce3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@1x.png new file mode 100644 index 000000000..d5475d71f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@2x.png new file mode 100644 index 000000000..d864edc18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@3x.png new file mode 100644 index 000000000..95ebd04f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill16.imageset/MicFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/Contents.json new file mode 100644 index 000000000..240dcd63f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@1x.png new file mode 100644 index 000000000..0a8e8232f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@2x.png new file mode 100644 index 000000000..d79690912 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@3x.png new file mode 100644 index 000000000..f8b12c696 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill24.imageset/MicFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/Contents.json new file mode 100644 index 000000000..d63a1e024 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@1x.png new file mode 100644 index 000000000..f428c89b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@2x.png new file mode 100644 index 000000000..884e1ae1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@3x.png new file mode 100644 index 000000000..43f73f3ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicFill36.imageset/MicFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/Contents.json new file mode 100644 index 000000000..88843251f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@1x.png new file mode 100644 index 000000000..003f95e03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@2x.png new file mode 100644 index 000000000..7f0768e19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@3x.png new file mode 100644 index 000000000..b7bd9a292 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill16.imageset/MicOffFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/Contents.json new file mode 100644 index 000000000..3ee53d639 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@1x.png new file mode 100644 index 000000000..eace7c5c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@2x.png new file mode 100644 index 000000000..76eb491b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@3x.png new file mode 100644 index 000000000..4139fbb72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill24.imageset/MicOffFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/Contents.json new file mode 100644 index 000000000..3fb47956b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@1x.png new file mode 100644 index 000000000..399e03f2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@2x.png new file mode 100644 index 000000000..bc00c9b3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@3x.png new file mode 100644 index 000000000..b820443a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffFill36.imageset/MicOffFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/Contents.json new file mode 100644 index 000000000..a37b3419a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@1x.png new file mode 100644 index 000000000..0bf961d5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@2x.png new file mode 100644 index 000000000..af793b647 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@3x.png new file mode 100644 index 000000000..034527e98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline16.imageset/MicOffOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/Contents.json new file mode 100644 index 000000000..ccf262795 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@1x.png new file mode 100644 index 000000000..85d5973d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@2x.png new file mode 100644 index 000000000..4be55df3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@3x.png new file mode 100644 index 000000000..0b5585e45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline24.imageset/MicOffOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/Contents.json new file mode 100644 index 000000000..34954980d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOffOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOffOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOffOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@1x.png new file mode 100644 index 000000000..d7ad2f878 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@2x.png new file mode 100644 index 000000000..e20dea680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@3x.png new file mode 100644 index 000000000..9ce502e4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOffOutline36.imageset/MicOffOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/Contents.json new file mode 100644 index 000000000..d7c02947e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@1x.png new file mode 100644 index 000000000..818ba9303 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@2x.png new file mode 100644 index 000000000..5d05d780f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@3x.png new file mode 100644 index 000000000..a3084b7a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline16.imageset/MicOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/Contents.json new file mode 100644 index 000000000..d354f1db1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@1x.png new file mode 100644 index 000000000..14c809b77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@2x.png new file mode 100644 index 000000000..e9fb67d42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@3x.png new file mode 100644 index 000000000..42e20c74c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline24.imageset/MicOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/Contents.json new file mode 100644 index 000000000..047a97f65 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MicOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MicOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MicOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@1x.png new file mode 100644 index 000000000..cf82db9fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@2x.png new file mode 100644 index 000000000..e7da0c51a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@3x.png new file mode 100644 index 000000000..bad47acce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MicOutline36.imageset/MicOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Contents.json new file mode 100644 index 000000000..f222e0552 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mindmap-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mindmap-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mindmap-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@1x.png new file mode 100644 index 000000000..d9750983d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@2x.png new file mode 100644 index 000000000..2d6d8acbe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@3x.png new file mode 100644 index 000000000..b5229a661 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap16.imageset/Mindmap-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Contents.json new file mode 100644 index 000000000..6dc74a492 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mindmap-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mindmap-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mindmap-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@1x.png new file mode 100644 index 000000000..db5607e21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@2x.png new file mode 100644 index 000000000..5a40d3784 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@3x.png new file mode 100644 index 000000000..46e88946f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap24.imageset/Mindmap-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Contents.json new file mode 100644 index 000000000..1bb6aded9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mindmap-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mindmap-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mindmap-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@1x.png new file mode 100644 index 000000000..52b251f0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@2x.png new file mode 100644 index 000000000..4495eb18e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@3x.png new file mode 100644 index 000000000..2e4256051 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mindmap36.imageset/Mindmap-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Contents.json new file mode 100644 index 000000000..cc316d670 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Minus-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Minus-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Minus-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@1x.png new file mode 100644 index 000000000..b872fc4d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@2x.png new file mode 100644 index 000000000..cbafd4ec4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@3x.png new file mode 100644 index 000000000..0e885ace5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus16.imageset/Minus-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Contents.json new file mode 100644 index 000000000..833b6f5f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Minus-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Minus-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Minus-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@1x.png new file mode 100644 index 000000000..0124aff4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@2x.png new file mode 100644 index 000000000..635f8e8bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@3x.png new file mode 100644 index 000000000..8c1bfbfc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus24.imageset/Minus-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Contents.json new file mode 100644 index 000000000..883680044 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Minus-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Minus-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Minus-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@1x.png new file mode 100644 index 000000000..b9123f99d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@2x.png new file mode 100644 index 000000000..cfe036f82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@3x.png new file mode 100644 index 000000000..fd6722123 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Minus36.imageset/Minus-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..4fa5b2d64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@1x.png new file mode 100644 index 000000000..b18e1f62c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@2x.png new file mode 100644 index 000000000..7c8cea442 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@3x.png new file mode 100644 index 000000000..97345979c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill16.imageset/MinusCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..786b2ae8d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@1x.png new file mode 100644 index 000000000..594e20bc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@2x.png new file mode 100644 index 000000000..1b2056472 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@3x.png new file mode 100644 index 000000000..d191b1775 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill24.imageset/MinusCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..fb13a666f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@1x.png new file mode 100644 index 000000000..0c6aaec53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@2x.png new file mode 100644 index 000000000..13d3fe608 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@3x.png new file mode 100644 index 000000000..cc4d71988 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleFill36.imageset/MinusCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..56a4ca0e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@1x.png new file mode 100644 index 000000000..9be8c38d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@2x.png new file mode 100644 index 000000000..9b6dd9e97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@3x.png new file mode 100644 index 000000000..7bbcaced0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline16.imageset/MinusCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..5f0d86649 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@1x.png new file mode 100644 index 000000000..4c842e819 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@2x.png new file mode 100644 index 000000000..4d1766d3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@3x.png new file mode 100644 index 000000000..7ca34f9cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline24.imageset/MinusCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..06e7cfaa6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@1x.png new file mode 100644 index 000000000..059a1c5d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@2x.png new file mode 100644 index 000000000..71b2f5e15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@3x.png new file mode 100644 index 000000000..5c371fdce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusCircleOutline36.imageset/MinusCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..e6b70d948 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@1x.png new file mode 100644 index 000000000..8c2cb939d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@2x.png new file mode 100644 index 000000000..a28902d8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@3x.png new file mode 100644 index 000000000..a79cefc61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill16.imageset/MinusSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..b22b03c70 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@1x.png new file mode 100644 index 000000000..712076d42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@2x.png new file mode 100644 index 000000000..d8bb84b4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@3x.png new file mode 100644 index 000000000..5a19f4c20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill24.imageset/MinusSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..c2e3c81c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@1x.png new file mode 100644 index 000000000..94b679f34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@2x.png new file mode 100644 index 000000000..588a11052 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@3x.png new file mode 100644 index 000000000..d94eff14a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareFill36.imageset/MinusSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..b5d12c200 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@1x.png new file mode 100644 index 000000000..3b43bbb6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@2x.png new file mode 100644 index 000000000..e6deffcaf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@3x.png new file mode 100644 index 000000000..f5c4049e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline16.imageset/MinusSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..c510b0931 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@1x.png new file mode 100644 index 000000000..c3e62f0d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@2x.png new file mode 100644 index 000000000..a1597373f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@3x.png new file mode 100644 index 000000000..a3a18de64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline24.imageset/MinusSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..ccdf46187 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MinusSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MinusSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MinusSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@1x.png new file mode 100644 index 000000000..b36aefd8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@2x.png new file mode 100644 index 000000000..17f4136ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@3x.png new file mode 100644 index 000000000..655f01ffc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MinusSquareOutline36.imageset/MinusSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Contents.json new file mode 100644 index 000000000..751bfa98e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mir-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mir-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mir-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@1x.png new file mode 100644 index 000000000..18c789ba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@2x.png new file mode 100644 index 000000000..f7c5e2130 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@3x.png new file mode 100644 index 000000000..ae29bafcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir16.imageset/Mir-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Contents.json new file mode 100644 index 000000000..d7ea367e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mir-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mir-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mir-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@1x.png new file mode 100644 index 000000000..4731ab27d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@2x.png new file mode 100644 index 000000000..ce1ac2896 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@3x.png new file mode 100644 index 000000000..42704fac3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir24.imageset/Mir-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Contents.json new file mode 100644 index 000000000..aaa567ba0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Mir-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Mir-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Mir-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@1x.png new file mode 100644 index 000000000..f6268a78a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@2x.png new file mode 100644 index 000000000..a2c285c3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@3x.png new file mode 100644 index 000000000..0e1aea9b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Mir36.imageset/Mir-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/Contents.json new file mode 100644 index 000000000..2bfc5db91 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@1x.png new file mode 100644 index 000000000..2b2653e4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@2x.png new file mode 100644 index 000000000..232228e3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@3x.png new file mode 100644 index 000000000..1f95355a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill16.imageset/MobileAutorotateFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/Contents.json new file mode 100644 index 000000000..25a436556 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@1x.png new file mode 100644 index 000000000..cc014e632 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@2x.png new file mode 100644 index 000000000..dc47ef852 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@3x.png new file mode 100644 index 000000000..889b20fa6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill24.imageset/MobileAutorotateFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/Contents.json new file mode 100644 index 000000000..f73f20dd1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@1x.png new file mode 100644 index 000000000..e704a37ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@2x.png new file mode 100644 index 000000000..5756acda9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@3x.png new file mode 100644 index 000000000..81d37da47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateFill36.imageset/MobileAutorotateFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/Contents.json new file mode 100644 index 000000000..d4c744d19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@1x.png new file mode 100644 index 000000000..4fd346bee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@2x.png new file mode 100644 index 000000000..7ddd7d716 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@3x.png new file mode 100644 index 000000000..ee7492cf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline16.imageset/MobileAutorotateOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/Contents.json new file mode 100644 index 000000000..d8e152c03 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@1x.png new file mode 100644 index 000000000..c08b5c1cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@2x.png new file mode 100644 index 000000000..9a7e49440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@3x.png new file mode 100644 index 000000000..1df5f98f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline24.imageset/MobileAutorotateOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/Contents.json new file mode 100644 index 000000000..c38bb6e96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileAutorotateOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@1x.png new file mode 100644 index 000000000..688752973 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@2x.png new file mode 100644 index 000000000..4c0a0b986 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@3x.png new file mode 100644 index 000000000..9a8e1c1bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileAutorotateOutline36.imageset/MobileAutorotateOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/Contents.json new file mode 100644 index 000000000..044680b71 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@1x.png new file mode 100644 index 000000000..5d1943c7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@2x.png new file mode 100644 index 000000000..2700a6bc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@3x.png new file mode 100644 index 000000000..debad7a03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill16.imageset/MobileFrontFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/Contents.json new file mode 100644 index 000000000..58006b003 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@1x.png new file mode 100644 index 000000000..063ada75d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@2x.png new file mode 100644 index 000000000..21910e692 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@3x.png new file mode 100644 index 000000000..f5c517f72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill24.imageset/MobileFrontFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/Contents.json new file mode 100644 index 000000000..d42709ea4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@1x.png new file mode 100644 index 000000000..aec9a959f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@2x.png new file mode 100644 index 000000000..2d459ed91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@3x.png new file mode 100644 index 000000000..63e605521 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontFill36.imageset/MobileFrontFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/Contents.json new file mode 100644 index 000000000..34bbece69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@1x.png new file mode 100644 index 000000000..2281fd9a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@2x.png new file mode 100644 index 000000000..9b9ed64b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@3x.png new file mode 100644 index 000000000..8a68eef20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline16.imageset/MobileFrontOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/Contents.json new file mode 100644 index 000000000..77c857d54 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@1x.png new file mode 100644 index 000000000..a05d5092e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@2x.png new file mode 100644 index 000000000..560b775c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@3x.png new file mode 100644 index 000000000..ff9002a79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline24.imageset/MobileFrontOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/Contents.json new file mode 100644 index 000000000..d7df55629 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileFrontOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileFrontOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileFrontOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@1x.png new file mode 100644 index 000000000..7cee4196b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@2x.png new file mode 100644 index 000000000..e93a1a292 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@3x.png new file mode 100644 index 000000000..f77c6665f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileFrontOutline36.imageset/MobileFrontOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/Contents.json new file mode 100644 index 000000000..3cdb6ba4a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@1x.png new file mode 100644 index 000000000..c25adc6b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@2x.png new file mode 100644 index 000000000..51362c961 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@3x.png new file mode 100644 index 000000000..3810ed050 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill16.imageset/MobilePlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/Contents.json new file mode 100644 index 000000000..3dd080481 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@1x.png new file mode 100644 index 000000000..a4de9ec04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@2x.png new file mode 100644 index 000000000..6b736cbf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@3x.png new file mode 100644 index 000000000..c360fc6b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill24.imageset/MobilePlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/Contents.json new file mode 100644 index 000000000..b5ded886c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@1x.png new file mode 100644 index 000000000..06e2c24fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@2x.png new file mode 100644 index 000000000..078a702c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@3x.png new file mode 100644 index 000000000..f59bd5599 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusFill36.imageset/MobilePlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..86358b2d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@1x.png new file mode 100644 index 000000000..856b3c1b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@2x.png new file mode 100644 index 000000000..cc9df5447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@3x.png new file mode 100644 index 000000000..e042eb0a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline16.imageset/MobilePlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..581e0bbc2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@1x.png new file mode 100644 index 000000000..703bd7ffb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@2x.png new file mode 100644 index 000000000..9d41631ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@3x.png new file mode 100644 index 000000000..17a3ad618 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline24.imageset/MobilePlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..1bc69dd48 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobilePlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobilePlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobilePlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@1x.png new file mode 100644 index 000000000..b5962afd8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@2x.png new file mode 100644 index 000000000..79663e166 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@3x.png new file mode 100644 index 000000000..a46ee5524 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobilePlusOutline36.imageset/MobilePlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/Contents.json new file mode 100644 index 000000000..85ad81958 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@1x.png new file mode 100644 index 000000000..dbd2869b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@2x.png new file mode 100644 index 000000000..556805e3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@3x.png new file mode 100644 index 000000000..65e1df33f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill16.imageset/MobileVibrationFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/Contents.json new file mode 100644 index 000000000..9e185eed6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@1x.png new file mode 100644 index 000000000..7a251e052 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@2x.png new file mode 100644 index 000000000..153a1e035 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@3x.png new file mode 100644 index 000000000..ac81fa55c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill24.imageset/MobileVibrationFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/Contents.json new file mode 100644 index 000000000..90debf11e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@1x.png new file mode 100644 index 000000000..dbc8834b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@2x.png new file mode 100644 index 000000000..ec1a56c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@3x.png new file mode 100644 index 000000000..de6c450fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationFill36.imageset/MobileVibrationFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/Contents.json new file mode 100644 index 000000000..c5d05a26d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@1x.png new file mode 100644 index 000000000..a8fba9a0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@2x.png new file mode 100644 index 000000000..5712e82a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@3x.png new file mode 100644 index 000000000..39af8c095 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline16.imageset/MobileVibrationOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/Contents.json new file mode 100644 index 000000000..80613e6f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@1x.png new file mode 100644 index 000000000..3c6501a64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@2x.png new file mode 100644 index 000000000..6124fc3c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@3x.png new file mode 100644 index 000000000..6f68bde5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline24.imageset/MobileVibrationOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/Contents.json new file mode 100644 index 000000000..7117ce167 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileVibrationOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileVibrationOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileVibrationOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@1x.png new file mode 100644 index 000000000..aa5b13c10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@2x.png new file mode 100644 index 000000000..03d7ae387 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@3x.png new file mode 100644 index 000000000..990c50000 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileVibrationOutline36.imageset/MobileVibrationOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/Contents.json new file mode 100644 index 000000000..16da1e3fc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@1x.png new file mode 100644 index 000000000..1e7ce44b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@2x.png new file mode 100644 index 000000000..580c9bc00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@3x.png new file mode 100644 index 000000000..7ff4793f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill16.imageset/MobileWavesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/Contents.json new file mode 100644 index 000000000..26ff57202 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@1x.png new file mode 100644 index 000000000..2750e03ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@2x.png new file mode 100644 index 000000000..e5fed20da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@3x.png new file mode 100644 index 000000000..d00db4745 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill24.imageset/MobileWavesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/Contents.json new file mode 100644 index 000000000..1c970234e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@1x.png new file mode 100644 index 000000000..070a431c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@2x.png new file mode 100644 index 000000000..2fbf3ff60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@3x.png new file mode 100644 index 000000000..f65957b01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesFill36.imageset/MobileWavesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/Contents.json new file mode 100644 index 000000000..e22dd97b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@1x.png new file mode 100644 index 000000000..f013cce9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@2x.png new file mode 100644 index 000000000..62ded5e6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@3x.png new file mode 100644 index 000000000..d01c5fd4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline16.imageset/MobileWavesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/Contents.json new file mode 100644 index 000000000..d6f7a59a5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@1x.png new file mode 100644 index 000000000..c5a9c2994 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@2x.png new file mode 100644 index 000000000..1e8a74b5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@3x.png new file mode 100644 index 000000000..473302f4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline24.imageset/MobileWavesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/Contents.json new file mode 100644 index 000000000..b476454d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MobileWavesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MobileWavesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MobileWavesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@1x.png new file mode 100644 index 000000000..6d85b60c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@2x.png new file mode 100644 index 000000000..39e043639 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@3x.png new file mode 100644 index 000000000..621f45ec2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MobileWavesOutline36.imageset/MobileWavesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/Contents.json new file mode 100644 index 000000000..2a53f056b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@1x.png new file mode 100644 index 000000000..b00fdf9bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@2x.png new file mode 100644 index 000000000..9a47b8f6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@3x.png new file mode 100644 index 000000000..0b9635736 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill16.imageset/MoneybagFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/Contents.json new file mode 100644 index 000000000..a92acee95 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@1x.png new file mode 100644 index 000000000..b811f1fa6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@2x.png new file mode 100644 index 000000000..50e007dcc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@3x.png new file mode 100644 index 000000000..1889c52d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill24.imageset/MoneybagFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/Contents.json new file mode 100644 index 000000000..c57e35b57 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@1x.png new file mode 100644 index 000000000..bf20509f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@2x.png new file mode 100644 index 000000000..52f3ebf57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@3x.png new file mode 100644 index 000000000..eb248aee5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagFill36.imageset/MoneybagFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/Contents.json new file mode 100644 index 000000000..4e3c1715b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@1x.png new file mode 100644 index 000000000..04d4071a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@2x.png new file mode 100644 index 000000000..67323ad9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@3x.png new file mode 100644 index 000000000..afbfa45d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline16.imageset/MoneybagOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/Contents.json new file mode 100644 index 000000000..4cf5f736c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@1x.png new file mode 100644 index 000000000..d2c580718 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@2x.png new file mode 100644 index 000000000..f8386d36f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@3x.png new file mode 100644 index 000000000..ec537b5be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline24.imageset/MoneybagOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/Contents.json new file mode 100644 index 000000000..7a2f40d2b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoneybagOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoneybagOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoneybagOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@1x.png new file mode 100644 index 000000000..0e73ccc4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@2x.png new file mode 100644 index 000000000..e52de62d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@3x.png new file mode 100644 index 000000000..5875c2a7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoneybagOutline36.imageset/MoneybagOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/Contents.json new file mode 100644 index 000000000..335fcb893 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@1x.png new file mode 100644 index 000000000..b4b4c19fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@2x.png new file mode 100644 index 000000000..2f28c18c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@3x.png new file mode 100644 index 000000000..ad8c0f168 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill16.imageset/MoviesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/Contents.json new file mode 100644 index 000000000..21a94d484 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@1x.png new file mode 100644 index 000000000..0644b46ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@2x.png new file mode 100644 index 000000000..500fcda0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@3x.png new file mode 100644 index 000000000..39412a733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill24.imageset/MoviesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/Contents.json new file mode 100644 index 000000000..22fb597d4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@1x.png new file mode 100644 index 000000000..666bb0e8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@2x.png new file mode 100644 index 000000000..708bea99c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@3x.png new file mode 100644 index 000000000..c19ebbf16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesFill36.imageset/MoviesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/Contents.json new file mode 100644 index 000000000..ff6243cc7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@1x.png new file mode 100644 index 000000000..1d31b6c49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@2x.png new file mode 100644 index 000000000..0b1527f9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@3x.png new file mode 100644 index 000000000..055d41241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline16.imageset/MoviesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/Contents.json new file mode 100644 index 000000000..9e711bed3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@1x.png new file mode 100644 index 000000000..a95a35b32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@2x.png new file mode 100644 index 000000000..faeafc579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@3x.png new file mode 100644 index 000000000..912c76a41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline24.imageset/MoviesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/Contents.json new file mode 100644 index 000000000..905770090 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MoviesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MoviesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MoviesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@1x.png new file mode 100644 index 000000000..2e4bbd987 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@2x.png new file mode 100644 index 000000000..a41472d1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@3x.png new file mode 100644 index 000000000..752f809f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MoviesOutline36.imageset/MoviesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/Contents.json new file mode 100644 index 000000000..23bf233e7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@1x.png new file mode 100644 index 000000000..d91d567b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@2x.png new file mode 100644 index 000000000..5e797fc6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@3x.png new file mode 100644 index 000000000..1da61593c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill16.imageset/MusicAlbumFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/Contents.json new file mode 100644 index 000000000..38244da13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@1x.png new file mode 100644 index 000000000..8b868a687 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@2x.png new file mode 100644 index 000000000..d17cfb116 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@3x.png new file mode 100644 index 000000000..44ce640d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill24.imageset/MusicAlbumFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/Contents.json new file mode 100644 index 000000000..ca2f233c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@1x.png new file mode 100644 index 000000000..4cb7e2ed6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@2x.png new file mode 100644 index 000000000..2f0ef32e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@3x.png new file mode 100644 index 000000000..ee357f140 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumFill36.imageset/MusicAlbumFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/Contents.json new file mode 100644 index 000000000..a46a4056d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@1x.png new file mode 100644 index 000000000..2382a9f38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@2x.png new file mode 100644 index 000000000..b9a382d85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@3x.png new file mode 100644 index 000000000..d386a66f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline16.imageset/MusicAlbumOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/Contents.json new file mode 100644 index 000000000..d1fde2226 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@1x.png new file mode 100644 index 000000000..77b6f503a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@2x.png new file mode 100644 index 000000000..4b5cc8188 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@3x.png new file mode 100644 index 000000000..47fe3b67b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline24.imageset/MusicAlbumOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/Contents.json new file mode 100644 index 000000000..00cf6ab53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicAlbumOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicAlbumOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicAlbumOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@1x.png new file mode 100644 index 000000000..dbc2c5097 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@2x.png new file mode 100644 index 000000000..78939b222 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@3x.png new file mode 100644 index 000000000..e0ef793db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicAlbumOutline36.imageset/MusicAlbumOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/Contents.json new file mode 100644 index 000000000..e412a3fb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@1x.png new file mode 100644 index 000000000..d917badc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@2x.png new file mode 100644 index 000000000..a1c2dcbde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@3x.png new file mode 100644 index 000000000..ecdfb9646 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill16.imageset/MusicFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/Contents.json new file mode 100644 index 000000000..e283e5754 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@1x.png new file mode 100644 index 000000000..99089eb21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@2x.png new file mode 100644 index 000000000..b43b7bd89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@3x.png new file mode 100644 index 000000000..010dd03ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill24.imageset/MusicFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/Contents.json new file mode 100644 index 000000000..f595b3cf5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@1x.png new file mode 100644 index 000000000..c3e9f5669 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@2x.png new file mode 100644 index 000000000..c8bed71cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@3x.png new file mode 100644 index 000000000..4a2abd247 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicFill36.imageset/MusicFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/Contents.json new file mode 100644 index 000000000..8c00c2014 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@1x.png new file mode 100644 index 000000000..bb3b13289 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@2x.png new file mode 100644 index 000000000..b0d5ee153 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@3x.png new file mode 100644 index 000000000..d988ac44f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill16.imageset/MusicMicFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/Contents.json new file mode 100644 index 000000000..bb5a7e756 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@1x.png new file mode 100644 index 000000000..4f0ce3ed7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@2x.png new file mode 100644 index 000000000..d78807a17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@3x.png new file mode 100644 index 000000000..0afa8e4fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill24.imageset/MusicMicFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/Contents.json new file mode 100644 index 000000000..c1c79a177 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@1x.png new file mode 100644 index 000000000..2e4d4f9d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@2x.png new file mode 100644 index 000000000..62f7c6e34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@3x.png new file mode 100644 index 000000000..59d476e58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicFill36.imageset/MusicMicFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/Contents.json new file mode 100644 index 000000000..e13416e3c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@1x.png new file mode 100644 index 000000000..de76172db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@2x.png new file mode 100644 index 000000000..9e9ba92ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@3x.png new file mode 100644 index 000000000..f9afe101d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline16.imageset/MusicMicOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/Contents.json new file mode 100644 index 000000000..3dfdd1f03 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@1x.png new file mode 100644 index 000000000..ff2dade21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@2x.png new file mode 100644 index 000000000..71e5fe841 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@3x.png new file mode 100644 index 000000000..6c40693ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline24.imageset/MusicMicOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/Contents.json new file mode 100644 index 000000000..f5531f4a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicMicOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicMicOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicMicOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@1x.png new file mode 100644 index 000000000..e682c651d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@2x.png new file mode 100644 index 000000000..e534409ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@3x.png new file mode 100644 index 000000000..cd013bff6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicMicOutline36.imageset/MusicMicOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/Contents.json new file mode 100644 index 000000000..2892f9176 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@1x.png new file mode 100644 index 000000000..7ff6b895e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@2x.png new file mode 100644 index 000000000..a369f445b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@3x.png new file mode 100644 index 000000000..bb976e616 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline16.imageset/MusicOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/Contents.json new file mode 100644 index 000000000..b735ee354 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@1x.png new file mode 100644 index 000000000..1d61cbb9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@2x.png new file mode 100644 index 000000000..5d86e8757 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@3x.png new file mode 100644 index 000000000..07556d75c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline24.imageset/MusicOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/Contents.json new file mode 100644 index 000000000..d88078663 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@1x.png new file mode 100644 index 000000000..33a9c4fe0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@2x.png new file mode 100644 index 000000000..afdbab7cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@3x.png new file mode 100644 index 000000000..8839ae915 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicOutline36.imageset/MusicOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/Contents.json new file mode 100644 index 000000000..3865c27ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@1x.png new file mode 100644 index 000000000..08ae88f35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@2x.png new file mode 100644 index 000000000..734cb7563 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@3x.png new file mode 100644 index 000000000..77a664f99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill16.imageset/MusicPodcastFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/Contents.json new file mode 100644 index 000000000..39a5d6c0d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@1x.png new file mode 100644 index 000000000..e51a2f3ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@2x.png new file mode 100644 index 000000000..98b3dfa79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@3x.png new file mode 100644 index 000000000..13f3bdabe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill24.imageset/MusicPodcastFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/Contents.json new file mode 100644 index 000000000..08563a062 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@1x.png new file mode 100644 index 000000000..8c0a41e29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@2x.png new file mode 100644 index 000000000..d58714460 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@3x.png new file mode 100644 index 000000000..30c778f40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastFill36.imageset/MusicPodcastFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/Contents.json new file mode 100644 index 000000000..721ae05ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@1x.png new file mode 100644 index 000000000..b09fcd75a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@2x.png new file mode 100644 index 000000000..cd47d7472 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@3x.png new file mode 100644 index 000000000..6def58d26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline16.imageset/MusicPodcastOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/Contents.json new file mode 100644 index 000000000..4c2c61ddb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@1x.png new file mode 100644 index 000000000..6826df51e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@2x.png new file mode 100644 index 000000000..b22e5ec01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@3x.png new file mode 100644 index 000000000..a82a199dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline24.imageset/MusicPodcastOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/Contents.json new file mode 100644 index 000000000..c8b9a57aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicPodcastOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicPodcastOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicPodcastOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@1x.png new file mode 100644 index 000000000..2a408eb9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@2x.png new file mode 100644 index 000000000..f22541953 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@3x.png new file mode 100644 index 000000000..d167dde68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicPodcastOutline36.imageset/MusicPodcastOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/Contents.json new file mode 100644 index 000000000..0212888b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@1x.png new file mode 100644 index 000000000..fdab1f234 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@2x.png new file mode 100644 index 000000000..a16af58ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@3x.png new file mode 100644 index 000000000..f8f6b5bb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill16.imageset/MusicWithLightFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/Contents.json new file mode 100644 index 000000000..5ae08dcd3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@1x.png new file mode 100644 index 000000000..5ed8d88ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@2x.png new file mode 100644 index 000000000..0c29f3c40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@3x.png new file mode 100644 index 000000000..9c8a3326e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill24.imageset/MusicWithLightFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/Contents.json new file mode 100644 index 000000000..ccdfa5f3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@1x.png new file mode 100644 index 000000000..51525711e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@2x.png new file mode 100644 index 000000000..ad71272a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@3x.png new file mode 100644 index 000000000..5dbddd518 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightFill36.imageset/MusicWithLightFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/Contents.json new file mode 100644 index 000000000..c864c84f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@1x.png new file mode 100644 index 000000000..c681c9039 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@2x.png new file mode 100644 index 000000000..61a45a193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@3x.png new file mode 100644 index 000000000..ab10c0d39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline16.imageset/MusicWithLightOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/Contents.json new file mode 100644 index 000000000..57ed9d3a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@1x.png new file mode 100644 index 000000000..ea661ebb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@2x.png new file mode 100644 index 000000000..c575985b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@3x.png new file mode 100644 index 000000000..a29f534ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline24.imageset/MusicWithLightOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/Contents.json new file mode 100644 index 000000000..1a3dbd8e8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MusicWithLightOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MusicWithLightOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MusicWithLightOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@1x.png new file mode 100644 index 000000000..b0cb03ed3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@2x.png new file mode 100644 index 000000000..3f16c1a73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@3x.png new file mode 100644 index 000000000..a698ffb63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MusicWithLightOutline36.imageset/MusicWithLightOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/Contents.json new file mode 100644 index 000000000..4d2b9cc0b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@1x.png new file mode 100644 index 000000000..d4bd9062d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@2x.png new file mode 100644 index 000000000..10a635ba0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@3x.png new file mode 100644 index 000000000..edbaed59d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill16.imageset/MuteFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/Contents.json new file mode 100644 index 000000000..fa28feb21 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@1x.png new file mode 100644 index 000000000..307dc9965 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@2x.png new file mode 100644 index 000000000..d1647704f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@3x.png new file mode 100644 index 000000000..cc09edd18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill24.imageset/MuteFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/Contents.json new file mode 100644 index 000000000..bef3fa99b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@1x.png new file mode 100644 index 000000000..d21b31dfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@2x.png new file mode 100644 index 000000000..f1ae0b191 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@3x.png new file mode 100644 index 000000000..a768787bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteFill36.imageset/MuteFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/Contents.json new file mode 100644 index 000000000..b04458a6e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@1x.png new file mode 100644 index 000000000..448aa8b78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@2x.png new file mode 100644 index 000000000..7801c03a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@3x.png new file mode 100644 index 000000000..3912d833f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline16.imageset/MuteOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/Contents.json new file mode 100644 index 000000000..7b1f1d29f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@1x.png new file mode 100644 index 000000000..a2e841e6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@2x.png new file mode 100644 index 000000000..4db058440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@3x.png new file mode 100644 index 000000000..69e68b7ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline24.imageset/MuteOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/Contents.json new file mode 100644 index 000000000..e3d0a3aa4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "MuteOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "MuteOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "MuteOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@1x.png new file mode 100644 index 000000000..8288b1fca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@2x.png new file mode 100644 index 000000000..b5a80ef6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@3x.png new file mode 100644 index 000000000..6cb14490a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/MuteOutline36.imageset/MuteOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Contents.json new file mode 100644 index 000000000..dbde9a06d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Nested-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Nested-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Nested-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@1x.png new file mode 100644 index 000000000..26ef63490 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@2x.png new file mode 100644 index 000000000..ff199c3ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@3x.png new file mode 100644 index 000000000..aabaddd81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested16.imageset/Nested-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Contents.json new file mode 100644 index 000000000..51de9e070 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Nested-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Nested-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Nested-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@1x.png new file mode 100644 index 000000000..a86a7134f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@2x.png new file mode 100644 index 000000000..755d6b1a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@3x.png new file mode 100644 index 000000000..68840bfbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested24.imageset/Nested-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Contents.json new file mode 100644 index 000000000..37bd9943e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Nested-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Nested-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Nested-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@1x.png new file mode 100644 index 000000000..add622028 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@2x.png new file mode 100644 index 000000000..2f2786a3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@3x.png new file mode 100644 index 000000000..f9ac22175 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Nested36.imageset/Nested-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/Contents.json new file mode 100644 index 000000000..da7380b21 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@1x.png new file mode 100644 index 000000000..0093d6598 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@2x.png new file mode 100644 index 000000000..589bf41d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@3x.png new file mode 100644 index 000000000..6953086a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill16.imageset/NetworkFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/Contents.json new file mode 100644 index 000000000..ae4505cb5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@1x.png new file mode 100644 index 000000000..3b26b9156 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@2x.png new file mode 100644 index 000000000..ba8454cd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@3x.png new file mode 100644 index 000000000..21e5f6f4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill24.imageset/NetworkFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/Contents.json new file mode 100644 index 000000000..f8512781b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@1x.png new file mode 100644 index 000000000..4aeaceee8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@2x.png new file mode 100644 index 000000000..bae23c2df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@3x.png new file mode 100644 index 000000000..a781415b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkFill36.imageset/NetworkFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/Contents.json new file mode 100644 index 000000000..2dc1e44a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@1x.png new file mode 100644 index 000000000..63bf09956 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@2x.png new file mode 100644 index 000000000..e61db9966 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@3x.png new file mode 100644 index 000000000..4fa1d2819 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline16.imageset/NetworkOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/Contents.json new file mode 100644 index 000000000..94a85a177 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@1x.png new file mode 100644 index 000000000..c3beb33ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@2x.png new file mode 100644 index 000000000..17da655b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@3x.png new file mode 100644 index 000000000..c4eb83ef3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline24.imageset/NetworkOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/Contents.json new file mode 100644 index 000000000..fcf3f13ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NetworkOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NetworkOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NetworkOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@1x.png new file mode 100644 index 000000000..8beef6a10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@2x.png new file mode 100644 index 000000000..8593de95b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@3x.png new file mode 100644 index 000000000..05092abfd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NetworkOutline36.imageset/NetworkOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/Contents.json new file mode 100644 index 000000000..36dce33c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@1x.png new file mode 100644 index 000000000..c49946729 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@2x.png new file mode 100644 index 000000000..273385293 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@3x.png new file mode 100644 index 000000000..84a37472f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill16.imageset/NewsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/Contents.json new file mode 100644 index 000000000..063131e79 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@1x.png new file mode 100644 index 000000000..8a5bc7695 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@2x.png new file mode 100644 index 000000000..4e5acb57e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@3x.png new file mode 100644 index 000000000..4f7b71760 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill24.imageset/NewsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/Contents.json new file mode 100644 index 000000000..ae5b7de35 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@1x.png new file mode 100644 index 000000000..3deb51160 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@2x.png new file mode 100644 index 000000000..41b7d8558 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@3x.png new file mode 100644 index 000000000..d56801e11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsFill36.imageset/NewsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/Contents.json new file mode 100644 index 000000000..4cd272565 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@1x.png new file mode 100644 index 000000000..44bcf2079 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@2x.png new file mode 100644 index 000000000..36c58a2e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@3x.png new file mode 100644 index 000000000..e1d2facb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline16.imageset/NewsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/Contents.json new file mode 100644 index 000000000..83df15b3e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@1x.png new file mode 100644 index 000000000..5bc35be8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@2x.png new file mode 100644 index 000000000..0c6e09947 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@3x.png new file mode 100644 index 000000000..6fa3f5077 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline24.imageset/NewsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/Contents.json new file mode 100644 index 000000000..427634e00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@1x.png new file mode 100644 index 000000000..05d7a720c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@2x.png new file mode 100644 index 000000000..3c56f24c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@3x.png new file mode 100644 index 000000000..e398c3780 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsOutline36.imageset/NewsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/Contents.json new file mode 100644 index 000000000..66f889d0d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@1x.png new file mode 100644 index 000000000..7dae072ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@2x.png new file mode 100644 index 000000000..360ccd427 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@3x.png new file mode 100644 index 000000000..b13cd7474 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill16.imageset/NewsPaperFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/Contents.json new file mode 100644 index 000000000..d4e6951f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@1x.png new file mode 100644 index 000000000..b7fcbecb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@2x.png new file mode 100644 index 000000000..1596bc5a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@3x.png new file mode 100644 index 000000000..143dff1f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill24.imageset/NewsPaperFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/Contents.json new file mode 100644 index 000000000..98fb3c1e7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@1x.png new file mode 100644 index 000000000..4c28a3419 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@2x.png new file mode 100644 index 000000000..1e395e650 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@3x.png new file mode 100644 index 000000000..b0ab9e250 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperFill36.imageset/NewsPaperFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/Contents.json new file mode 100644 index 000000000..556e99124 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@1x.png new file mode 100644 index 000000000..c96c7719b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@2x.png new file mode 100644 index 000000000..178629bd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@3x.png new file mode 100644 index 000000000..ce5b5251a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline16.imageset/NewsPaperOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/Contents.json new file mode 100644 index 000000000..df25a2d46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@1x.png new file mode 100644 index 000000000..a2fec0a05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@2x.png new file mode 100644 index 000000000..a3903ed75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@3x.png new file mode 100644 index 000000000..367cb18d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline24.imageset/NewsPaperOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/Contents.json new file mode 100644 index 000000000..e0b1f506d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NewsPaperOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NewsPaperOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NewsPaperOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@1x.png new file mode 100644 index 000000000..64e5a9400 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@2x.png new file mode 100644 index 000000000..753b89bee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@3x.png new file mode 100644 index 000000000..f95d3d7cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NewsPaperOutline36.imageset/NewsPaperOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/Contents.json new file mode 100644 index 000000000..dc4a0809d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@1x.png new file mode 100644 index 000000000..4489254e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@2x.png new file mode 100644 index 000000000..41ad9727e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@3x.png new file mode 100644 index 000000000..b90ae3b2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill16.imageset/NextFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/Contents.json new file mode 100644 index 000000000..7dfb58bd9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@1x.png new file mode 100644 index 000000000..cd017c169 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@2x.png new file mode 100644 index 000000000..7a47707d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@3x.png new file mode 100644 index 000000000..af150fda7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill24.imageset/NextFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/Contents.json new file mode 100644 index 000000000..4423c7a5a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@1x.png new file mode 100644 index 000000000..0ef48132a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@2x.png new file mode 100644 index 000000000..ed8ae3bdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@3x.png new file mode 100644 index 000000000..5b1786917 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextFill36.imageset/NextFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/Contents.json new file mode 100644 index 000000000..71a86da89 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@1x.png new file mode 100644 index 000000000..80a36583f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@2x.png new file mode 100644 index 000000000..3ea239121 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@3x.png new file mode 100644 index 000000000..cc38d8cc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline16.imageset/NextOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/Contents.json new file mode 100644 index 000000000..715e234c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@1x.png new file mode 100644 index 000000000..aaf3a4597 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@2x.png new file mode 100644 index 000000000..63ebb28b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@3x.png new file mode 100644 index 000000000..89f90d7f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline24.imageset/NextOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/Contents.json new file mode 100644 index 000000000..01c55f4ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NextOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NextOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NextOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@1x.png new file mode 100644 index 000000000..41d87a6eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@2x.png new file mode 100644 index 000000000..74c96f549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@3x.png new file mode 100644 index 000000000..1a8ffdc65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NextOutline36.imageset/NextOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/Contents.json new file mode 100644 index 000000000..bd728b34b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@1x.png new file mode 100644 index 000000000..ab3fb423e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@2x.png new file mode 100644 index 000000000..f204ac5ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@3x.png new file mode 100644 index 000000000..47ffcced1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill16.imageset/NoteFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/Contents.json new file mode 100644 index 000000000..0ddf25ab0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@1x.png new file mode 100644 index 000000000..9d89434f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@2x.png new file mode 100644 index 000000000..ca6f23b32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@3x.png new file mode 100644 index 000000000..966182ace Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill24.imageset/NoteFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/Contents.json new file mode 100644 index 000000000..c98cea9e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@1x.png new file mode 100644 index 000000000..e7a0896ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@2x.png new file mode 100644 index 000000000..bab4a9e6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@3x.png new file mode 100644 index 000000000..ebd7af928 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteFill36.imageset/NoteFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/Contents.json new file mode 100644 index 000000000..f734ac514 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@1x.png new file mode 100644 index 000000000..aed4f19a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@2x.png new file mode 100644 index 000000000..819c93d26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@3x.png new file mode 100644 index 000000000..3fb66fc69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline16.imageset/NoteOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/Contents.json new file mode 100644 index 000000000..e1797392d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@1x.png new file mode 100644 index 000000000..627e5fc12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@2x.png new file mode 100644 index 000000000..4256dec4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@3x.png new file mode 100644 index 000000000..2889246da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline24.imageset/NoteOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/Contents.json new file mode 100644 index 000000000..c81a15d46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NoteOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NoteOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NoteOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@1x.png new file mode 100644 index 000000000..c09fad3d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@2x.png new file mode 100644 index 000000000..f87172209 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@3x.png new file mode 100644 index 000000000..394712c80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NoteOutline36.imageset/NoteOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/Contents.json new file mode 100644 index 000000000..e5f1b7427 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@1x.png new file mode 100644 index 000000000..29c2a03fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@2x.png new file mode 100644 index 000000000..3be86b37b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@3x.png new file mode 100644 index 000000000..3baf901c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill16.imageset/NotebookFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/Contents.json new file mode 100644 index 000000000..c7dd13c8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@1x.png new file mode 100644 index 000000000..5c77ebea3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@2x.png new file mode 100644 index 000000000..304fadcd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@3x.png new file mode 100644 index 000000000..9ef690d08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill24.imageset/NotebookFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/Contents.json new file mode 100644 index 000000000..eb484c12f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@1x.png new file mode 100644 index 000000000..26a571fab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@2x.png new file mode 100644 index 000000000..71b534127 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@3x.png new file mode 100644 index 000000000..ea085c91d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookFill36.imageset/NotebookFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/Contents.json new file mode 100644 index 000000000..96740b5ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@1x.png new file mode 100644 index 000000000..7a8fd18e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@2x.png new file mode 100644 index 000000000..3adf8819d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@3x.png new file mode 100644 index 000000000..db822b0a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline16.imageset/NotebookOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/Contents.json new file mode 100644 index 000000000..5a4f8880a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@1x.png new file mode 100644 index 000000000..f077df11f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@2x.png new file mode 100644 index 000000000..0296bc5ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@3x.png new file mode 100644 index 000000000..99a715c01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline24.imageset/NotebookOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/Contents.json new file mode 100644 index 000000000..a33356649 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@1x.png new file mode 100644 index 000000000..f2c721886 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@2x.png new file mode 100644 index 000000000..94841a096 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@3x.png new file mode 100644 index 000000000..7f956bee1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookOutline36.imageset/NotebookOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/Contents.json new file mode 100644 index 000000000..a114082fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@1x.png new file mode 100644 index 000000000..830c78b6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@2x.png new file mode 100644 index 000000000..4421c3913 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@3x.png new file mode 100644 index 000000000..f9a5c9d55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill16.imageset/NotebookWavesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/Contents.json new file mode 100644 index 000000000..7948dafca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@1x.png new file mode 100644 index 000000000..723fbcfc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@2x.png new file mode 100644 index 000000000..dfc74eda5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@3x.png new file mode 100644 index 000000000..e9ea1d499 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill24.imageset/NotebookWavesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/Contents.json new file mode 100644 index 000000000..2cbe1177d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@1x.png new file mode 100644 index 000000000..f96cec672 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@2x.png new file mode 100644 index 000000000..d143eab45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@3x.png new file mode 100644 index 000000000..bc8966706 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesFill36.imageset/NotebookWavesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/Contents.json new file mode 100644 index 000000000..76f9249be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@1x.png new file mode 100644 index 000000000..e090ea908 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@2x.png new file mode 100644 index 000000000..8a7ceebcb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@3x.png new file mode 100644 index 000000000..b9f5cb1bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline16.imageset/NotebookWavesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/Contents.json new file mode 100644 index 000000000..626aca6d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@1x.png new file mode 100644 index 000000000..21e3f7416 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@2x.png new file mode 100644 index 000000000..5b749189d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@3x.png new file mode 100644 index 000000000..fbeaf1156 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline24.imageset/NotebookWavesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/Contents.json new file mode 100644 index 000000000..f300ebfab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "NotebookWavesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "NotebookWavesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "NotebookWavesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@1x.png new file mode 100644 index 000000000..fb471b771 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@2x.png new file mode 100644 index 000000000..5cae1c95c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@3x.png new file mode 100644 index 000000000..244b6f911 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/NotebookWavesOutline36.imageset/NotebookWavesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/Contents.json new file mode 100644 index 000000000..c8522aa0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@1x.png new file mode 100644 index 000000000..16868aff6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@2x.png new file mode 100644 index 000000000..14165816d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@3x.png new file mode 100644 index 000000000..034f0c426 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill16.imageset/ObjectsSymbolsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/Contents.json new file mode 100644 index 000000000..8657191ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@1x.png new file mode 100644 index 000000000..7b6119e7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@2x.png new file mode 100644 index 000000000..5b8254b79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@3x.png new file mode 100644 index 000000000..866132170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill24.imageset/ObjectsSymbolsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/Contents.json new file mode 100644 index 000000000..481725065 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@1x.png new file mode 100644 index 000000000..98852fd62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@2x.png new file mode 100644 index 000000000..4ef5a05e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@3x.png new file mode 100644 index 000000000..027350c88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsFill36.imageset/ObjectsSymbolsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/Contents.json new file mode 100644 index 000000000..16586181e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@1x.png new file mode 100644 index 000000000..3afd60757 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@2x.png new file mode 100644 index 000000000..0af30ceba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@3x.png new file mode 100644 index 000000000..60ddb3c8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline16.imageset/ObjectsSymbolsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/Contents.json new file mode 100644 index 000000000..059724f30 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@1x.png new file mode 100644 index 000000000..b7ceb7886 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@2x.png new file mode 100644 index 000000000..8401d941e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@3x.png new file mode 100644 index 000000000..5001df631 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline24.imageset/ObjectsSymbolsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/Contents.json new file mode 100644 index 000000000..ae3c102c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ObjectsSymbolsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@1x.png new file mode 100644 index 000000000..025258d11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@2x.png new file mode 100644 index 000000000..e3794eaaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@3x.png new file mode 100644 index 000000000..cb7a076cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ObjectsSymbolsOutline36.imageset/ObjectsSymbolsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/Contents.json new file mode 100644 index 000000000..314a6995e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@1x.png new file mode 100644 index 000000000..c956003cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@2x.png new file mode 100644 index 000000000..6c617fec0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@3x.png new file mode 100644 index 000000000..784daf043 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill16.imageset/OpenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/Contents.json new file mode 100644 index 000000000..b324c5dca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@1x.png new file mode 100644 index 000000000..0218511cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@2x.png new file mode 100644 index 000000000..635444e53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@3x.png new file mode 100644 index 000000000..266f2ebae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill24.imageset/OpenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/Contents.json new file mode 100644 index 000000000..686dbd541 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@1x.png new file mode 100644 index 000000000..8c204ff1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@2x.png new file mode 100644 index 000000000..0f5ee0cd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@3x.png new file mode 100644 index 000000000..b296a1d8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenFill36.imageset/OpenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/Contents.json new file mode 100644 index 000000000..ab5e35a15 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@1x.png new file mode 100644 index 000000000..c6eadd312 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@2x.png new file mode 100644 index 000000000..126391351 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@3x.png new file mode 100644 index 000000000..e8d95e4b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline16.imageset/OpenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/Contents.json new file mode 100644 index 000000000..a3329f15b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@1x.png new file mode 100644 index 000000000..c6d51adce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@2x.png new file mode 100644 index 000000000..1bf908d3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@3x.png new file mode 100644 index 000000000..787382c64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline24.imageset/OpenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/Contents.json new file mode 100644 index 000000000..566ed7557 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "OpenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "OpenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "OpenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@1x.png new file mode 100644 index 000000000..379fb9e84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@2x.png new file mode 100644 index 000000000..149fc798a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@3x.png new file mode 100644 index 000000000..b5f8fc925 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/OpenOutline36.imageset/OpenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/Contents.json new file mode 100644 index 000000000..28aeffd67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@1x.png new file mode 100644 index 000000000..0b73ff339 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@2x.png new file mode 100644 index 000000000..040436c6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@3x.png new file mode 100644 index 000000000..6d90e8293 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill16.imageset/PanelSidebarLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/Contents.json new file mode 100644 index 000000000..7ea46b698 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@1x.png new file mode 100644 index 000000000..11d3878ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@2x.png new file mode 100644 index 000000000..bbb1c4da0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@3x.png new file mode 100644 index 000000000..8b3e4cee7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill24.imageset/PanelSidebarLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/Contents.json new file mode 100644 index 000000000..bb05b7260 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@1x.png new file mode 100644 index 000000000..2efc0e795 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@2x.png new file mode 100644 index 000000000..8d20212c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@3x.png new file mode 100644 index 000000000..c206f44c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFill36.imageset/PanelSidebarLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/Contents.json new file mode 100644 index 000000000..17ba499d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@1x.png new file mode 100644 index 000000000..3c9fd7705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@2x.png new file mode 100644 index 000000000..67a1bea7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@3x.png new file mode 100644 index 000000000..4039d18ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill16.imageset/PanelSidebarLFocusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/Contents.json new file mode 100644 index 000000000..affff4b7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@1x.png new file mode 100644 index 000000000..fff96979b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@2x.png new file mode 100644 index 000000000..5c15d6d02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@3x.png new file mode 100644 index 000000000..e30287853 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill24.imageset/PanelSidebarLFocusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/Contents.json new file mode 100644 index 000000000..8cad95bdd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@1x.png new file mode 100644 index 000000000..2e9ea0412 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@2x.png new file mode 100644 index 000000000..9a9351309 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@3x.png new file mode 100644 index 000000000..2cb5620f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusFill36.imageset/PanelSidebarLFocusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/Contents.json new file mode 100644 index 000000000..0ccdb9a5f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@1x.png new file mode 100644 index 000000000..4f0cbb662 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@2x.png new file mode 100644 index 000000000..128e56372 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@3x.png new file mode 100644 index 000000000..7cf4ec938 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline16.imageset/PanelSidebarLFocusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/Contents.json new file mode 100644 index 000000000..7fcf7291c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@1x.png new file mode 100644 index 000000000..fd4f8fe1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@2x.png new file mode 100644 index 000000000..6c6a63989 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@3x.png new file mode 100644 index 000000000..2afa7c372 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline24.imageset/PanelSidebarLFocusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/Contents.json new file mode 100644 index 000000000..0cac1a1d8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLFocusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@1x.png new file mode 100644 index 000000000..370184264 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@2x.png new file mode 100644 index 000000000..39df7060c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@3x.png new file mode 100644 index 000000000..879f0b42d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLFocusOutline36.imageset/PanelSidebarLFocusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/Contents.json new file mode 100644 index 000000000..0fed0f798 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@1x.png new file mode 100644 index 000000000..f6c4d14b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@2x.png new file mode 100644 index 000000000..dad297c32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@3x.png new file mode 100644 index 000000000..67f3b680d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline16.imageset/PanelSidebarLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/Contents.json new file mode 100644 index 000000000..69f2e2df5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@1x.png new file mode 100644 index 000000000..1c58ca92d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@2x.png new file mode 100644 index 000000000..0111a23a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@3x.png new file mode 100644 index 000000000..c13089354 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline24.imageset/PanelSidebarLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/Contents.json new file mode 100644 index 000000000..5868da3af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@1x.png new file mode 100644 index 000000000..1a8402b22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@2x.png new file mode 100644 index 000000000..4e4217dcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@3x.png new file mode 100644 index 000000000..a2f8d36d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarLOutline36.imageset/PanelSidebarLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/Contents.json new file mode 100644 index 000000000..b31881d5f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@1x.png new file mode 100644 index 000000000..8f42767be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@2x.png new file mode 100644 index 000000000..42f36bef0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@3x.png new file mode 100644 index 000000000..fe3a4d24d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill16.imageset/PanelSidebarRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/Contents.json new file mode 100644 index 000000000..5939886b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@1x.png new file mode 100644 index 000000000..fa7da82d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@2x.png new file mode 100644 index 000000000..8c93dd207 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@3x.png new file mode 100644 index 000000000..bfba19322 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill24.imageset/PanelSidebarRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/Contents.json new file mode 100644 index 000000000..70c0bdde8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@1x.png new file mode 100644 index 000000000..cec2688a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@2x.png new file mode 100644 index 000000000..9898c7f7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@3x.png new file mode 100644 index 000000000..6d7e95ccd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFill36.imageset/PanelSidebarRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/Contents.json new file mode 100644 index 000000000..c59160210 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@1x.png new file mode 100644 index 000000000..040406d0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@2x.png new file mode 100644 index 000000000..ec87f14b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@3x.png new file mode 100644 index 000000000..13fd2bcaf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill16.imageset/PanelSidebarRFocusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/Contents.json new file mode 100644 index 000000000..8beb6682f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@1x.png new file mode 100644 index 000000000..1b97591a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@2x.png new file mode 100644 index 000000000..b21cea7c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@3x.png new file mode 100644 index 000000000..0ed44d81f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill24.imageset/PanelSidebarRFocusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/Contents.json new file mode 100644 index 000000000..fa9528b41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@1x.png new file mode 100644 index 000000000..667c77e4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@2x.png new file mode 100644 index 000000000..95f3dee21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@3x.png new file mode 100644 index 000000000..0efb07d98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusFill36.imageset/PanelSidebarRFocusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/Contents.json new file mode 100644 index 000000000..eeb4f83fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@1x.png new file mode 100644 index 000000000..6694196f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@2x.png new file mode 100644 index 000000000..954c1c52a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@3x.png new file mode 100644 index 000000000..0bd5418ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline16.imageset/PanelSidebarRFocusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/Contents.json new file mode 100644 index 000000000..ea719aa7a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@1x.png new file mode 100644 index 000000000..4b4e15649 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@2x.png new file mode 100644 index 000000000..40949e730 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@3x.png new file mode 100644 index 000000000..4047873d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline24.imageset/PanelSidebarRFocusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/Contents.json new file mode 100644 index 000000000..6b8355f00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarRFocusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@1x.png new file mode 100644 index 000000000..e876430e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@2x.png new file mode 100644 index 000000000..d840d9e0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@3x.png new file mode 100644 index 000000000..e928cfeb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarRFocusOutline36.imageset/PanelSidebarRFocusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/Contents.json new file mode 100644 index 000000000..bca6378ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@1x.png new file mode 100644 index 000000000..c10e24aee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@2x.png new file mode 100644 index 000000000..1f9b651d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@3x.png new file mode 100644 index 000000000..ce52d3d14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline16.imageset/PanelSidebarROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/Contents.json new file mode 100644 index 000000000..619e54b49 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@1x.png new file mode 100644 index 000000000..49fe2dc76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@2x.png new file mode 100644 index 000000000..c91ebfd70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@3x.png new file mode 100644 index 000000000..c08cc3849 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline24.imageset/PanelSidebarROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/Contents.json new file mode 100644 index 000000000..5708e1214 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PanelSidebarROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PanelSidebarROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PanelSidebarROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@1x.png new file mode 100644 index 000000000..fb221d709 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@2x.png new file mode 100644 index 000000000..01ace28ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@3x.png new file mode 100644 index 000000000..617bbbb29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PanelSidebarROutline36.imageset/PanelSidebarROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/Contents.json new file mode 100644 index 000000000..290fd6bc6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@1x.png new file mode 100644 index 000000000..228ab32c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@2x.png new file mode 100644 index 000000000..51ede25ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@3x.png new file mode 100644 index 000000000..c0d25f699 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill16.imageset/ParkingFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/Contents.json new file mode 100644 index 000000000..e62e17230 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@1x.png new file mode 100644 index 000000000..1af7199b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@2x.png new file mode 100644 index 000000000..99f82bd9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@3x.png new file mode 100644 index 000000000..385f26caa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill24.imageset/ParkingFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/Contents.json new file mode 100644 index 000000000..9ffb1a2f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@1x.png new file mode 100644 index 000000000..4004305f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@2x.png new file mode 100644 index 000000000..adcfab10b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@3x.png new file mode 100644 index 000000000..19e057db7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingFill36.imageset/ParkingFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/Contents.json new file mode 100644 index 000000000..fbbd686c1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@1x.png new file mode 100644 index 000000000..f0d823ba1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@2x.png new file mode 100644 index 000000000..e8bb40f3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@3x.png new file mode 100644 index 000000000..35f185098 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline16.imageset/ParkingOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/Contents.json new file mode 100644 index 000000000..62bd61e93 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@1x.png new file mode 100644 index 000000000..e3a82e3a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@2x.png new file mode 100644 index 000000000..f75f0503f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@3x.png new file mode 100644 index 000000000..4b19f030f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline24.imageset/ParkingOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/Contents.json new file mode 100644 index 000000000..45ad9a18e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ParkingOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ParkingOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ParkingOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@1x.png new file mode 100644 index 000000000..28bfca230 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@2x.png new file mode 100644 index 000000000..40406b61e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@3x.png new file mode 100644 index 000000000..3b890c1f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ParkingOutline36.imageset/ParkingOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/Contents.json new file mode 100644 index 000000000..a21128a9d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@1x.png new file mode 100644 index 000000000..fe2c7953e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@2x.png new file mode 100644 index 000000000..23e67bbc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@3x.png new file mode 100644 index 000000000..eada9d4da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill16.imageset/PassportFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/Contents.json new file mode 100644 index 000000000..736c973c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@1x.png new file mode 100644 index 000000000..521632c7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@2x.png new file mode 100644 index 000000000..4ee84cae7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@3x.png new file mode 100644 index 000000000..9577d7dfa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill24.imageset/PassportFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/Contents.json new file mode 100644 index 000000000..94d9d25c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@1x.png new file mode 100644 index 000000000..61cb09e52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@2x.png new file mode 100644 index 000000000..e6ea7e851 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@3x.png new file mode 100644 index 000000000..15af85159 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportFill36.imageset/PassportFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/Contents.json new file mode 100644 index 000000000..0479db45f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@1x.png new file mode 100644 index 000000000..efb7cec8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@2x.png new file mode 100644 index 000000000..61bd18fd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@3x.png new file mode 100644 index 000000000..733b66561 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline16.imageset/PassportOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/Contents.json new file mode 100644 index 000000000..d7ac29ec5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@1x.png new file mode 100644 index 000000000..630230239 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@2x.png new file mode 100644 index 000000000..bbd144a50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@3x.png new file mode 100644 index 000000000..e7dc1e35d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline24.imageset/PassportOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/Contents.json new file mode 100644 index 000000000..e4baa63a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PassportOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PassportOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PassportOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@1x.png new file mode 100644 index 000000000..d7b719d70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@2x.png new file mode 100644 index 000000000..ce7e2938a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@3x.png new file mode 100644 index 000000000..fa3132330 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PassportOutline36.imageset/PassportOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/Contents.json new file mode 100644 index 000000000..aea86754b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@1x.png new file mode 100644 index 000000000..756abac64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@2x.png new file mode 100644 index 000000000..297b51333 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@3x.png new file mode 100644 index 000000000..9b27531fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill16.imageset/PauseFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/Contents.json new file mode 100644 index 000000000..72d24beeb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@1x.png new file mode 100644 index 000000000..6a143ab09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@2x.png new file mode 100644 index 000000000..707cac802 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@3x.png new file mode 100644 index 000000000..b2fc24d69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill24.imageset/PauseFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/Contents.json new file mode 100644 index 000000000..cfc81ed48 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@1x.png new file mode 100644 index 000000000..a98a7435d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@2x.png new file mode 100644 index 000000000..010d1882e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@3x.png new file mode 100644 index 000000000..dc7374c7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseFill36.imageset/PauseFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/Contents.json new file mode 100644 index 000000000..4f622dc34 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@1x.png new file mode 100644 index 000000000..6dc02b39b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@2x.png new file mode 100644 index 000000000..77b67dd68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@3x.png new file mode 100644 index 000000000..cf3aa97bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline16.imageset/PauseOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/Contents.json new file mode 100644 index 000000000..fdf60a057 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@1x.png new file mode 100644 index 000000000..5f6394226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@2x.png new file mode 100644 index 000000000..cf0ae8892 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@3x.png new file mode 100644 index 000000000..319d0d2ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline24.imageset/PauseOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/Contents.json new file mode 100644 index 000000000..f6736ef5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PauseOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PauseOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PauseOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@1x.png new file mode 100644 index 000000000..8096fb510 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@2x.png new file mode 100644 index 000000000..23c59c7ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@3x.png new file mode 100644 index 000000000..dd0ea87b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PauseOutline36.imageset/PauseOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/Contents.json new file mode 100644 index 000000000..588faa566 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@1x.png new file mode 100644 index 000000000..c16bf7b4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@2x.png new file mode 100644 index 000000000..1d81b7294 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@3x.png new file mode 100644 index 000000000..51a3f0868 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill16.imageset/PawFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/Contents.json new file mode 100644 index 000000000..7ee839c5b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@1x.png new file mode 100644 index 000000000..1e2004c8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@2x.png new file mode 100644 index 000000000..c0885c02f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@3x.png new file mode 100644 index 000000000..7236c338e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill24.imageset/PawFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/Contents.json new file mode 100644 index 000000000..a5f7b1738 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@1x.png new file mode 100644 index 000000000..5311bd050 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@2x.png new file mode 100644 index 000000000..0b362ec7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@3x.png new file mode 100644 index 000000000..1b73925ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawFill36.imageset/PawFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/Contents.json new file mode 100644 index 000000000..4111c9d11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@1x.png new file mode 100644 index 000000000..481d13cbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@2x.png new file mode 100644 index 000000000..1ad32026e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@3x.png new file mode 100644 index 000000000..defa9884a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline16.imageset/PawOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/Contents.json new file mode 100644 index 000000000..566585f98 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@1x.png new file mode 100644 index 000000000..3f71cfd81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@2x.png new file mode 100644 index 000000000..2ed1e7d88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@3x.png new file mode 100644 index 000000000..fa451d00f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline24.imageset/PawOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/Contents.json new file mode 100644 index 000000000..2a2c2075b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PawOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PawOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PawOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@1x.png new file mode 100644 index 000000000..7227a4911 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@2x.png new file mode 100644 index 000000000..3bf35540a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@3x.png new file mode 100644 index 000000000..d8a95a113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PawOutline36.imageset/PawOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/Contents.json new file mode 100644 index 000000000..92ebb8edb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@1x.png new file mode 100644 index 000000000..b3cfffbe0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@2x.png new file mode 100644 index 000000000..70efd01de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@3x.png new file mode 100644 index 000000000..20f0bdbf6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill16.imageset/PeopleGroupBigFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/Contents.json new file mode 100644 index 000000000..224afa342 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@1x.png new file mode 100644 index 000000000..0211ffd0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@2x.png new file mode 100644 index 000000000..c45afe781 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@3x.png new file mode 100644 index 000000000..97a881cab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill24.imageset/PeopleGroupBigFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/Contents.json new file mode 100644 index 000000000..b92e3ac16 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@1x.png new file mode 100644 index 000000000..5c512326f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@2x.png new file mode 100644 index 000000000..4ee5855dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@3x.png new file mode 100644 index 000000000..2e3d16232 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigFill36.imageset/PeopleGroupBigFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/Contents.json new file mode 100644 index 000000000..f25daa568 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@1x.png new file mode 100644 index 000000000..9383505a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@2x.png new file mode 100644 index 000000000..f2436002c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@3x.png new file mode 100644 index 000000000..ea3395d6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline16.imageset/PeopleGroupBigOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/Contents.json new file mode 100644 index 000000000..0cd4cf37a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@1x.png new file mode 100644 index 000000000..a12fa68e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@2x.png new file mode 100644 index 000000000..e721cd6f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@3x.png new file mode 100644 index 000000000..f0ba29038 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline24.imageset/PeopleGroupBigOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/Contents.json new file mode 100644 index 000000000..e431f0ca0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupBigOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@1x.png new file mode 100644 index 000000000..2fec9424f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@2x.png new file mode 100644 index 000000000..766c40cc4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@3x.png new file mode 100644 index 000000000..df68b8e75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupBigOutline36.imageset/PeopleGroupBigOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/Contents.json new file mode 100644 index 000000000..043f77e4a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@1x.png new file mode 100644 index 000000000..7fd021fb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@2x.png new file mode 100644 index 000000000..4b45e725e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@3x.png new file mode 100644 index 000000000..d93b3fdfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill16.imageset/PeopleGroupFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/Contents.json new file mode 100644 index 000000000..8ce60525c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@1x.png new file mode 100644 index 000000000..99cd2be31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@2x.png new file mode 100644 index 000000000..187cf8246 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@3x.png new file mode 100644 index 000000000..239e7755f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill24.imageset/PeopleGroupFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/Contents.json new file mode 100644 index 000000000..64d6918db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@1x.png new file mode 100644 index 000000000..db34ef686 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@2x.png new file mode 100644 index 000000000..0cc14dfa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@3x.png new file mode 100644 index 000000000..a4cb526d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupFill36.imageset/PeopleGroupFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/Contents.json new file mode 100644 index 000000000..9124f6180 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@1x.png new file mode 100644 index 000000000..9b1babddb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@2x.png new file mode 100644 index 000000000..9c39a36ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@3x.png new file mode 100644 index 000000000..2f6052e81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline16.imageset/PeopleGroupOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/Contents.json new file mode 100644 index 000000000..3539bc074 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@1x.png new file mode 100644 index 000000000..cbb331c46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@2x.png new file mode 100644 index 000000000..6b46b5584 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@3x.png new file mode 100644 index 000000000..c2fb1de49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline24.imageset/PeopleGroupOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/Contents.json new file mode 100644 index 000000000..3f8f69c28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PeopleGroupOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PeopleGroupOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PeopleGroupOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@1x.png new file mode 100644 index 000000000..6bf44a159 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@2x.png new file mode 100644 index 000000000..45333a79e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@3x.png new file mode 100644 index 000000000..517248e95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PeopleGroupOutline36.imageset/PeopleGroupOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Contents.json new file mode 100644 index 000000000..68b9534ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Percent-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Percent-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Percent-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@1x.png new file mode 100644 index 000000000..3d2e89b24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@2x.png new file mode 100644 index 000000000..b4fff056b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@3x.png new file mode 100644 index 000000000..e480a263a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent16.imageset/Percent-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Contents.json new file mode 100644 index 000000000..b77401341 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Percent-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Percent-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Percent-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@1x.png new file mode 100644 index 000000000..53dd63590 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@2x.png new file mode 100644 index 000000000..d76690520 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@3x.png new file mode 100644 index 000000000..496016699 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent24.imageset/Percent-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Contents.json new file mode 100644 index 000000000..222c40aeb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Percent-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Percent-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Percent-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@1x.png new file mode 100644 index 000000000..3e81cba82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@2x.png new file mode 100644 index 000000000..9829f53b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@3x.png new file mode 100644 index 000000000..becccdc5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Percent36.imageset/Percent-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/Contents.json new file mode 100644 index 000000000..64d8bb8ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@1x.png new file mode 100644 index 000000000..405f183c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@2x.png new file mode 100644 index 000000000..5b79d6655 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@3x.png new file mode 100644 index 000000000..bd853c4f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill16.imageset/PictureCopyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/Contents.json new file mode 100644 index 000000000..5530c455f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@1x.png new file mode 100644 index 000000000..93ab7063b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@2x.png new file mode 100644 index 000000000..2c3f5e44f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@3x.png new file mode 100644 index 000000000..c514be2b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill24.imageset/PictureCopyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/Contents.json new file mode 100644 index 000000000..6a770be49 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@1x.png new file mode 100644 index 000000000..f718f67bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@2x.png new file mode 100644 index 000000000..862485af3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@3x.png new file mode 100644 index 000000000..13f535765 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyFill36.imageset/PictureCopyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/Contents.json new file mode 100644 index 000000000..a248c8020 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@1x.png new file mode 100644 index 000000000..6dc1e28c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@2x.png new file mode 100644 index 000000000..7130f5e02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@3x.png new file mode 100644 index 000000000..d262521dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline16.imageset/PictureCopyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/Contents.json new file mode 100644 index 000000000..0fb8665e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@1x.png new file mode 100644 index 000000000..bd2a3c1df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@2x.png new file mode 100644 index 000000000..627f35190 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@3x.png new file mode 100644 index 000000000..19795d0a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline24.imageset/PictureCopyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/Contents.json new file mode 100644 index 000000000..de0ddaed9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureCopyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureCopyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureCopyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@1x.png new file mode 100644 index 000000000..b3da00eac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@2x.png new file mode 100644 index 000000000..1f39211e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@3x.png new file mode 100644 index 000000000..0a91e610b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureCopyOutline36.imageset/PictureCopyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/Contents.json new file mode 100644 index 000000000..f1ee30036 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@1x.png new file mode 100644 index 000000000..1d6fb79ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@2x.png new file mode 100644 index 000000000..a8b0168fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@3x.png new file mode 100644 index 000000000..f054e8b20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill16.imageset/PictureFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/Contents.json new file mode 100644 index 000000000..f71fac969 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@1x.png new file mode 100644 index 000000000..0e2269809 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@2x.png new file mode 100644 index 000000000..bb3479ccc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@3x.png new file mode 100644 index 000000000..306c151b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill24.imageset/PictureFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/Contents.json new file mode 100644 index 000000000..82d0baff2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@1x.png new file mode 100644 index 000000000..f8c4887af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@2x.png new file mode 100644 index 000000000..6d760392e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@3x.png new file mode 100644 index 000000000..000843eae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureFill36.imageset/PictureFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/Contents.json new file mode 100644 index 000000000..59e6ff888 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@1x.png new file mode 100644 index 000000000..a72c9f7d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@2x.png new file mode 100644 index 000000000..5f100e241 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@3x.png new file mode 100644 index 000000000..60f516196 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline16.imageset/PictureOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/Contents.json new file mode 100644 index 000000000..36e9587a5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@1x.png new file mode 100644 index 000000000..b5b7a74fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@2x.png new file mode 100644 index 000000000..1edd3f460 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@3x.png new file mode 100644 index 000000000..3647c604e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline24.imageset/PictureOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/Contents.json new file mode 100644 index 000000000..116b5ad75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PictureOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PictureOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PictureOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@1x.png new file mode 100644 index 000000000..08d4d27a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@2x.png new file mode 100644 index 000000000..ff9b655d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@3x.png new file mode 100644 index 000000000..7ebfeef7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PictureOutline36.imageset/PictureOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/Contents.json new file mode 100644 index 000000000..6098e1221 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@1x.png new file mode 100644 index 000000000..add0c5d99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@2x.png new file mode 100644 index 000000000..e506b55fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@3x.png new file mode 100644 index 000000000..d19d7e6f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill16.imageset/PinDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/Contents.json new file mode 100644 index 000000000..d7098684e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@1x.png new file mode 100644 index 000000000..5c465593a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@2x.png new file mode 100644 index 000000000..267a9f525 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@3x.png new file mode 100644 index 000000000..3907dfd3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill24.imageset/PinDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/Contents.json new file mode 100644 index 000000000..9d98c3c1f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@1x.png new file mode 100644 index 000000000..c24635805 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@2x.png new file mode 100644 index 000000000..91d5a2bbb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@3x.png new file mode 100644 index 000000000..351308806 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashFill36.imageset/PinDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..e38a9dd9d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@1x.png new file mode 100644 index 000000000..58140fdaf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@2x.png new file mode 100644 index 000000000..b4fd7e99e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@3x.png new file mode 100644 index 000000000..3d9004bd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline16.imageset/PinDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..63775c64b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@1x.png new file mode 100644 index 000000000..f8e2cece5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@2x.png new file mode 100644 index 000000000..1bb3a7f2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@3x.png new file mode 100644 index 000000000..26c449a1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline24.imageset/PinDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..345648fae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@1x.png new file mode 100644 index 000000000..af2578f8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@2x.png new file mode 100644 index 000000000..fac44cdb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@3x.png new file mode 100644 index 000000000..5c226f70d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinDashOutline36.imageset/PinDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/Contents.json new file mode 100644 index 000000000..054c60c12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@1x.png new file mode 100644 index 000000000..1d2436300 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@2x.png new file mode 100644 index 000000000..5cec97c04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@3x.png new file mode 100644 index 000000000..bb36cf921 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill16.imageset/PinFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/Contents.json new file mode 100644 index 000000000..c7df40330 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@1x.png new file mode 100644 index 000000000..22c22eb0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@2x.png new file mode 100644 index 000000000..69a87c48d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@3x.png new file mode 100644 index 000000000..a6057724d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill24.imageset/PinFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/Contents.json new file mode 100644 index 000000000..4c3872b1a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@1x.png new file mode 100644 index 000000000..337bf38e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@2x.png new file mode 100644 index 000000000..159404375 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@3x.png new file mode 100644 index 000000000..88d25d1f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinFill36.imageset/PinFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/Contents.json new file mode 100644 index 000000000..84212941b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@1x.png new file mode 100644 index 000000000..7fd0afeb9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@2x.png new file mode 100644 index 000000000..5112f98cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@3x.png new file mode 100644 index 000000000..671e42e59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill16.imageset/PinListFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/Contents.json new file mode 100644 index 000000000..1f9116553 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@1x.png new file mode 100644 index 000000000..161663889 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@2x.png new file mode 100644 index 000000000..ab916da76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@3x.png new file mode 100644 index 000000000..aa54d63e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill24.imageset/PinListFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/Contents.json new file mode 100644 index 000000000..c184b1056 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@1x.png new file mode 100644 index 000000000..7e932ec86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@2x.png new file mode 100644 index 000000000..c8e1fd0dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@3x.png new file mode 100644 index 000000000..3a75af780 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListFill36.imageset/PinListFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/Contents.json new file mode 100644 index 000000000..9a93549b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@1x.png new file mode 100644 index 000000000..fa8feab3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@2x.png new file mode 100644 index 000000000..8721d5438 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@3x.png new file mode 100644 index 000000000..46a5bf725 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline16.imageset/PinListOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/Contents.json new file mode 100644 index 000000000..fbf2a8a3f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@1x.png new file mode 100644 index 000000000..def17430f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@2x.png new file mode 100644 index 000000000..1b64d596f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@3x.png new file mode 100644 index 000000000..739721f6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline24.imageset/PinListOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/Contents.json new file mode 100644 index 000000000..cd828c806 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinListOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinListOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinListOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@1x.png new file mode 100644 index 000000000..0cee406e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@2x.png new file mode 100644 index 000000000..019b4dd32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@3x.png new file mode 100644 index 000000000..7d7f564f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinListOutline36.imageset/PinListOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/Contents.json new file mode 100644 index 000000000..a54f09fa5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@1x.png new file mode 100644 index 000000000..01ee7f997 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@2x.png new file mode 100644 index 000000000..8e40a2d8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@3x.png new file mode 100644 index 000000000..13c8bcfca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline16.imageset/PinOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/Contents.json new file mode 100644 index 000000000..0b2a8a3ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@1x.png new file mode 100644 index 000000000..d32fab193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@2x.png new file mode 100644 index 000000000..fd69e79b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@3x.png new file mode 100644 index 000000000..caac1152a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline24.imageset/PinOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/Contents.json new file mode 100644 index 000000000..1b4e9d396 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PinOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PinOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PinOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@1x.png new file mode 100644 index 000000000..aca64ce2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@2x.png new file mode 100644 index 000000000..6414885e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@3x.png new file mode 100644 index 000000000..88cd4aba5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PinOutline36.imageset/PinOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/Contents.json new file mode 100644 index 000000000..b423a9135 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@1x.png new file mode 100644 index 000000000..44e59ed72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@2x.png new file mode 100644 index 000000000..1cad8b542 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@3x.png new file mode 100644 index 000000000..1682c9e28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill16.imageset/PipFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/Contents.json new file mode 100644 index 000000000..5684d3c78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@1x.png new file mode 100644 index 000000000..25da3d2d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@2x.png new file mode 100644 index 000000000..12710154f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@3x.png new file mode 100644 index 000000000..cea0f882a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill24.imageset/PipFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/Contents.json new file mode 100644 index 000000000..1175c6613 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@1x.png new file mode 100644 index 000000000..fe3a80720 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@2x.png new file mode 100644 index 000000000..6b4dc8c08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@3x.png new file mode 100644 index 000000000..81217ba55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipFill36.imageset/PipFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/Contents.json new file mode 100644 index 000000000..7fd980d47 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@1x.png new file mode 100644 index 000000000..cdc594fb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@2x.png new file mode 100644 index 000000000..baaffa391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@3x.png new file mode 100644 index 000000000..c89d26b69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill16.imageset/PipOffFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/Contents.json new file mode 100644 index 000000000..6ce348fbe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@1x.png new file mode 100644 index 000000000..9b126ab90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@2x.png new file mode 100644 index 000000000..68375a7cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@3x.png new file mode 100644 index 000000000..2315ae15b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill24.imageset/PipOffFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/Contents.json new file mode 100644 index 000000000..7cab9a967 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@1x.png new file mode 100644 index 000000000..14bbedde5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@2x.png new file mode 100644 index 000000000..71a0e107c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@3x.png new file mode 100644 index 000000000..902ffd4cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffFill36.imageset/PipOffFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/Contents.json new file mode 100644 index 000000000..111bd32a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@1x.png new file mode 100644 index 000000000..4b33641be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@2x.png new file mode 100644 index 000000000..4c1634836 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@3x.png new file mode 100644 index 000000000..34d3581d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline16.imageset/PipOffOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/Contents.json new file mode 100644 index 000000000..be593a58e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@1x.png new file mode 100644 index 000000000..9565dc379 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@2x.png new file mode 100644 index 000000000..9ea95756f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@3x.png new file mode 100644 index 000000000..deea05aef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline24.imageset/PipOffOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/Contents.json new file mode 100644 index 000000000..3f4c3a36e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOffOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOffOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOffOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@1x.png new file mode 100644 index 000000000..36c17f815 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@2x.png new file mode 100644 index 000000000..3488ecc69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@3x.png new file mode 100644 index 000000000..12c85d346 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOffOutline36.imageset/PipOffOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/Contents.json new file mode 100644 index 000000000..08c0205f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@1x.png new file mode 100644 index 000000000..2effff2c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@2x.png new file mode 100644 index 000000000..aa644766f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@3x.png new file mode 100644 index 000000000..b453f05d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill16.imageset/PipOnFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/Contents.json new file mode 100644 index 000000000..dba07b722 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@1x.png new file mode 100644 index 000000000..664204e02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@2x.png new file mode 100644 index 000000000..a8bccd8f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@3x.png new file mode 100644 index 000000000..6d49bfb1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill24.imageset/PipOnFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/Contents.json new file mode 100644 index 000000000..4c777fdd4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@1x.png new file mode 100644 index 000000000..fe54d979c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@2x.png new file mode 100644 index 000000000..0eee75df4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@3x.png new file mode 100644 index 000000000..9e6f3c195 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnFill36.imageset/PipOnFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/Contents.json new file mode 100644 index 000000000..ddb9aee9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@1x.png new file mode 100644 index 000000000..44fa8dcf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@2x.png new file mode 100644 index 000000000..a04429558 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@3x.png new file mode 100644 index 000000000..1a77fa8e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline16.imageset/PipOnOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/Contents.json new file mode 100644 index 000000000..d6d45b947 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@1x.png new file mode 100644 index 000000000..29d36aa04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@2x.png new file mode 100644 index 000000000..30dc96676 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@3x.png new file mode 100644 index 000000000..a95b3f572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline24.imageset/PipOnOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/Contents.json new file mode 100644 index 000000000..986da48b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOnOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOnOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOnOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@1x.png new file mode 100644 index 000000000..b569aef8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@2x.png new file mode 100644 index 000000000..880b2b5b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@3x.png new file mode 100644 index 000000000..f5feeabe8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOnOutline36.imageset/PipOnOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/Contents.json new file mode 100644 index 000000000..d78cd1c1a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@1x.png new file mode 100644 index 000000000..6029f30ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@2x.png new file mode 100644 index 000000000..e32e916ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@3x.png new file mode 100644 index 000000000..5f0c2f929 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline16.imageset/PipOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/Contents.json new file mode 100644 index 000000000..b356c1ace --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@1x.png new file mode 100644 index 000000000..4418caa4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@2x.png new file mode 100644 index 000000000..ce768375b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@3x.png new file mode 100644 index 000000000..153a413d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline24.imageset/PipOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/Contents.json new file mode 100644 index 000000000..e13582e28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PipOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PipOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PipOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@1x.png new file mode 100644 index 000000000..f7cfc2f44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@2x.png new file mode 100644 index 000000000..2f7216459 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@3x.png new file mode 100644 index 000000000..b001af53f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PipOutline36.imageset/PipOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/Contents.json new file mode 100644 index 000000000..a77f92a58 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@1x.png new file mode 100644 index 000000000..94e2d8284 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@2x.png new file mode 100644 index 000000000..129a0b3b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@3x.png new file mode 100644 index 000000000..e0950ea6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill16.imageset/PlaneDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/Contents.json new file mode 100644 index 000000000..474d0236b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@1x.png new file mode 100644 index 000000000..4939e8abb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@2x.png new file mode 100644 index 000000000..b761ad7e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@3x.png new file mode 100644 index 000000000..44ecfd44d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill24.imageset/PlaneDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/Contents.json new file mode 100644 index 000000000..895dd3a79 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@1x.png new file mode 100644 index 000000000..8615601eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@2x.png new file mode 100644 index 000000000..d27c7c19a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@3x.png new file mode 100644 index 000000000..b2e9986a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashFill36.imageset/PlaneDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..5914aa6ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@1x.png new file mode 100644 index 000000000..c6ca2ebd8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@2x.png new file mode 100644 index 000000000..c0185267b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@3x.png new file mode 100644 index 000000000..78c6df243 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline16.imageset/PlaneDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..93d959792 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@1x.png new file mode 100644 index 000000000..78db5b1d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@2x.png new file mode 100644 index 000000000..bcf7fb82a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@3x.png new file mode 100644 index 000000000..03a1e3c41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline24.imageset/PlaneDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..9b773bfe8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@1x.png new file mode 100644 index 000000000..ba5c2bd16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@2x.png new file mode 100644 index 000000000..9a36fc5fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@3x.png new file mode 100644 index 000000000..befefcea1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneDashOutline36.imageset/PlaneDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/Contents.json new file mode 100644 index 000000000..456e9f6af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@1x.png new file mode 100644 index 000000000..1c2841f69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@2x.png new file mode 100644 index 000000000..e0ce1ec69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@3x.png new file mode 100644 index 000000000..9f08963a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill16.imageset/PlaneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/Contents.json new file mode 100644 index 000000000..b0f4b70e3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@1x.png new file mode 100644 index 000000000..b6664d5cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@2x.png new file mode 100644 index 000000000..4d31d9e7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@3x.png new file mode 100644 index 000000000..e40cc3283 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill24.imageset/PlaneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/Contents.json new file mode 100644 index 000000000..eec85cb7c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@1x.png new file mode 100644 index 000000000..3d61a18ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@2x.png new file mode 100644 index 000000000..1b82c7840 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@3x.png new file mode 100644 index 000000000..6bf99354f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFill36.imageset/PlaneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/Contents.json new file mode 100644 index 000000000..cf5409021 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@1x.png new file mode 100644 index 000000000..a72864a53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@2x.png new file mode 100644 index 000000000..50a169dcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@3x.png new file mode 100644 index 000000000..bb3d4ddb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill16.imageset/PlaneFlyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/Contents.json new file mode 100644 index 000000000..84ffb2e29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@1x.png new file mode 100644 index 000000000..a39f64505 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@2x.png new file mode 100644 index 000000000..7ff549ad3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@3x.png new file mode 100644 index 000000000..af666280c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill24.imageset/PlaneFlyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/Contents.json new file mode 100644 index 000000000..7b049474e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@1x.png new file mode 100644 index 000000000..fc3382ef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@2x.png new file mode 100644 index 000000000..83997082d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@3x.png new file mode 100644 index 000000000..82a793c25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyFill36.imageset/PlaneFlyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/Contents.json new file mode 100644 index 000000000..ab0adb982 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@1x.png new file mode 100644 index 000000000..49299f7d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@2x.png new file mode 100644 index 000000000..1a056d0b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@3x.png new file mode 100644 index 000000000..762382094 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline16.imageset/PlaneFlyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/Contents.json new file mode 100644 index 000000000..ed76099e3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@1x.png new file mode 100644 index 000000000..4baebb9d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@2x.png new file mode 100644 index 000000000..ea5976888 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@3x.png new file mode 100644 index 000000000..5ae7e62ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline24.imageset/PlaneFlyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/Contents.json new file mode 100644 index 000000000..6072c4433 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneFlyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneFlyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneFlyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@1x.png new file mode 100644 index 000000000..e17517406 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@2x.png new file mode 100644 index 000000000..461b03777 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@3x.png new file mode 100644 index 000000000..04adcb78c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneFlyOutline36.imageset/PlaneFlyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/Contents.json new file mode 100644 index 000000000..5d66e3429 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@1x.png new file mode 100644 index 000000000..9016662c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@2x.png new file mode 100644 index 000000000..35940f7ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@3x.png new file mode 100644 index 000000000..b41ea10ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline16.imageset/PlaneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/Contents.json new file mode 100644 index 000000000..b09d96eb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@1x.png new file mode 100644 index 000000000..ecf578c20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@2x.png new file mode 100644 index 000000000..42237f4c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@3x.png new file mode 100644 index 000000000..70564946e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline24.imageset/PlaneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/Contents.json new file mode 100644 index 000000000..be04b6a15 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlaneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlaneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlaneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@1x.png new file mode 100644 index 000000000..8ea08decf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@2x.png new file mode 100644 index 000000000..868be0dd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@3x.png new file mode 100644 index 000000000..e2a28e498 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlaneOutline36.imageset/PlaneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Contents.json new file mode 100644 index 000000000..e044dd49c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plasma-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plasma-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plasma-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@1x.png new file mode 100644 index 000000000..a33f453b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@2x.png new file mode 100644 index 000000000..8161f44a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@3x.png new file mode 100644 index 000000000..fc71a31a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma16.imageset/Plasma-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Contents.json new file mode 100644 index 000000000..a8b9f0444 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plasma-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plasma-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plasma-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@1x.png new file mode 100644 index 000000000..237f9135d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@2x.png new file mode 100644 index 000000000..004f76f6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@3x.png new file mode 100644 index 000000000..db7c4904a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma24.imageset/Plasma-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Contents.json new file mode 100644 index 000000000..b3849291d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plasma-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plasma-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plasma-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@1x.png new file mode 100644 index 000000000..68f1e38d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@2x.png new file mode 100644 index 000000000..467fcb30e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@3x.png new file mode 100644 index 000000000..d7644791d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plasma36.imageset/Plasma-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..0e54cedc3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@1x.png new file mode 100644 index 000000000..4242c8711 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@2x.png new file mode 100644 index 000000000..28be645be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@3x.png new file mode 100644 index 000000000..449fc8717 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill16.imageset/PlayCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..324c50500 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@1x.png new file mode 100644 index 000000000..5d1b2d710 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@2x.png new file mode 100644 index 000000000..097e537a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@3x.png new file mode 100644 index 000000000..874498174 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill24.imageset/PlayCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..74c0fa31e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@1x.png new file mode 100644 index 000000000..d3c5d07d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@2x.png new file mode 100644 index 000000000..3c6e81df7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@3x.png new file mode 100644 index 000000000..60b45dc2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleFill36.imageset/PlayCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..4d729d412 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@1x.png new file mode 100644 index 000000000..6544fd54b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@2x.png new file mode 100644 index 000000000..752d2bb6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@3x.png new file mode 100644 index 000000000..2c2ba0b08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline16.imageset/PlayCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..bcc285f56 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@1x.png new file mode 100644 index 000000000..eadf60691 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@2x.png new file mode 100644 index 000000000..78ef56f9f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@3x.png new file mode 100644 index 000000000..58e8176d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline24.imageset/PlayCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..b4319e7c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@1x.png new file mode 100644 index 000000000..f867077dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@2x.png new file mode 100644 index 000000000..f3620122b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@3x.png new file mode 100644 index 000000000..9ed1744e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayCircleOutline36.imageset/PlayCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/Contents.json new file mode 100644 index 000000000..388b4daec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@1x.png new file mode 100644 index 000000000..1d121e204 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@2x.png new file mode 100644 index 000000000..54a840f3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@3x.png new file mode 100644 index 000000000..c412b6042 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill16.imageset/PlayFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/Contents.json new file mode 100644 index 000000000..05c04d5a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@1x.png new file mode 100644 index 000000000..5ff8035ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@2x.png new file mode 100644 index 000000000..2c8dc0244 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@3x.png new file mode 100644 index 000000000..ea4c6fbd6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill24.imageset/PlayFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/Contents.json new file mode 100644 index 000000000..a269e6eee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@1x.png new file mode 100644 index 000000000..0e348a0eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@2x.png new file mode 100644 index 000000000..8dcb91a34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@3x.png new file mode 100644 index 000000000..3c0a98793 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayFill36.imageset/PlayFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/Contents.json new file mode 100644 index 000000000..15b23cdc5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@1x.png new file mode 100644 index 000000000..36db787c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@2x.png new file mode 100644 index 000000000..9e2ed989c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@3x.png new file mode 100644 index 000000000..e17919eb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline16.imageset/PlayOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/Contents.json new file mode 100644 index 000000000..2470ed9f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@1x.png new file mode 100644 index 000000000..c480a3545 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@2x.png new file mode 100644 index 000000000..fcd69fa3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@3x.png new file mode 100644 index 000000000..94a6e8a00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline24.imageset/PlayOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/Contents.json new file mode 100644 index 000000000..dee90a911 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlayOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlayOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlayOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@1x.png new file mode 100644 index 000000000..e5d2619b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@2x.png new file mode 100644 index 000000000..4525bc22e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@3x.png new file mode 100644 index 000000000..e643cd826 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlayOutline36.imageset/PlayOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Contents.json new file mode 100644 index 000000000..06cf3a8d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plus-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plus-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plus-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@1x.png new file mode 100644 index 000000000..8e9971161 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@2x.png new file mode 100644 index 000000000..42585499b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@3x.png new file mode 100644 index 000000000..a582cdbbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus16.imageset/Plus-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Contents.json new file mode 100644 index 000000000..0d87a8bbf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plus-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plus-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plus-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@1x.png new file mode 100644 index 000000000..628410a0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@2x.png new file mode 100644 index 000000000..e698f9a02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@3x.png new file mode 100644 index 000000000..b9d49fc0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus24.imageset/Plus-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Contents.json new file mode 100644 index 000000000..a6cbc4342 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Plus-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Plus-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Plus-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@1x.png new file mode 100644 index 000000000..95d4bb6d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@2x.png new file mode 100644 index 000000000..f1c7c0c95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@3x.png new file mode 100644 index 000000000..bca02304a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Plus36.imageset/Plus-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..8d3192035 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@1x.png new file mode 100644 index 000000000..81a3103a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@2x.png new file mode 100644 index 000000000..c7414017c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@3x.png new file mode 100644 index 000000000..b46ebbb25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill16.imageset/PlusCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..8e78a2945 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@1x.png new file mode 100644 index 000000000..a63f5f892 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@2x.png new file mode 100644 index 000000000..24af73ed8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@3x.png new file mode 100644 index 000000000..2b353a826 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill24.imageset/PlusCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..69996b8fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@1x.png new file mode 100644 index 000000000..a2d9d27e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@2x.png new file mode 100644 index 000000000..9b59327fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@3x.png new file mode 100644 index 000000000..ce87fa264 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleFill36.imageset/PlusCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..6e79edc82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@1x.png new file mode 100644 index 000000000..4a730d0bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@2x.png new file mode 100644 index 000000000..54bb2bce5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@3x.png new file mode 100644 index 000000000..fdb324adb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline16.imageset/PlusCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..eed9ad45a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@1x.png new file mode 100644 index 000000000..2d9bd6f68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@2x.png new file mode 100644 index 000000000..059161b60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@3x.png new file mode 100644 index 000000000..e0ff53e47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline24.imageset/PlusCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..cfa7c1d61 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@1x.png new file mode 100644 index 000000000..d8421ab93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@2x.png new file mode 100644 index 000000000..fedb3f645 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@3x.png new file mode 100644 index 000000000..5f03d08cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusCircleOutline36.imageset/PlusCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..fcaef5ce8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@1x.png new file mode 100644 index 000000000..86f04c7ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@2x.png new file mode 100644 index 000000000..4dd99225c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@3x.png new file mode 100644 index 000000000..48b9de0b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill16.imageset/PlusSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..fa1ecff54 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@1x.png new file mode 100644 index 000000000..c322e470a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@2x.png new file mode 100644 index 000000000..26e623bc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@3x.png new file mode 100644 index 000000000..eff6ad7a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill24.imageset/PlusSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..615746adc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@1x.png new file mode 100644 index 000000000..7dcacd92e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@2x.png new file mode 100644 index 000000000..87b2436cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@3x.png new file mode 100644 index 000000000..d46f5f4ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareFill36.imageset/PlusSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..59ac103db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@1x.png new file mode 100644 index 000000000..db2895d6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@2x.png new file mode 100644 index 000000000..33be76b25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@3x.png new file mode 100644 index 000000000..0ca4b90af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline16.imageset/PlusSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..83bdd0bec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@1x.png new file mode 100644 index 000000000..2b2e97cd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@2x.png new file mode 100644 index 000000000..017c47e12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@3x.png new file mode 100644 index 000000000..fb9ae581b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline24.imageset/PlusSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..342e583a3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PlusSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PlusSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PlusSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@1x.png new file mode 100644 index 000000000..cbee20c10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@2x.png new file mode 100644 index 000000000..d8973fbb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@3x.png new file mode 100644 index 000000000..803756ae2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PlusSquareOutline36.imageset/PlusSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/Contents.json new file mode 100644 index 000000000..4664657a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@1x.png new file mode 100644 index 000000000..d5c344cd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@2x.png new file mode 100644 index 000000000..11e5140fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@3x.png new file mode 100644 index 000000000..37e326623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill16.imageset/PostFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/Contents.json new file mode 100644 index 000000000..e9af0fade --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@1x.png new file mode 100644 index 000000000..d18b144a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@2x.png new file mode 100644 index 000000000..5b3847d3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@3x.png new file mode 100644 index 000000000..2f0c50e34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill24.imageset/PostFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/Contents.json new file mode 100644 index 000000000..8a606d2b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@1x.png new file mode 100644 index 000000000..5fcb09731 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@2x.png new file mode 100644 index 000000000..d73470f02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@3x.png new file mode 100644 index 000000000..3b3bad766 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostFill36.imageset/PostFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/Contents.json new file mode 100644 index 000000000..76224a4b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@1x.png new file mode 100644 index 000000000..db95a87f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@2x.png new file mode 100644 index 000000000..7d7ea812d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@3x.png new file mode 100644 index 000000000..827d9cc0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline16.imageset/PostOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/Contents.json new file mode 100644 index 000000000..b722b3cb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@1x.png new file mode 100644 index 000000000..173bb7804 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@2x.png new file mode 100644 index 000000000..80fde62bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@3x.png new file mode 100644 index 000000000..81e63dffe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline24.imageset/PostOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/Contents.json new file mode 100644 index 000000000..ffc470ac0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@1x.png new file mode 100644 index 000000000..e56da22b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@2x.png new file mode 100644 index 000000000..c1414058c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@3x.png new file mode 100644 index 000000000..715230a0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostOutline36.imageset/PostOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/Contents.json new file mode 100644 index 000000000..28647a33f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@1x.png new file mode 100644 index 000000000..971236286 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@2x.png new file mode 100644 index 000000000..00b3a430c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@3x.png new file mode 100644 index 000000000..6c1f3c6c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill16.imageset/PostcardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/Contents.json new file mode 100644 index 000000000..621b488cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@1x.png new file mode 100644 index 000000000..61a5bfc02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@2x.png new file mode 100644 index 000000000..a73a0b6bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@3x.png new file mode 100644 index 000000000..bb495eb01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill24.imageset/PostcardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/Contents.json new file mode 100644 index 000000000..2e823be3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@1x.png new file mode 100644 index 000000000..b40792d12 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@2x.png new file mode 100644 index 000000000..161b9f56b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@3x.png new file mode 100644 index 000000000..bfdd7fd82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardFill36.imageset/PostcardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/Contents.json new file mode 100644 index 000000000..c8afdfd70 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@1x.png new file mode 100644 index 000000000..470ce640c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@2x.png new file mode 100644 index 000000000..690046cde Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@3x.png new file mode 100644 index 000000000..4a0d07de4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline16.imageset/PostcardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/Contents.json new file mode 100644 index 000000000..bc76f6541 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@1x.png new file mode 100644 index 000000000..85e5d99f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@2x.png new file mode 100644 index 000000000..b4f76188e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@3x.png new file mode 100644 index 000000000..2482060ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline24.imageset/PostcardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/Contents.json new file mode 100644 index 000000000..e63b520e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PostcardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PostcardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PostcardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@1x.png new file mode 100644 index 000000000..2275b1d29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@2x.png new file mode 100644 index 000000000..f4867a504 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@3x.png new file mode 100644 index 000000000..1da7e9538 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PostcardOutline36.imageset/PostcardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Contents.json new file mode 100644 index 000000000..17ebe716f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Power-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Power-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Power-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@1x.png new file mode 100644 index 000000000..40a743943 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@2x.png new file mode 100644 index 000000000..5764fe3ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@3x.png new file mode 100644 index 000000000..bb6d6b99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power16.imageset/Power-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Contents.json new file mode 100644 index 000000000..055d752d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Power-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Power-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Power-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@1x.png new file mode 100644 index 000000000..3f4388b3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@2x.png new file mode 100644 index 000000000..df028921f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@3x.png new file mode 100644 index 000000000..ec2d54516 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power24.imageset/Power-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Contents.json new file mode 100644 index 000000000..6e8a5d67a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Power-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Power-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Power-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@1x.png new file mode 100644 index 000000000..54019c14f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@2x.png new file mode 100644 index 000000000..351775491 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@3x.png new file mode 100644 index 000000000..662665e52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Power36.imageset/Power-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/Contents.json new file mode 100644 index 000000000..170faa071 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@1x.png new file mode 100644 index 000000000..bf52e4308 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@2x.png new file mode 100644 index 000000000..5d50a48fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@3x.png new file mode 100644 index 000000000..e2607c869 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill16.imageset/PowerWireCableFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/Contents.json new file mode 100644 index 000000000..9284fe82a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@1x.png new file mode 100644 index 000000000..a82ea4f3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@2x.png new file mode 100644 index 000000000..852a70e6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@3x.png new file mode 100644 index 000000000..a4c9907b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill24.imageset/PowerWireCableFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/Contents.json new file mode 100644 index 000000000..51b5cf81a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@1x.png new file mode 100644 index 000000000..2aaef4916 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@2x.png new file mode 100644 index 000000000..7476b5082 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@3x.png new file mode 100644 index 000000000..a4ed9d40f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableFill36.imageset/PowerWireCableFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/Contents.json new file mode 100644 index 000000000..ea7473f99 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@1x.png new file mode 100644 index 000000000..5ea4dacdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@2x.png new file mode 100644 index 000000000..6a6c21d7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@3x.png new file mode 100644 index 000000000..3e69778bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline16.imageset/PowerWireCableOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/Contents.json new file mode 100644 index 000000000..5c7090138 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@1x.png new file mode 100644 index 000000000..ddb924c18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@2x.png new file mode 100644 index 000000000..2fb9746c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@3x.png new file mode 100644 index 000000000..6cdb3b945 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline24.imageset/PowerWireCableOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/Contents.json new file mode 100644 index 000000000..68a02f8eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireCableOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireCableOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireCableOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@1x.png new file mode 100644 index 000000000..6192a5924 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@2x.png new file mode 100644 index 000000000..5c35f7a7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@3x.png new file mode 100644 index 000000000..5248844fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireCableOutline36.imageset/PowerWireCableOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/Contents.json new file mode 100644 index 000000000..1230a3e3a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@1x.png new file mode 100644 index 000000000..e07c5cca4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@2x.png new file mode 100644 index 000000000..25c3cbc24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@3x.png new file mode 100644 index 000000000..8b4b0863a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill16.imageset/PowerWireDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/Contents.json new file mode 100644 index 000000000..2b791330f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@1x.png new file mode 100644 index 000000000..0291ccfb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@2x.png new file mode 100644 index 000000000..064a860a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@3x.png new file mode 100644 index 000000000..470829e21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill24.imageset/PowerWireDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/Contents.json new file mode 100644 index 000000000..8f9f432e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@1x.png new file mode 100644 index 000000000..ff0883458 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@2x.png new file mode 100644 index 000000000..6a31d6a59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@3x.png new file mode 100644 index 000000000..141574a7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashFill36.imageset/PowerWireDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..7ed3ceb65 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@1x.png new file mode 100644 index 000000000..e45225031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@2x.png new file mode 100644 index 000000000..eb0eda62d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@3x.png new file mode 100644 index 000000000..aef7ce2d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline16.imageset/PowerWireDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..e5102f2fc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@1x.png new file mode 100644 index 000000000..b71107ea7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@2x.png new file mode 100644 index 000000000..ad2e5772a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@3x.png new file mode 100644 index 000000000..c2c8044ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline24.imageset/PowerWireDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..449a520ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@1x.png new file mode 100644 index 000000000..5b5504fa7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@2x.png new file mode 100644 index 000000000..2e4d9c2ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@3x.png new file mode 100644 index 000000000..596ac3621 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireDashOutline36.imageset/PowerWireDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/Contents.json new file mode 100644 index 000000000..030d08f28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@1x.png new file mode 100644 index 000000000..eb48cae59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@2x.png new file mode 100644 index 000000000..fe4abd451 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@3x.png new file mode 100644 index 000000000..bfb7eb28a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill16.imageset/PowerWireFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/Contents.json new file mode 100644 index 000000000..93bf413d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@1x.png new file mode 100644 index 000000000..4644c299c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@2x.png new file mode 100644 index 000000000..e877517b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@3x.png new file mode 100644 index 000000000..4acaa2cea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill24.imageset/PowerWireFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/Contents.json new file mode 100644 index 000000000..39c7f1782 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@1x.png new file mode 100644 index 000000000..09e6b1058 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@2x.png new file mode 100644 index 000000000..180842561 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@3x.png new file mode 100644 index 000000000..59d1ef4a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireFill36.imageset/PowerWireFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/Contents.json new file mode 100644 index 000000000..5d059cbeb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@1x.png new file mode 100644 index 000000000..2c587a826 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@2x.png new file mode 100644 index 000000000..fa8db1c0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@3x.png new file mode 100644 index 000000000..11fc92d18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline16.imageset/PowerWireOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/Contents.json new file mode 100644 index 000000000..a87f85731 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@1x.png new file mode 100644 index 000000000..852d35d9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@2x.png new file mode 100644 index 000000000..d372d4078 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@3x.png new file mode 100644 index 000000000..f88e00e10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline24.imageset/PowerWireOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/Contents.json new file mode 100644 index 000000000..902349142 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PowerWireOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PowerWireOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PowerWireOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@1x.png new file mode 100644 index 000000000..36c694fb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@2x.png new file mode 100644 index 000000000..20b1ecfab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@3x.png new file mode 100644 index 000000000..d726f92ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PowerWireOutline36.imageset/PowerWireOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/Contents.json new file mode 100644 index 000000000..b0fca7383 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@1x.png new file mode 100644 index 000000000..b4e43f451 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@2x.png new file mode 100644 index 000000000..8d0243295 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@3x.png new file mode 100644 index 000000000..364a82fd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill16.imageset/PramFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/Contents.json new file mode 100644 index 000000000..d794ed133 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@1x.png new file mode 100644 index 000000000..d19f9c38d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@2x.png new file mode 100644 index 000000000..1d70ca92d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@3x.png new file mode 100644 index 000000000..c6ac3bedd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill24.imageset/PramFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/Contents.json new file mode 100644 index 000000000..397ad657e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@1x.png new file mode 100644 index 000000000..4da034fc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@2x.png new file mode 100644 index 000000000..911ca1945 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@3x.png new file mode 100644 index 000000000..328674a98 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramFill36.imageset/PramFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/Contents.json new file mode 100644 index 000000000..a0e3ccd9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@1x.png new file mode 100644 index 000000000..db7806b5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@2x.png new file mode 100644 index 000000000..5c3f87bd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@3x.png new file mode 100644 index 000000000..45eb1c5ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline16.imageset/PramOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/Contents.json new file mode 100644 index 000000000..1f4c2de87 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@1x.png new file mode 100644 index 000000000..684a6d58f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@2x.png new file mode 100644 index 000000000..d860a8858 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@3x.png new file mode 100644 index 000000000..c18ff05d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline24.imageset/PramOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/Contents.json new file mode 100644 index 000000000..425dc79af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PramOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PramOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PramOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@1x.png new file mode 100644 index 000000000..9aa4b1c5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@2x.png new file mode 100644 index 000000000..c2fdb9c24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@3x.png new file mode 100644 index 000000000..73b9708fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PramOutline36.imageset/PramOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/Contents.json new file mode 100644 index 000000000..bb84c47a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@1x.png new file mode 100644 index 000000000..725471562 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@2x.png new file mode 100644 index 000000000..30c14805c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@3x.png new file mode 100644 index 000000000..79c2141c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill16.imageset/PreviousFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/Contents.json new file mode 100644 index 000000000..6b5280cef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@1x.png new file mode 100644 index 000000000..89d9e5a56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@2x.png new file mode 100644 index 000000000..f21d16de3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@3x.png new file mode 100644 index 000000000..ca7540235 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill24.imageset/PreviousFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/Contents.json new file mode 100644 index 000000000..7c1cde983 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@1x.png new file mode 100644 index 000000000..5fe63c3ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@2x.png new file mode 100644 index 000000000..f5ba52174 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@3x.png new file mode 100644 index 000000000..936378bee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousFill36.imageset/PreviousFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/Contents.json new file mode 100644 index 000000000..326864776 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@1x.png new file mode 100644 index 000000000..dc5b15193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@2x.png new file mode 100644 index 000000000..d22b84c67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@3x.png new file mode 100644 index 000000000..08ffce579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline16.imageset/PreviousOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/Contents.json new file mode 100644 index 000000000..da4314861 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@1x.png new file mode 100644 index 000000000..f6f52e5ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@2x.png new file mode 100644 index 000000000..591c5494b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@3x.png new file mode 100644 index 000000000..c277aa612 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline24.imageset/PreviousOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/Contents.json new file mode 100644 index 000000000..fdfd5c5d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "PreviousOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "PreviousOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "PreviousOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@1x.png new file mode 100644 index 000000000..700767cef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@2x.png new file mode 100644 index 000000000..bb877eedb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@3x.png new file mode 100644 index 000000000..894a74300 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/PreviousOutline36.imageset/PreviousOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/Contents.json new file mode 100644 index 000000000..58185a04b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@1x.png new file mode 100644 index 000000000..63d972e3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@2x.png new file mode 100644 index 000000000..02d408d4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@3x.png new file mode 100644 index 000000000..85d05e561 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill16.imageset/ProfileBadgeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/Contents.json new file mode 100644 index 000000000..f1dad1fb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@1x.png new file mode 100644 index 000000000..058aa55fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@2x.png new file mode 100644 index 000000000..d82820df3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@3x.png new file mode 100644 index 000000000..211e9d99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill24.imageset/ProfileBadgeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/Contents.json new file mode 100644 index 000000000..b68f0d347 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@1x.png new file mode 100644 index 000000000..ece095e23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@2x.png new file mode 100644 index 000000000..44e3970b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@3x.png new file mode 100644 index 000000000..b190e5822 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeFill36.imageset/ProfileBadgeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/Contents.json new file mode 100644 index 000000000..34509d89b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@1x.png new file mode 100644 index 000000000..0ee36fbe9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@2x.png new file mode 100644 index 000000000..d5a843b4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@3x.png new file mode 100644 index 000000000..fc0b00517 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline16.imageset/ProfileBadgeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/Contents.json new file mode 100644 index 000000000..c44c17fa4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@1x.png new file mode 100644 index 000000000..42a7c2536 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@2x.png new file mode 100644 index 000000000..5bf64d369 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@3x.png new file mode 100644 index 000000000..25d6d87d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline24.imageset/ProfileBadgeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/Contents.json new file mode 100644 index 000000000..98fba3f6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileBadgeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@1x.png new file mode 100644 index 000000000..289fd444d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@2x.png new file mode 100644 index 000000000..5526d4a03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@3x.png new file mode 100644 index 000000000..db2404522 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileBadgeOutline36.imageset/ProfileBadgeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..ad52a2328 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@1x.png new file mode 100644 index 000000000..a38a85abb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@2x.png new file mode 100644 index 000000000..f7ea561c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@3x.png new file mode 100644 index 000000000..70a146693 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill16.imageset/ProfileCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..998b1c6ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@1x.png new file mode 100644 index 000000000..6fa55040d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@2x.png new file mode 100644 index 000000000..1c7508c18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@3x.png new file mode 100644 index 000000000..8dc9b39e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill24.imageset/ProfileCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..69815ebef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@1x.png new file mode 100644 index 000000000..4cb382291 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@2x.png new file mode 100644 index 000000000..3f763f39d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@3x.png new file mode 100644 index 000000000..dcf1ea589 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleFill36.imageset/ProfileCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..9fbe20e54 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@1x.png new file mode 100644 index 000000000..52bef8fc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@2x.png new file mode 100644 index 000000000..3350f93ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@3x.png new file mode 100644 index 000000000..f03fe0729 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline16.imageset/ProfileCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..a46355941 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@1x.png new file mode 100644 index 000000000..96967faf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@2x.png new file mode 100644 index 000000000..680bbf815 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@3x.png new file mode 100644 index 000000000..fc540977b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline24.imageset/ProfileCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..61bde6569 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@1x.png new file mode 100644 index 000000000..cfeafb7f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@2x.png new file mode 100644 index 000000000..8d7d64753 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@3x.png new file mode 100644 index 000000000..4254a1454 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCircleOutline36.imageset/ProfileCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/Contents.json new file mode 100644 index 000000000..35d8a10bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@1x.png new file mode 100644 index 000000000..2ca59d737 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@2x.png new file mode 100644 index 000000000..a4366488d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@3x.png new file mode 100644 index 000000000..516f19e2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill16.imageset/ProfileCrossFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/Contents.json new file mode 100644 index 000000000..cb17d5d71 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@1x.png new file mode 100644 index 000000000..694c89bea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@2x.png new file mode 100644 index 000000000..d2b532df6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@3x.png new file mode 100644 index 000000000..5e5b8097f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill24.imageset/ProfileCrossFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/Contents.json new file mode 100644 index 000000000..53ac24af1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@1x.png new file mode 100644 index 000000000..371e401a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@2x.png new file mode 100644 index 000000000..d09047a8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@3x.png new file mode 100644 index 000000000..c0e4bd83e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossFill36.imageset/ProfileCrossFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/Contents.json new file mode 100644 index 000000000..05b36a54c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@1x.png new file mode 100644 index 000000000..fcee60fdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@2x.png new file mode 100644 index 000000000..9aa27d09e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@3x.png new file mode 100644 index 000000000..fce09e367 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline16.imageset/ProfileCrossOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/Contents.json new file mode 100644 index 000000000..633638ce5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@1x.png new file mode 100644 index 000000000..696f65e3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@2x.png new file mode 100644 index 000000000..e14287dc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@3x.png new file mode 100644 index 000000000..c4c838d3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline24.imageset/ProfileCrossOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/Contents.json new file mode 100644 index 000000000..ff54449c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileCrossOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileCrossOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileCrossOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@1x.png new file mode 100644 index 000000000..802a4d3af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@2x.png new file mode 100644 index 000000000..938eccfe9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@3x.png new file mode 100644 index 000000000..c6efd4990 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileCrossOutline36.imageset/ProfileCrossOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/Contents.json new file mode 100644 index 000000000..75104d499 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@1x.png new file mode 100644 index 000000000..bfa06ae26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@2x.png new file mode 100644 index 000000000..3feb13d38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@3x.png new file mode 100644 index 000000000..ee674d0ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill16.imageset/ProfileFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/Contents.json new file mode 100644 index 000000000..ff48e682a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@1x.png new file mode 100644 index 000000000..34e42967a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@2x.png new file mode 100644 index 000000000..f6e59c5e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@3x.png new file mode 100644 index 000000000..938628f27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill24.imageset/ProfileFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/Contents.json new file mode 100644 index 000000000..bfa314353 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@1x.png new file mode 100644 index 000000000..7c8f35c26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@2x.png new file mode 100644 index 000000000..aff755399 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@3x.png new file mode 100644 index 000000000..8a1f4ad8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileFill36.imageset/ProfileFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/Contents.json new file mode 100644 index 000000000..7c58808e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@1x.png new file mode 100644 index 000000000..48546672e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@2x.png new file mode 100644 index 000000000..15a70f3cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@3x.png new file mode 100644 index 000000000..9748d6301 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline16.imageset/ProfileOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/Contents.json new file mode 100644 index 000000000..058d9d04a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@1x.png new file mode 100644 index 000000000..a6c11cc8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@2x.png new file mode 100644 index 000000000..c79d04478 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@3x.png new file mode 100644 index 000000000..70d6659ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline24.imageset/ProfileOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/Contents.json new file mode 100644 index 000000000..320fcef4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@1x.png new file mode 100644 index 000000000..88fd2a657 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@2x.png new file mode 100644 index 000000000..a69f27eb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@3x.png new file mode 100644 index 000000000..33e2fc217 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileOutline36.imageset/ProfileOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/Contents.json new file mode 100644 index 000000000..207c69a2b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@1x.png new file mode 100644 index 000000000..1256f74a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@2x.png new file mode 100644 index 000000000..95996de20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@3x.png new file mode 100644 index 000000000..1331af93b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill16.imageset/ProfilePlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/Contents.json new file mode 100644 index 000000000..17c456f41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@1x.png new file mode 100644 index 000000000..26c6cf6f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@2x.png new file mode 100644 index 000000000..57df4505d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@3x.png new file mode 100644 index 000000000..e8898ea82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill24.imageset/ProfilePlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/Contents.json new file mode 100644 index 000000000..cbecf2da8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@1x.png new file mode 100644 index 000000000..64536460e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@2x.png new file mode 100644 index 000000000..ce56cbf85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@3x.png new file mode 100644 index 000000000..742bd1de7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusFill36.imageset/ProfilePlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..c520b604c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@1x.png new file mode 100644 index 000000000..9b17951b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@2x.png new file mode 100644 index 000000000..d2dc692c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@3x.png new file mode 100644 index 000000000..dd04ef238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline16.imageset/ProfilePlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..791d5711f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@1x.png new file mode 100644 index 000000000..9178213cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@2x.png new file mode 100644 index 000000000..c7f96a24c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@3x.png new file mode 100644 index 000000000..5d43a7c1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline24.imageset/ProfilePlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..d86b6ad75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfilePlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfilePlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfilePlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@1x.png new file mode 100644 index 000000000..5a2e70dd4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@2x.png new file mode 100644 index 000000000..936ceb2bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@3x.png new file mode 100644 index 000000000..ee5400419 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfilePlusOutline36.imageset/ProfilePlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..474a091ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@1x.png new file mode 100644 index 000000000..72b1f667b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@2x.png new file mode 100644 index 000000000..f30649fdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@3x.png new file mode 100644 index 000000000..114fe6302 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill16.imageset/ProfileSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..c46a32a0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@1x.png new file mode 100644 index 000000000..dba34bad9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@2x.png new file mode 100644 index 000000000..e816df2e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@3x.png new file mode 100644 index 000000000..131a3df91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill24.imageset/ProfileSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..2350b9eb6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@1x.png new file mode 100644 index 000000000..5d0721fad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@2x.png new file mode 100644 index 000000000..b593bfae6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@3x.png new file mode 100644 index 000000000..8677ccd95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareFill36.imageset/ProfileSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..00979645e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@1x.png new file mode 100644 index 000000000..4c1e3f4b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@2x.png new file mode 100644 index 000000000..7363497f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@3x.png new file mode 100644 index 000000000..ec5113ac3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline16.imageset/ProfileSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..5891ef162 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@1x.png new file mode 100644 index 000000000..7d47dec5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@2x.png new file mode 100644 index 000000000..d37fa86c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@3x.png new file mode 100644 index 000000000..a48819b46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline24.imageset/ProfileSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..950763a0c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ProfileSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ProfileSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ProfileSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@1x.png new file mode 100644 index 000000000..a7a5e40b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@2x.png new file mode 100644 index 000000000..1a58011ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@3x.png new file mode 100644 index 000000000..88f115e13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ProfileSquareOutline36.imageset/ProfileSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/Contents.json new file mode 100644 index 000000000..f2a626873 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "QRCode-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "QRCode-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "QRCode-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@1x.png new file mode 100644 index 000000000..a22aceaca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@2x.png new file mode 100644 index 000000000..de6cfa4a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@3x.png new file mode 100644 index 000000000..78cc3dc75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode16.imageset/QRCode-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/Contents.json new file mode 100644 index 000000000..1b46f49bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "QRCode-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "QRCode-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "QRCode-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@1x.png new file mode 100644 index 000000000..9fded9a84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@2x.png new file mode 100644 index 000000000..a7c4723cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@3x.png new file mode 100644 index 000000000..f2ed8debb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode24.imageset/QRCode-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/Contents.json new file mode 100644 index 000000000..f2c467c07 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "QRCode-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "QRCode-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "QRCode-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@1x.png new file mode 100644 index 000000000..ed1fc0e2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@2x.png new file mode 100644 index 000000000..78c8a749f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@3x.png new file mode 100644 index 000000000..8a96b2034 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/QRCode36.imageset/QRCode-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/Contents.json new file mode 100644 index 000000000..0ed8b9f7e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@1x.png new file mode 100644 index 000000000..fa88a3404 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@2x.png new file mode 100644 index 000000000..5825ffd3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@3x.png new file mode 100644 index 000000000..d16289238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill16.imageset/RadioFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/Contents.json new file mode 100644 index 000000000..351e06c39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@1x.png new file mode 100644 index 000000000..dce5a752b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@2x.png new file mode 100644 index 000000000..eb47ae3dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@3x.png new file mode 100644 index 000000000..508dd05e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill24.imageset/RadioFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/Contents.json new file mode 100644 index 000000000..e4e196961 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@1x.png new file mode 100644 index 000000000..e5150fc6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@2x.png new file mode 100644 index 000000000..00f0ef227 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@3x.png new file mode 100644 index 000000000..3ed9dac77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioFill36.imageset/RadioFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/Contents.json new file mode 100644 index 000000000..319d86bd3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@1x.png new file mode 100644 index 000000000..c7ede1b99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@2x.png new file mode 100644 index 000000000..005820f2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@3x.png new file mode 100644 index 000000000..97325ad5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline16.imageset/RadioOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/Contents.json new file mode 100644 index 000000000..573f4b733 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@1x.png new file mode 100644 index 000000000..713d305fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@2x.png new file mode 100644 index 000000000..293b360d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@3x.png new file mode 100644 index 000000000..e19aaab80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline24.imageset/RadioOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/Contents.json new file mode 100644 index 000000000..b96b55355 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RadioOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RadioOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RadioOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@1x.png new file mode 100644 index 000000000..72ccf20ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@2x.png new file mode 100644 index 000000000..7e5c04e8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@3x.png new file mode 100644 index 000000000..4e1fa6393 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RadioOutline36.imageset/RadioOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/Contents.json new file mode 100644 index 000000000..9aaab0a1f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@1x.png new file mode 100644 index 000000000..1be2b7081 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@2x.png new file mode 100644 index 000000000..39f0cdad2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@3x.png new file mode 100644 index 000000000..82eb323ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill16.imageset/RedCrossFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/Contents.json new file mode 100644 index 000000000..d0ccbef8b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@1x.png new file mode 100644 index 000000000..25e6120dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@2x.png new file mode 100644 index 000000000..288fafc65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@3x.png new file mode 100644 index 000000000..b04e0df2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill24.imageset/RedCrossFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/Contents.json new file mode 100644 index 000000000..9ec8dbf1f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@1x.png new file mode 100644 index 000000000..cbbc5ce82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@2x.png new file mode 100644 index 000000000..234f83031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@3x.png new file mode 100644 index 000000000..1661adc0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossFill36.imageset/RedCrossFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/Contents.json new file mode 100644 index 000000000..09583a499 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@1x.png new file mode 100644 index 000000000..6269d7793 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@2x.png new file mode 100644 index 000000000..ae988b40f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@3x.png new file mode 100644 index 000000000..ec50e365a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline16.imageset/RedCrossOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/Contents.json new file mode 100644 index 000000000..44efded6d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@1x.png new file mode 100644 index 000000000..f3a8a5e28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@2x.png new file mode 100644 index 000000000..152f23c55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@3x.png new file mode 100644 index 000000000..e0d41f0fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline24.imageset/RedCrossOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/Contents.json new file mode 100644 index 000000000..26b6a6259 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RedCrossOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RedCrossOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RedCrossOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@1x.png new file mode 100644 index 000000000..55fd5c53a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@2x.png new file mode 100644 index 000000000..20d5afca1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@3x.png new file mode 100644 index 000000000..3015611e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RedCrossOutline36.imageset/RedCrossOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Contents.json new file mode 100644 index 000000000..cde7abaad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Refresh-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Refresh-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Refresh-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@1x.png new file mode 100644 index 000000000..e9a23049f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@2x.png new file mode 100644 index 000000000..25c7ce248 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@3x.png new file mode 100644 index 000000000..d05c99a55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh16.imageset/Refresh-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Contents.json new file mode 100644 index 000000000..2b1c17bfe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Refresh-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Refresh-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Refresh-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@1x.png new file mode 100644 index 000000000..69f937bf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@2x.png new file mode 100644 index 000000000..e52c760a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@3x.png new file mode 100644 index 000000000..3686c9fa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh24.imageset/Refresh-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Contents.json new file mode 100644 index 000000000..1918cb6b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Refresh-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Refresh-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Refresh-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@1x.png new file mode 100644 index 000000000..5925b2bcb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@2x.png new file mode 100644 index 000000000..702e70848 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@3x.png new file mode 100644 index 000000000..a2740d1a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Refresh36.imageset/Refresh-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/Contents.json new file mode 100644 index 000000000..ed84f1e1e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@1x.png new file mode 100644 index 000000000..ac9fa962b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@2x.png new file mode 100644 index 000000000..d158449fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@3x.png new file mode 100644 index 000000000..163a8b371 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill16.imageset/RegionalFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/Contents.json new file mode 100644 index 000000000..7a17a6ce1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@1x.png new file mode 100644 index 000000000..336ab54dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@2x.png new file mode 100644 index 000000000..15c76e840 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@3x.png new file mode 100644 index 000000000..3ae8994f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill24.imageset/RegionalFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/Contents.json new file mode 100644 index 000000000..3478f38d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@1x.png new file mode 100644 index 000000000..212869ec4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@2x.png new file mode 100644 index 000000000..e800b9055 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@3x.png new file mode 100644 index 000000000..26bdea591 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalFill36.imageset/RegionalFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/Contents.json new file mode 100644 index 000000000..41e0d0a3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@1x.png new file mode 100644 index 000000000..b82a9813d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@2x.png new file mode 100644 index 000000000..409d49e97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@3x.png new file mode 100644 index 000000000..3ebda3cf9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline16.imageset/RegionalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/Contents.json new file mode 100644 index 000000000..428e34642 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@1x.png new file mode 100644 index 000000000..6fb3ff326 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@2x.png new file mode 100644 index 000000000..62e26f13e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@3x.png new file mode 100644 index 000000000..e90a2f3ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline24.imageset/RegionalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/Contents.json new file mode 100644 index 000000000..126f7f4be --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RegionalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RegionalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RegionalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@1x.png new file mode 100644 index 000000000..0be25a15a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@2x.png new file mode 100644 index 000000000..198c4936d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@3x.png new file mode 100644 index 000000000..cbe5cde1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RegionalOutline36.imageset/RegionalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/Contents.json new file mode 100644 index 000000000..0533cdd03 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@1x.png new file mode 100644 index 000000000..cf11c0ddc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@2x.png new file mode 100644 index 000000000..2c68f108e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@3x.png new file mode 100644 index 000000000..7265d5599 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill16.imageset/RemoteControllerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/Contents.json new file mode 100644 index 000000000..1eef04ec3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@1x.png new file mode 100644 index 000000000..0fcf0996c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@2x.png new file mode 100644 index 000000000..da2629997 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@3x.png new file mode 100644 index 000000000..027c7d91e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill24.imageset/RemoteControllerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/Contents.json new file mode 100644 index 000000000..cfed598ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@1x.png new file mode 100644 index 000000000..04207c666 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@2x.png new file mode 100644 index 000000000..fabd618ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@3x.png new file mode 100644 index 000000000..035ae531d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerFill36.imageset/RemoteControllerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/Contents.json new file mode 100644 index 000000000..7c267a823 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@1x.png new file mode 100644 index 000000000..622e05877 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@2x.png new file mode 100644 index 000000000..07024e78c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@3x.png new file mode 100644 index 000000000..c588fe859 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline16.imageset/RemoteControllerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/Contents.json new file mode 100644 index 000000000..fc2feda02 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@1x.png new file mode 100644 index 000000000..133cafb94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@2x.png new file mode 100644 index 000000000..62b95fdea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@3x.png new file mode 100644 index 000000000..09838017f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline24.imageset/RemoteControllerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/Contents.json new file mode 100644 index 000000000..7546363df --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RemoteControllerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RemoteControllerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RemoteControllerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@1x.png new file mode 100644 index 000000000..d48cc5eb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@2x.png new file mode 100644 index 000000000..47ea8ca85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@3x.png new file mode 100644 index 000000000..df5fe01a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RemoteControllerOutline36.imageset/RemoteControllerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..c07247169 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@1x.png new file mode 100644 index 000000000..7b0713b36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@2x.png new file mode 100644 index 000000000..034f01141 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@3x.png new file mode 100644 index 000000000..5ce5343eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline16.imageset/RepeatCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..6daca6b19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@1x.png new file mode 100644 index 000000000..ed2a72194 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@2x.png new file mode 100644 index 000000000..6d058d21c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@3x.png new file mode 100644 index 000000000..b8fe7cd37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline24.imageset/RepeatCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..e74e7a1bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@1x.png new file mode 100644 index 000000000..f30cce8a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@2x.png new file mode 100644 index 000000000..85f578888 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@3x.png new file mode 100644 index 000000000..2888eacdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatCircleOutline36.imageset/RepeatCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/Contents.json new file mode 100644 index 000000000..7f410434f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@1x.png new file mode 100644 index 000000000..c34d7b2d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@2x.png new file mode 100644 index 000000000..6dfdde557 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@3x.png new file mode 100644 index 000000000..f8a1a1b91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline16.imageset/RepeatOneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/Contents.json new file mode 100644 index 000000000..45e94e5de --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@1x.png new file mode 100644 index 000000000..7e47f2144 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@2x.png new file mode 100644 index 000000000..1cbf68292 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@3x.png new file mode 100644 index 000000000..87b865fa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline24.imageset/RepeatOneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/Contents.json new file mode 100644 index 000000000..b1547cf28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@1x.png new file mode 100644 index 000000000..d829f7d39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@2x.png new file mode 100644 index 000000000..87baed167 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@3x.png new file mode 100644 index 000000000..7aabf4aab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOneOutline36.imageset/RepeatOneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/Contents.json new file mode 100644 index 000000000..64d2aac27 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@1x.png new file mode 100644 index 000000000..ae8ebde3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@2x.png new file mode 100644 index 000000000..c44955ea7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@3x.png new file mode 100644 index 000000000..3e72497af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline16.imageset/RepeatOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/Contents.json new file mode 100644 index 000000000..f5737cbaf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@1x.png new file mode 100644 index 000000000..c313e91db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@2x.png new file mode 100644 index 000000000..1c9adb9ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@3x.png new file mode 100644 index 000000000..b6b6afc69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline24.imageset/RepeatOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/Contents.json new file mode 100644 index 000000000..0ba8866e6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RepeatOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RepeatOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RepeatOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@1x.png new file mode 100644 index 000000000..1791afbb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@2x.png new file mode 100644 index 000000000..625092d07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@3x.png new file mode 100644 index 000000000..c897f7297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RepeatOutline36.imageset/RepeatOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/Contents.json new file mode 100644 index 000000000..78309c348 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ResetOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ResetOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ResetOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@1x.png new file mode 100644 index 000000000..1cfe09b67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@2x.png new file mode 100644 index 000000000..1fefdcb4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@3x.png new file mode 100644 index 000000000..bd7f42b40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline16.imageset/ResetOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/Contents.json new file mode 100644 index 000000000..1c602bf52 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ResetOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ResetOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ResetOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@1x.png new file mode 100644 index 000000000..1b23287dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@2x.png new file mode 100644 index 000000000..5d327664f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@3x.png new file mode 100644 index 000000000..891b47323 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline24.imageset/ResetOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/Contents.json new file mode 100644 index 000000000..6b82bf107 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ResetOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ResetOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ResetOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@1x.png new file mode 100644 index 000000000..2502d0cfd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@2x.png new file mode 100644 index 000000000..97fb72155 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@3x.png new file mode 100644 index 000000000..31fbbd895 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ResetOutline36.imageset/ResetOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/Contents.json new file mode 100644 index 000000000..4357e738f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward10-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward10-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward10-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@1x.png new file mode 100644 index 000000000..73b14f865 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@2x.png new file mode 100644 index 000000000..0399b238a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@3x.png new file mode 100644 index 000000000..c5df250eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1016.imageset/RewindBackward10-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/Contents.json new file mode 100644 index 000000000..e84c58212 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward10-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward10-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward10-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@1x.png new file mode 100644 index 000000000..5a8830af7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@2x.png new file mode 100644 index 000000000..570402c81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@3x.png new file mode 100644 index 000000000..49f67d8a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1024.imageset/RewindBackward10-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/Contents.json new file mode 100644 index 000000000..f0c2aec87 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward10-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward10-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward10-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@1x.png new file mode 100644 index 000000000..2603f0f0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@2x.png new file mode 100644 index 000000000..f22c27acf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@3x.png new file mode 100644 index 000000000..315950f03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward1036.imageset/RewindBackward10-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/Contents.json new file mode 100644 index 000000000..e40030110 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward30-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward30-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward30-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@1x.png new file mode 100644 index 000000000..3346c8876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@2x.png new file mode 100644 index 000000000..da9b05d23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@3x.png new file mode 100644 index 000000000..83d2136c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3016.imageset/RewindBackward30-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/Contents.json new file mode 100644 index 000000000..87147ff51 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward30-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward30-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward30-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@1x.png new file mode 100644 index 000000000..b81e98d6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@2x.png new file mode 100644 index 000000000..ad1501921 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@3x.png new file mode 100644 index 000000000..6b1d00297 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3024.imageset/RewindBackward30-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/Contents.json new file mode 100644 index 000000000..84c93f041 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackward30-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackward30-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackward30-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@1x.png new file mode 100644 index 000000000..880af1cc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@2x.png new file mode 100644 index 000000000..6b1c8af18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@3x.png new file mode 100644 index 000000000..e8436bb46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackward3036.imageset/RewindBackward30-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/Contents.json new file mode 100644 index 000000000..a573caaf6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@1x.png new file mode 100644 index 000000000..8a2454279 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@2x.png new file mode 100644 index 000000000..c0e4ca42b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@3x.png new file mode 100644 index 000000000..23b258bc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill16.imageset/RewindBackwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/Contents.json new file mode 100644 index 000000000..cd57261f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@1x.png new file mode 100644 index 000000000..f03290fc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@2x.png new file mode 100644 index 000000000..47e53d711 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@3x.png new file mode 100644 index 000000000..7faee7e17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill24.imageset/RewindBackwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/Contents.json new file mode 100644 index 000000000..b635dc4f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@1x.png new file mode 100644 index 000000000..785526676 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@2x.png new file mode 100644 index 000000000..e914d77b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@3x.png new file mode 100644 index 000000000..37db1bd59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardFill36.imageset/RewindBackwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..4ceb743f4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@1x.png new file mode 100644 index 000000000..ceab2eb61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@2x.png new file mode 100644 index 000000000..6ab8c5b89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@3x.png new file mode 100644 index 000000000..c08f9e88e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline16.imageset/RewindBackwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..31769a068 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@1x.png new file mode 100644 index 000000000..0dc0e5feb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@2x.png new file mode 100644 index 000000000..00181130f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@3x.png new file mode 100644 index 000000000..7326ba6f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline24.imageset/RewindBackwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..36b084cae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindBackwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindBackwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindBackwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@1x.png new file mode 100644 index 000000000..0b30668cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@2x.png new file mode 100644 index 000000000..b9e54bd36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@3x.png new file mode 100644 index 000000000..55c0fc73c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindBackwardOutline36.imageset/RewindBackwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/Contents.json new file mode 100644 index 000000000..56eba9a80 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward10-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward10-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward10-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@1x.png new file mode 100644 index 000000000..f0e72b087 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@2x.png new file mode 100644 index 000000000..af77911ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@3x.png new file mode 100644 index 000000000..d01b5f6a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1016.imageset/RewindForward10-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/Contents.json new file mode 100644 index 000000000..aa03e31c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward10-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward10-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward10-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@1x.png new file mode 100644 index 000000000..d05c48beb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@2x.png new file mode 100644 index 000000000..e34ea1d02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@3x.png new file mode 100644 index 000000000..c062745ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1024.imageset/RewindForward10-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/Contents.json new file mode 100644 index 000000000..735763914 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward10-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward10-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward10-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@1x.png new file mode 100644 index 000000000..67277fe37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@2x.png new file mode 100644 index 000000000..93b5d3b1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@3x.png new file mode 100644 index 000000000..0d8a0cd7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward1036.imageset/RewindForward10-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/Contents.json new file mode 100644 index 000000000..30e98f5d3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward30-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward30-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward30-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@1x.png new file mode 100644 index 000000000..97a92ca3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@2x.png new file mode 100644 index 000000000..c2b292ce3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@3x.png new file mode 100644 index 000000000..a57b97065 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3016.imageset/RewindForward30-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/Contents.json new file mode 100644 index 000000000..24f39588f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward30-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward30-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward30-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@1x.png new file mode 100644 index 000000000..9c75c4f5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@2x.png new file mode 100644 index 000000000..b81da0ace Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@3x.png new file mode 100644 index 000000000..6e8333e7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3024.imageset/RewindForward30-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/Contents.json new file mode 100644 index 000000000..d6cf2b197 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForward30-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForward30-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForward30-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@1x.png new file mode 100644 index 000000000..fc23f2231 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@2x.png new file mode 100644 index 000000000..7a5ae292d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@3x.png new file mode 100644 index 000000000..f965167d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForward3036.imageset/RewindForward30-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/Contents.json new file mode 100644 index 000000000..69eac0e67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@1x.png new file mode 100644 index 000000000..3a64130fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@2x.png new file mode 100644 index 000000000..526f779b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@3x.png new file mode 100644 index 000000000..ca44cfe56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill16.imageset/RewindForwardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/Contents.json new file mode 100644 index 000000000..5c7265f72 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@1x.png new file mode 100644 index 000000000..3eb4f9c5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@2x.png new file mode 100644 index 000000000..4708983d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@3x.png new file mode 100644 index 000000000..e5cbc71fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill24.imageset/RewindForwardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/Contents.json new file mode 100644 index 000000000..6d36a77d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@1x.png new file mode 100644 index 000000000..723e70d72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@2x.png new file mode 100644 index 000000000..b1ec7735b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@3x.png new file mode 100644 index 000000000..ef578bfad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardFill36.imageset/RewindForwardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/Contents.json new file mode 100644 index 000000000..25e0f383d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@1x.png new file mode 100644 index 000000000..f8390e658 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@2x.png new file mode 100644 index 000000000..351efa886 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@3x.png new file mode 100644 index 000000000..267cee2a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline16.imageset/RewindForwardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/Contents.json new file mode 100644 index 000000000..ada4ba467 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@1x.png new file mode 100644 index 000000000..452bd0c39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@2x.png new file mode 100644 index 000000000..815326e18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@3x.png new file mode 100644 index 000000000..7b210fd95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline24.imageset/RewindForwardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/Contents.json new file mode 100644 index 000000000..37c1c0976 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RewindForwardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RewindForwardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RewindForwardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@1x.png new file mode 100644 index 000000000..111f0cde2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@2x.png new file mode 100644 index 000000000..935a4eb8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@3x.png new file mode 100644 index 000000000..3739b1253 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RewindForwardOutline36.imageset/RewindForwardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/Contents.json new file mode 100644 index 000000000..10d1760f7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@1x.png new file mode 100644 index 000000000..129d0663b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@2x.png new file mode 100644 index 000000000..c9bb8ff80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@3x.png new file mode 100644 index 000000000..2147ad1e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill16.imageset/RombFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/Contents.json new file mode 100644 index 000000000..c718e4a10 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@1x.png new file mode 100644 index 000000000..065aef7ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@2x.png new file mode 100644 index 000000000..870ed3c79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@3x.png new file mode 100644 index 000000000..c3844eeae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill24.imageset/RombFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/Contents.json new file mode 100644 index 000000000..70db7c687 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@1x.png new file mode 100644 index 000000000..b7553ce4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@2x.png new file mode 100644 index 000000000..2c1ac837f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@3x.png new file mode 100644 index 000000000..459b835a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombFill36.imageset/RombFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/Contents.json new file mode 100644 index 000000000..4a88101d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@1x.png new file mode 100644 index 000000000..1f104c204 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@2x.png new file mode 100644 index 000000000..ef4158124 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@3x.png new file mode 100644 index 000000000..466053fb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline16.imageset/RombOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/Contents.json new file mode 100644 index 000000000..a917f5631 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@1x.png new file mode 100644 index 000000000..921f04e74 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@2x.png new file mode 100644 index 000000000..58bb81f50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@3x.png new file mode 100644 index 000000000..f4e18841a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline24.imageset/RombOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/Contents.json new file mode 100644 index 000000000..f4d2b9dd0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RombOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RombOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RombOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@1x.png new file mode 100644 index 000000000..757f23049 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@2x.png new file mode 100644 index 000000000..6e6b49373 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@3x.png new file mode 100644 index 000000000..3fde7b2bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RombOutline36.imageset/RombOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/Contents.json new file mode 100644 index 000000000..de1d1c327 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCcw-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCcw-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCcw-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@1x.png new file mode 100644 index 000000000..597ab489e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@2x.png new file mode 100644 index 000000000..ee9cbaa75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@3x.png new file mode 100644 index 000000000..2376d08e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw16.imageset/RotateCcw-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/Contents.json new file mode 100644 index 000000000..410ba2033 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCcw-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCcw-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCcw-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@1x.png new file mode 100644 index 000000000..86460a2df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@2x.png new file mode 100644 index 000000000..28788d5a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@3x.png new file mode 100644 index 000000000..c346ea034 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw24.imageset/RotateCcw-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/Contents.json new file mode 100644 index 000000000..9709d5aca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCcw-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCcw-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCcw-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@1x.png new file mode 100644 index 000000000..f69272e5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@2x.png new file mode 100644 index 000000000..08d553fb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@3x.png new file mode 100644 index 000000000..bf969f669 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCcw36.imageset/RotateCcw-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/Contents.json new file mode 100644 index 000000000..0b6af2dbd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCw-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCw-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCw-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@1x.png new file mode 100644 index 000000000..55c3e1ed1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@2x.png new file mode 100644 index 000000000..5d5fbb22c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@3x.png new file mode 100644 index 000000000..d44412d7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw16.imageset/RotateCw-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/Contents.json new file mode 100644 index 000000000..15bc784b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCw-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCw-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCw-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@1x.png new file mode 100644 index 000000000..7b43f421e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@2x.png new file mode 100644 index 000000000..67107cbf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@3x.png new file mode 100644 index 000000000..8872fc056 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw24.imageset/RotateCw-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/Contents.json new file mode 100644 index 000000000..8aeff100b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RotateCw-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RotateCw-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RotateCw-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@1x.png new file mode 100644 index 000000000..800ce43e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@2x.png new file mode 100644 index 000000000..4ee15217c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@3x.png new file mode 100644 index 000000000..1f4046b0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RotateCw36.imageset/RotateCw-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/Contents.json new file mode 100644 index 000000000..a5f650742 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@1x.png new file mode 100644 index 000000000..3f21de2e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@2x.png new file mode 100644 index 000000000..c86f92e0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@3x.png new file mode 100644 index 000000000..8e057fdaa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill16.imageset/RubleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/Contents.json new file mode 100644 index 000000000..4ec6c78d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@1x.png new file mode 100644 index 000000000..c5ddef69a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@2x.png new file mode 100644 index 000000000..2afa7c666 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@3x.png new file mode 100644 index 000000000..e8644e153 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill24.imageset/RubleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/Contents.json new file mode 100644 index 000000000..69b8ee063 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@1x.png new file mode 100644 index 000000000..4bdfd21b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@2x.png new file mode 100644 index 000000000..f8a41c5ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@3x.png new file mode 100644 index 000000000..a8e44b5d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleFill36.imageset/RubleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/Contents.json new file mode 100644 index 000000000..bd9c435ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@1x.png new file mode 100644 index 000000000..98be2026d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@2x.png new file mode 100644 index 000000000..37a3ad044 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@3x.png new file mode 100644 index 000000000..95082a103 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline16.imageset/RubleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/Contents.json new file mode 100644 index 000000000..a5ba3a985 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@1x.png new file mode 100644 index 000000000..f6ea92562 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@2x.png new file mode 100644 index 000000000..087a73ff7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@3x.png new file mode 100644 index 000000000..b3b108a2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline24.imageset/RubleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/Contents.json new file mode 100644 index 000000000..8e9df2219 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RubleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RubleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RubleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@1x.png new file mode 100644 index 000000000..4903ac2d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@2x.png new file mode 100644 index 000000000..ff9113b66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@3x.png new file mode 100644 index 000000000..c70a351cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RubleOutline36.imageset/RubleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/Contents.json new file mode 100644 index 000000000..a8ed9648b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlus-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlus-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlus-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@1x.png new file mode 100644 index 000000000..a0b363daa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@2x.png new file mode 100644 index 000000000..f3bcbf999 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@3x.png new file mode 100644 index 000000000..608e3eb8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus16.imageset/RublePlus-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/Contents.json new file mode 100644 index 000000000..f94011317 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlus-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlus-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlus-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@1x.png new file mode 100644 index 000000000..4bd8b9d47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@2x.png new file mode 100644 index 000000000..4b88cb5b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@3x.png new file mode 100644 index 000000000..de7ca8b28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus24.imageset/RublePlus-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/Contents.json new file mode 100644 index 000000000..c610b6acb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlus-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlus-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlus-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@1x.png new file mode 100644 index 000000000..3455c6689 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@2x.png new file mode 100644 index 000000000..b406c55bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@3x.png new file mode 100644 index 000000000..0d3d0872b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlus36.imageset/RublePlus-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/Contents.json new file mode 100644 index 000000000..fb2d327c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlusDollar-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlusDollar-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlusDollar-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@1x.png new file mode 100644 index 000000000..fa9c85ea9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@2x.png new file mode 100644 index 000000000..d29765ac8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@3x.png new file mode 100644 index 000000000..05f2b85fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar16.imageset/RublePlusDollar-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/Contents.json new file mode 100644 index 000000000..d29d9c9a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlusDollar-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlusDollar-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlusDollar-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@1x.png new file mode 100644 index 000000000..10ea38518 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@2x.png new file mode 100644 index 000000000..79bae9238 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@3x.png new file mode 100644 index 000000000..be3841b31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar24.imageset/RublePlusDollar-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/Contents.json new file mode 100644 index 000000000..b52a18522 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RublePlusDollar-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RublePlusDollar-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RublePlusDollar-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@1x.png new file mode 100644 index 000000000..96ed72b4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@2x.png new file mode 100644 index 000000000..2bab5a6f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@3x.png new file mode 100644 index 000000000..5f9c4d431 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RublePlusDollar36.imageset/RublePlusDollar-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/Contents.json new file mode 100644 index 000000000..111793ca9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@1x.png new file mode 100644 index 000000000..10457f291 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@2x.png new file mode 100644 index 000000000..362a3660c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@3x.png new file mode 100644 index 000000000..cd75c08e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill16.imageset/RulerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/Contents.json new file mode 100644 index 000000000..49ffeb9ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@1x.png new file mode 100644 index 000000000..449cb1b53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@2x.png new file mode 100644 index 000000000..f2a161224 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@3x.png new file mode 100644 index 000000000..6862008cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill24.imageset/RulerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/Contents.json new file mode 100644 index 000000000..4d28277fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@1x.png new file mode 100644 index 000000000..91fe956ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@2x.png new file mode 100644 index 000000000..5f3a83cab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@3x.png new file mode 100644 index 000000000..0fc7c1a22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerFill36.imageset/RulerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/Contents.json new file mode 100644 index 000000000..c59448829 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@1x.png new file mode 100644 index 000000000..1459a8f67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@2x.png new file mode 100644 index 000000000..d8d53c81c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@3x.png new file mode 100644 index 000000000..316f646db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline16.imageset/RulerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/Contents.json new file mode 100644 index 000000000..a2d12b83d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@1x.png new file mode 100644 index 000000000..c18d14774 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@2x.png new file mode 100644 index 000000000..cbc38f6ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@3x.png new file mode 100644 index 000000000..3fee7c231 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline24.imageset/RulerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/Contents.json new file mode 100644 index 000000000..9e6a0eea5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RulerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RulerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RulerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@1x.png new file mode 100644 index 000000000..30f23b09d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@2x.png new file mode 100644 index 000000000..534567b22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@3x.png new file mode 100644 index 000000000..367012d41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RulerOutline36.imageset/RulerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/Contents.json new file mode 100644 index 000000000..8ad76591d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@1x.png new file mode 100644 index 000000000..25bba50da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@2x.png new file mode 100644 index 000000000..cca239569 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@3x.png new file mode 100644 index 000000000..e2b34231a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill16.imageset/RupiahFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/Contents.json new file mode 100644 index 000000000..aef1bf52c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@1x.png new file mode 100644 index 000000000..d4ac9f20a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@2x.png new file mode 100644 index 000000000..88dac1a44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@3x.png new file mode 100644 index 000000000..3bd5d7a2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill24.imageset/RupiahFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/Contents.json new file mode 100644 index 000000000..4c1875ff6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@1x.png new file mode 100644 index 000000000..1c7bd8de2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@2x.png new file mode 100644 index 000000000..46aa5c21b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@3x.png new file mode 100644 index 000000000..00882afa0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahFill36.imageset/RupiahFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/Contents.json new file mode 100644 index 000000000..12bf78afe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@1x.png new file mode 100644 index 000000000..d20237332 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@2x.png new file mode 100644 index 000000000..b1eb99cd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@3x.png new file mode 100644 index 000000000..fd354f4e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline16.imageset/RupiahOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/Contents.json new file mode 100644 index 000000000..494c82066 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@1x.png new file mode 100644 index 000000000..f033e26d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@2x.png new file mode 100644 index 000000000..bf58e9059 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@3x.png new file mode 100644 index 000000000..4035dc213 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline24.imageset/RupiahOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/Contents.json new file mode 100644 index 000000000..214cbb033 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "RupiahOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "RupiahOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "RupiahOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@1x.png new file mode 100644 index 000000000..a7b68a88e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@2x.png new file mode 100644 index 000000000..76f322b27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@3x.png new file mode 100644 index 000000000..d408065a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/RupiahOutline36.imageset/RupiahOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/Contents.json new file mode 100644 index 000000000..81db17fed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@1x.png new file mode 100644 index 000000000..c64714f13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@2x.png new file mode 100644 index 000000000..c198a10c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@3x.png new file mode 100644 index 000000000..40cc82e40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill16.imageset/SafeDiagramFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/Contents.json new file mode 100644 index 000000000..17895b084 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@1x.png new file mode 100644 index 000000000..424b25b81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@2x.png new file mode 100644 index 000000000..288a501eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@3x.png new file mode 100644 index 000000000..a4d40f729 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill24.imageset/SafeDiagramFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/Contents.json new file mode 100644 index 000000000..a9ceddff6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@1x.png new file mode 100644 index 000000000..dbb7f45f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@2x.png new file mode 100644 index 000000000..8d84acea3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@3x.png new file mode 100644 index 000000000..571c9f075 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramFill36.imageset/SafeDiagramFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/Contents.json new file mode 100644 index 000000000..f3b840fce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@1x.png new file mode 100644 index 000000000..f4a3bea48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@2x.png new file mode 100644 index 000000000..51affda70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@3x.png new file mode 100644 index 000000000..d85f4dedc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline16.imageset/SafeDiagramOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/Contents.json new file mode 100644 index 000000000..7a785b374 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@1x.png new file mode 100644 index 000000000..02e1062b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@2x.png new file mode 100644 index 000000000..d82620383 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@3x.png new file mode 100644 index 000000000..b9e2efddd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline24.imageset/SafeDiagramOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/Contents.json new file mode 100644 index 000000000..5993115c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeDiagramOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeDiagramOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeDiagramOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@1x.png new file mode 100644 index 000000000..ee7e7bddf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@2x.png new file mode 100644 index 000000000..12738914c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@3x.png new file mode 100644 index 000000000..d8e0d4d92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeDiagramOutline36.imageset/SafeDiagramOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/Contents.json new file mode 100644 index 000000000..3d675d38f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@1x.png new file mode 100644 index 000000000..9bb725368 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@2x.png new file mode 100644 index 000000000..a4b627e9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@3x.png new file mode 100644 index 000000000..f2de94355 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill16.imageset/SafeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/Contents.json new file mode 100644 index 000000000..01d9a9156 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@1x.png new file mode 100644 index 000000000..0b84ad094 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@2x.png new file mode 100644 index 000000000..20ec435d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@3x.png new file mode 100644 index 000000000..a9be25d2f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill24.imageset/SafeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/Contents.json new file mode 100644 index 000000000..70f213d6c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@1x.png new file mode 100644 index 000000000..e1eb1ca1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@2x.png new file mode 100644 index 000000000..0c0eb6852 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@3x.png new file mode 100644 index 000000000..b6aebd659 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeFill36.imageset/SafeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/Contents.json new file mode 100644 index 000000000..b27d47db5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@1x.png new file mode 100644 index 000000000..f3fe8c9a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@2x.png new file mode 100644 index 000000000..76df73a6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@3x.png new file mode 100644 index 000000000..56078073c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline16.imageset/SafeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/Contents.json new file mode 100644 index 000000000..e22445449 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@1x.png new file mode 100644 index 000000000..6b85a937a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@2x.png new file mode 100644 index 000000000..edc9ff05a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@3x.png new file mode 100644 index 000000000..906163e61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline24.imageset/SafeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/Contents.json new file mode 100644 index 000000000..1c203b4c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SafeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SafeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SafeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@1x.png new file mode 100644 index 000000000..9df6a46d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@2x.png new file mode 100644 index 000000000..38c82f26e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@3x.png new file mode 100644 index 000000000..a57bfef2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SafeOutline36.imageset/SafeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/Contents.json new file mode 100644 index 000000000..df2826f48 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@1x.png new file mode 100644 index 000000000..f71846f7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@2x.png new file mode 100644 index 000000000..91ffbfc85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@3x.png new file mode 100644 index 000000000..5aa03cd88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill16.imageset/SaluteFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/Contents.json new file mode 100644 index 000000000..21f5cf749 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@1x.png new file mode 100644 index 000000000..e5210f10e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@2x.png new file mode 100644 index 000000000..84243dab4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@3x.png new file mode 100644 index 000000000..95ca43a2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill24.imageset/SaluteFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/Contents.json new file mode 100644 index 000000000..5ecc13e08 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@1x.png new file mode 100644 index 000000000..46e30e876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@2x.png new file mode 100644 index 000000000..b417428e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@3x.png new file mode 100644 index 000000000..50a8623da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteFill36.imageset/SaluteFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/Contents.json new file mode 100644 index 000000000..a93b3f3b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@1x.png new file mode 100644 index 000000000..2bfd376db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@2x.png new file mode 100644 index 000000000..367e5b5f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@3x.png new file mode 100644 index 000000000..f3b586125 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline16.imageset/SaluteOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/Contents.json new file mode 100644 index 000000000..c0c92fac0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@1x.png new file mode 100644 index 000000000..2ff5cfd2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@2x.png new file mode 100644 index 000000000..20649d9e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@3x.png new file mode 100644 index 000000000..4c57f243f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline24.imageset/SaluteOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/Contents.json new file mode 100644 index 000000000..3536f41ce --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SaluteOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SaluteOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SaluteOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@1x.png new file mode 100644 index 000000000..957bd95f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@2x.png new file mode 100644 index 000000000..14ed4dc5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@3x.png new file mode 100644 index 000000000..c149c3951 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SaluteOutline36.imageset/SaluteOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Contents.json new file mode 100644 index 000000000..355e05db2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sber-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sber-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sber-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@1x.png new file mode 100644 index 000000000..0ca39b3ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@2x.png new file mode 100644 index 000000000..49db15538 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@3x.png new file mode 100644 index 000000000..22ccf98d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber16.imageset/Sber-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Contents.json new file mode 100644 index 000000000..a2b477ce4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sber-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sber-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sber-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@1x.png new file mode 100644 index 000000000..abbc49e4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@2x.png new file mode 100644 index 000000000..b72e0686f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@3x.png new file mode 100644 index 000000000..e153a54d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber24.imageset/Sber-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Contents.json new file mode 100644 index 000000000..f872af310 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sber-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sber-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sber-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@1x.png new file mode 100644 index 000000000..0393de28d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@2x.png new file mode 100644 index 000000000..89f72455a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@3x.png new file mode 100644 index 000000000..5b38d6f42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sber36.imageset/Sber-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Contents.json new file mode 100644 index 000000000..1f33ce180 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sberboom-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sberboom-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sberboom-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@1x.png new file mode 100644 index 000000000..7ba1f38bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@2x.png new file mode 100644 index 000000000..9ebfa2d71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@3x.png new file mode 100644 index 000000000..411416335 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom16.imageset/Sberboom-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Contents.json new file mode 100644 index 000000000..dc6cec06e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sberboom-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sberboom-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sberboom-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@1x.png new file mode 100644 index 000000000..78ed7dfa2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@2x.png new file mode 100644 index 000000000..0dbc6b7e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@3x.png new file mode 100644 index 000000000..b2bd7f5b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom24.imageset/Sberboom-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Contents.json new file mode 100644 index 000000000..f9a05b26e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Sberboom-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Sberboom-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Sberboom-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@1x.png new file mode 100644 index 000000000..c89f3e286 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@2x.png new file mode 100644 index 000000000..013a650a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@3x.png new file mode 100644 index 000000000..4a7f42ade Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Sberboom36.imageset/Sberboom-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/Contents.json new file mode 100644 index 000000000..9964a8a33 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomCast-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomCast-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomCast-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@1x.png new file mode 100644 index 000000000..f58341cc4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@2x.png new file mode 100644 index 000000000..6c96c50bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@3x.png new file mode 100644 index 000000000..1dee832e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast16.imageset/SberboomCast-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/Contents.json new file mode 100644 index 000000000..a14e5efa6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomCast-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomCast-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomCast-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@1x.png new file mode 100644 index 000000000..685852403 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@2x.png new file mode 100644 index 000000000..ef075dd49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@3x.png new file mode 100644 index 000000000..2dfe0c42a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast24.imageset/SberboomCast-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/Contents.json new file mode 100644 index 000000000..82da5ec67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomCast-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomCast-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomCast-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@1x.png new file mode 100644 index 000000000..60241b2d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@2x.png new file mode 100644 index 000000000..b66f7499c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@3x.png new file mode 100644 index 000000000..391cccfaf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomCast36.imageset/SberboomCast-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/Contents.json new file mode 100644 index 000000000..10245950c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomError-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomError-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomError-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@1x.png new file mode 100644 index 000000000..16c8d2816 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@2x.png new file mode 100644 index 000000000..e6d210c58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@3x.png new file mode 100644 index 000000000..ff6decd8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError16.imageset/SberboomError-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/Contents.json new file mode 100644 index 000000000..68446a1c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomError-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomError-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomError-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@1x.png new file mode 100644 index 000000000..c8eac5e90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@2x.png new file mode 100644 index 000000000..a75e5d4c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@3x.png new file mode 100644 index 000000000..1971417bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError24.imageset/SberboomError-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/Contents.json new file mode 100644 index 000000000..43fae0c74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomError-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomError-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomError-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@1x.png new file mode 100644 index 000000000..c70eb554e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@2x.png new file mode 100644 index 000000000..341ca4bf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@3x.png new file mode 100644 index 000000000..09962f106 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomError36.imageset/SberboomError-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/Contents.json new file mode 100644 index 000000000..4688a5820 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@1x.png new file mode 100644 index 000000000..4c1a05562 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@2x.png new file mode 100644 index 000000000..3c0c76dab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@3x.png new file mode 100644 index 000000000..a4144534a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill16.imageset/SberboomMiniCastFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/Contents.json new file mode 100644 index 000000000..eba2ea730 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@1x.png new file mode 100644 index 000000000..a8def4b44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@2x.png new file mode 100644 index 000000000..2efc23cfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@3x.png new file mode 100644 index 000000000..51d91c92c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill24.imageset/SberboomMiniCastFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/Contents.json new file mode 100644 index 000000000..961faeddc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@1x.png new file mode 100644 index 000000000..61ea96c4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@2x.png new file mode 100644 index 000000000..63054f0ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@3x.png new file mode 100644 index 000000000..5d7e10a5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastFill36.imageset/SberboomMiniCastFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/Contents.json new file mode 100644 index 000000000..545fceaea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@1x.png new file mode 100644 index 000000000..c926772bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@2x.png new file mode 100644 index 000000000..619af387c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@3x.png new file mode 100644 index 000000000..d06b343f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline16.imageset/SberboomMiniCastOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/Contents.json new file mode 100644 index 000000000..e4a46a2a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@1x.png new file mode 100644 index 000000000..c300b83f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@2x.png new file mode 100644 index 000000000..999d5af2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@3x.png new file mode 100644 index 000000000..80a6e93b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline24.imageset/SberboomMiniCastOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/Contents.json new file mode 100644 index 000000000..030688e78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniCastOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@1x.png new file mode 100644 index 000000000..fa8cc1e05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@2x.png new file mode 100644 index 000000000..fcf980c4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@3x.png new file mode 100644 index 000000000..7854f6eec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniCastOutline36.imageset/SberboomMiniCastOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..750688362 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@1x.png new file mode 100644 index 000000000..8cf53a00d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@2x.png new file mode 100644 index 000000000..118929541 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@3x.png new file mode 100644 index 000000000..79498cc65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill16.imageset/SberboomMiniErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..fb64ca8ed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@1x.png new file mode 100644 index 000000000..3b8d0f43d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@2x.png new file mode 100644 index 000000000..44f6d970c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@3x.png new file mode 100644 index 000000000..fec267e25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill24.imageset/SberboomMiniErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..2f3e2cc93 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@1x.png new file mode 100644 index 000000000..0144274e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@2x.png new file mode 100644 index 000000000..a49cd3648 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@3x.png new file mode 100644 index 000000000..d17ed2d42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorFill36.imageset/SberboomMiniErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..ca5d89f7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@1x.png new file mode 100644 index 000000000..a34cd3663 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@2x.png new file mode 100644 index 000000000..f92def01c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@3x.png new file mode 100644 index 000000000..077c6dd10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline16.imageset/SberboomMiniErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..d09dfd634 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@1x.png new file mode 100644 index 000000000..ab01eb07f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@2x.png new file mode 100644 index 000000000..40aa965e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@3x.png new file mode 100644 index 000000000..f8cf64eee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline24.imageset/SberboomMiniErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..7de256bf3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@1x.png new file mode 100644 index 000000000..25ccea340 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@2x.png new file mode 100644 index 000000000..58a951ac8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@3x.png new file mode 100644 index 000000000..91f8ddecf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniErrorOutline36.imageset/SberboomMiniErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/Contents.json new file mode 100644 index 000000000..0a773814f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@1x.png new file mode 100644 index 000000000..47639793f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@2x.png new file mode 100644 index 000000000..6056a0acf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@3x.png new file mode 100644 index 000000000..b6e8d888c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill16.imageset/SberboomMiniFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/Contents.json new file mode 100644 index 000000000..5dd3dc792 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@1x.png new file mode 100644 index 000000000..4e00e26fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@2x.png new file mode 100644 index 000000000..0f94bd7a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@3x.png new file mode 100644 index 000000000..d4c014a94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill24.imageset/SberboomMiniFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/Contents.json new file mode 100644 index 000000000..e282d655d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@1x.png new file mode 100644 index 000000000..2aee069f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@2x.png new file mode 100644 index 000000000..9755102c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@3x.png new file mode 100644 index 000000000..65fc2b595 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniFill36.imageset/SberboomMiniFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/Contents.json new file mode 100644 index 000000000..7d97daa3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@1x.png new file mode 100644 index 000000000..e5de1aa14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@2x.png new file mode 100644 index 000000000..ef7bc0ec3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@3x.png new file mode 100644 index 000000000..ca2a0f032 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline16.imageset/SberboomMiniOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/Contents.json new file mode 100644 index 000000000..c3fa83171 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@1x.png new file mode 100644 index 000000000..e3d5834ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@2x.png new file mode 100644 index 000000000..0fb2f98a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@3x.png new file mode 100644 index 000000000..5abd83820 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline24.imageset/SberboomMiniOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/Contents.json new file mode 100644 index 000000000..808d65534 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboomMiniOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboomMiniOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboomMiniOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@1x.png new file mode 100644 index 000000000..97bce1d5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@2x.png new file mode 100644 index 000000000..d2a288835 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@3x.png new file mode 100644 index 000000000..09ebf203d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboomMiniOutline36.imageset/SberboomMiniOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/Contents.json new file mode 100644 index 000000000..f3453409e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@1x.png new file mode 100644 index 000000000..909041a07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@2x.png new file mode 100644 index 000000000..6ac17a889 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@3x.png new file mode 100644 index 000000000..882f5d7df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill16.imageset/SberboxFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/Contents.json new file mode 100644 index 000000000..5742ae182 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@1x.png new file mode 100644 index 000000000..4400d9ecf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@2x.png new file mode 100644 index 000000000..df86ecf4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@3x.png new file mode 100644 index 000000000..5c3c46877 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill24.imageset/SberboxFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/Contents.json new file mode 100644 index 000000000..0a0c98db7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@1x.png new file mode 100644 index 000000000..668ddcc86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@2x.png new file mode 100644 index 000000000..8f9e8a3fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@3x.png new file mode 100644 index 000000000..ec6b2aac2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxFill36.imageset/SberboxFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/Contents.json new file mode 100644 index 000000000..a3f28d255 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@1x.png new file mode 100644 index 000000000..883c5fbea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@2x.png new file mode 100644 index 000000000..f16abf7a9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@3x.png new file mode 100644 index 000000000..2d93e789e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline16.imageset/SberboxOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/Contents.json new file mode 100644 index 000000000..b666d591f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@1x.png new file mode 100644 index 000000000..b8b6153c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@2x.png new file mode 100644 index 000000000..afe0e1437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@3x.png new file mode 100644 index 000000000..80440bf6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline24.imageset/SberboxOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/Contents.json new file mode 100644 index 000000000..ef2a32008 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@1x.png new file mode 100644 index 000000000..93df90f6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@2x.png new file mode 100644 index 000000000..f77061373 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@3x.png new file mode 100644 index 000000000..78e99a4c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxOutline36.imageset/SberboxOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/Contents.json new file mode 100644 index 000000000..951d31972 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@1x.png new file mode 100644 index 000000000..2238a9d36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@2x.png new file mode 100644 index 000000000..d06d8929c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@3x.png new file mode 100644 index 000000000..1aad7c6da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill16.imageset/SberboxPackFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/Contents.json new file mode 100644 index 000000000..9420e76da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@1x.png new file mode 100644 index 000000000..77ada93da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@2x.png new file mode 100644 index 000000000..14df4edea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@3x.png new file mode 100644 index 000000000..c505b14df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill24.imageset/SberboxPackFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/Contents.json new file mode 100644 index 000000000..df0137ba7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@1x.png new file mode 100644 index 000000000..c4a00a697 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@2x.png new file mode 100644 index 000000000..3a030d1d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@3x.png new file mode 100644 index 000000000..aba88f23e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackFill36.imageset/SberboxPackFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/Contents.json new file mode 100644 index 000000000..990d06979 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@1x.png new file mode 100644 index 000000000..7cfdea6dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@2x.png new file mode 100644 index 000000000..e485c258f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@3x.png new file mode 100644 index 000000000..a0bf816de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline16.imageset/SberboxPackOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/Contents.json new file mode 100644 index 000000000..d5c742993 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@1x.png new file mode 100644 index 000000000..d6b74a83b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@2x.png new file mode 100644 index 000000000..cb668a76f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@3x.png new file mode 100644 index 000000000..9947280cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline24.imageset/SberboxPackOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/Contents.json new file mode 100644 index 000000000..5bb7838b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxPackOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxPackOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxPackOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@1x.png new file mode 100644 index 000000000..3695b504f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@2x.png new file mode 100644 index 000000000..e7c1de0d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@3x.png new file mode 100644 index 000000000..0d18feaca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxPackOutline36.imageset/SberboxPackOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/Contents.json new file mode 100644 index 000000000..7f68960c4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@1x.png new file mode 100644 index 000000000..f75af7d80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@2x.png new file mode 100644 index 000000000..49f54123d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@3x.png new file mode 100644 index 000000000..45e62e7b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill16.imageset/SberboxTimeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/Contents.json new file mode 100644 index 000000000..021750ca0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@1x.png new file mode 100644 index 000000000..4174ebfea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@2x.png new file mode 100644 index 000000000..899e5862d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@3x.png new file mode 100644 index 000000000..4c9ffbaea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill24.imageset/SberboxTimeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/Contents.json new file mode 100644 index 000000000..b8790f658 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@1x.png new file mode 100644 index 000000000..99ac371ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@2x.png new file mode 100644 index 000000000..6f7c934e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@3x.png new file mode 100644 index 000000000..7a620d20c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeFill36.imageset/SberboxTimeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/Contents.json new file mode 100644 index 000000000..508ad3903 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@1x.png new file mode 100644 index 000000000..910fdd17e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@2x.png new file mode 100644 index 000000000..2f839f34d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@3x.png new file mode 100644 index 000000000..90534cd04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline16.imageset/SberboxTimeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/Contents.json new file mode 100644 index 000000000..7d649b8eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@1x.png new file mode 100644 index 000000000..0aa1a64ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@2x.png new file mode 100644 index 000000000..e83ad462d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@3x.png new file mode 100644 index 000000000..3b8eecfb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline24.imageset/SberboxTimeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/Contents.json new file mode 100644 index 000000000..a186736d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTimeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTimeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTimeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@1x.png new file mode 100644 index 000000000..52cb34673 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@2x.png new file mode 100644 index 000000000..1a188faf7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@3x.png new file mode 100644 index 000000000..8d19e7e6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTimeOutline36.imageset/SberboxTimeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/Contents.json new file mode 100644 index 000000000..76b11360b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@1x.png new file mode 100644 index 000000000..1e21911e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@2x.png new file mode 100644 index 000000000..4029c7b5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@3x.png new file mode 100644 index 000000000..cb94a9645 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill16.imageset/SberboxTopFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/Contents.json new file mode 100644 index 000000000..3ee17cf41 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@1x.png new file mode 100644 index 000000000..f65f71324 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@2x.png new file mode 100644 index 000000000..8ab607733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@3x.png new file mode 100644 index 000000000..858c35889 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill24.imageset/SberboxTopFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/Contents.json new file mode 100644 index 000000000..f212eeea2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@1x.png new file mode 100644 index 000000000..cfe0534f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@2x.png new file mode 100644 index 000000000..052c82f28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@3x.png new file mode 100644 index 000000000..7dddda741 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopFill36.imageset/SberboxTopFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/Contents.json new file mode 100644 index 000000000..91d0f366a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@1x.png new file mode 100644 index 000000000..78d644f9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@2x.png new file mode 100644 index 000000000..70d8d12f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@3x.png new file mode 100644 index 000000000..a300c4daa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline16.imageset/SberboxTopOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/Contents.json new file mode 100644 index 000000000..3caf7bbb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@1x.png new file mode 100644 index 000000000..4de1f623b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@2x.png new file mode 100644 index 000000000..eb5d22014 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@3x.png new file mode 100644 index 000000000..d09c37697 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline24.imageset/SberboxTopOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/Contents.json new file mode 100644 index 000000000..7f32d72a0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberboxTopOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberboxTopOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberboxTopOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@1x.png new file mode 100644 index 000000000..0914d7b63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@2x.png new file mode 100644 index 000000000..e0b9e89d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@3x.png new file mode 100644 index 000000000..4fbbcc304 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberboxTopOutline36.imageset/SberboxTopOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/Contents.json new file mode 100644 index 000000000..e42f5685a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@1x.png new file mode 100644 index 000000000..e909d3fa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@2x.png new file mode 100644 index 000000000..56a2affd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@3x.png new file mode 100644 index 000000000..fa8e3da53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill16.imageset/SberportalBulbFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/Contents.json new file mode 100644 index 000000000..326292927 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@1x.png new file mode 100644 index 000000000..86a6a010c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@2x.png new file mode 100644 index 000000000..071946e8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@3x.png new file mode 100644 index 000000000..280f0a721 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill24.imageset/SberportalBulbFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/Contents.json new file mode 100644 index 000000000..3ff0c2af1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@1x.png new file mode 100644 index 000000000..64202b204 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@2x.png new file mode 100644 index 000000000..84a904731 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@3x.png new file mode 100644 index 000000000..84a1ebdbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbFill36.imageset/SberportalBulbFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/Contents.json new file mode 100644 index 000000000..a35802927 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@1x.png new file mode 100644 index 000000000..4ad0049a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@2x.png new file mode 100644 index 000000000..e641e5d34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@3x.png new file mode 100644 index 000000000..3dfc1d1d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline16.imageset/SberportalBulbOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/Contents.json new file mode 100644 index 000000000..c865eddd3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@1x.png new file mode 100644 index 000000000..983866de2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@2x.png new file mode 100644 index 000000000..97795623f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@3x.png new file mode 100644 index 000000000..6e4c41b96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline24.imageset/SberportalBulbOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/Contents.json new file mode 100644 index 000000000..326dd2f7e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalBulbOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalBulbOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalBulbOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@1x.png new file mode 100644 index 000000000..289bb054e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@2x.png new file mode 100644 index 000000000..9a379481b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@3x.png new file mode 100644 index 000000000..04d12f12b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalBulbOutline36.imageset/SberportalBulbOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/Contents.json new file mode 100644 index 000000000..43d8cb532 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@1x.png new file mode 100644 index 000000000..0375451bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@2x.png new file mode 100644 index 000000000..ef06ca804 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@3x.png new file mode 100644 index 000000000..c83deb381 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill16.imageset/SberportalFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/Contents.json new file mode 100644 index 000000000..c41e8bee2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@1x.png new file mode 100644 index 000000000..14dcd18e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@2x.png new file mode 100644 index 000000000..b7a413df3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@3x.png new file mode 100644 index 000000000..65a6f256c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill24.imageset/SberportalFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/Contents.json new file mode 100644 index 000000000..1a6f3fbe5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@1x.png new file mode 100644 index 000000000..edafc17d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@2x.png new file mode 100644 index 000000000..fae8f0ea0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@3x.png new file mode 100644 index 000000000..1ec9bdbd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalFill36.imageset/SberportalFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/Contents.json new file mode 100644 index 000000000..2e7c3832e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@1x.png new file mode 100644 index 000000000..2e6c95ef0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@2x.png new file mode 100644 index 000000000..9914f1d59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@3x.png new file mode 100644 index 000000000..61784b7ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline16.imageset/SberportalOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/Contents.json new file mode 100644 index 000000000..95bc381a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@1x.png new file mode 100644 index 000000000..a7d29e447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@2x.png new file mode 100644 index 000000000..84f2890b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@3x.png new file mode 100644 index 000000000..b49054609 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline24.imageset/SberportalOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/Contents.json new file mode 100644 index 000000000..e23db9e44 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SberportalOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SberportalOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SberportalOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@1x.png new file mode 100644 index 000000000..ba9aaad9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@2x.png new file mode 100644 index 000000000..b90ff467e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@3x.png new file mode 100644 index 000000000..497d8bb1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SberportalOutline36.imageset/SberportalOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/Contents.json new file mode 100644 index 000000000..a6203cd33 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@1x.png new file mode 100644 index 000000000..d287a3180 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@2x.png new file mode 100644 index 000000000..057b4138e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@3x.png new file mode 100644 index 000000000..0e12a5a02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill16.imageset/ScenarioAutoFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/Contents.json new file mode 100644 index 000000000..1050df969 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@1x.png new file mode 100644 index 000000000..ebc9532b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@2x.png new file mode 100644 index 000000000..1fb62781d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@3x.png new file mode 100644 index 000000000..224e3ece0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill24.imageset/ScenarioAutoFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/Contents.json new file mode 100644 index 000000000..4f4963894 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@1x.png new file mode 100644 index 000000000..e270106b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@2x.png new file mode 100644 index 000000000..fd77944ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@3x.png new file mode 100644 index 000000000..61e2d52c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoFill36.imageset/ScenarioAutoFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/Contents.json new file mode 100644 index 000000000..b2e8d41cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@1x.png new file mode 100644 index 000000000..bf790de0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@2x.png new file mode 100644 index 000000000..bf98cead6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@3x.png new file mode 100644 index 000000000..be37134b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline16.imageset/ScenarioAutoOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/Contents.json new file mode 100644 index 000000000..b1fe380db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@1x.png new file mode 100644 index 000000000..f2d6d1739 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@2x.png new file mode 100644 index 000000000..76a07c592 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@3x.png new file mode 100644 index 000000000..9d0421916 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline24.imageset/ScenarioAutoOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/Contents.json new file mode 100644 index 000000000..52a614b19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioAutoOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@1x.png new file mode 100644 index 000000000..d1d295cc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@2x.png new file mode 100644 index 000000000..daa4872f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@3x.png new file mode 100644 index 000000000..19ecf8fa6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioAutoOutline36.imageset/ScenarioAutoOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/Contents.json new file mode 100644 index 000000000..123fe0dbb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@1x.png new file mode 100644 index 000000000..63a836890 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@2x.png new file mode 100644 index 000000000..50b993da2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@3x.png new file mode 100644 index 000000000..68a3eb748 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill16.imageset/ScenarioFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/Contents.json new file mode 100644 index 000000000..c09650988 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@1x.png new file mode 100644 index 000000000..573c58276 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@2x.png new file mode 100644 index 000000000..326dc18d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@3x.png new file mode 100644 index 000000000..2a142dd6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill24.imageset/ScenarioFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/Contents.json new file mode 100644 index 000000000..b279fe6ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@1x.png new file mode 100644 index 000000000..357189764 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@2x.png new file mode 100644 index 000000000..cd73a4d53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@3x.png new file mode 100644 index 000000000..ddab098b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioFill36.imageset/ScenarioFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/Contents.json new file mode 100644 index 000000000..a16807fd9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@1x.png new file mode 100644 index 000000000..932797c29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@2x.png new file mode 100644 index 000000000..7ef1d707e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@3x.png new file mode 100644 index 000000000..ee4f839a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline16.imageset/ScenarioOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/Contents.json new file mode 100644 index 000000000..8cb82a293 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@1x.png new file mode 100644 index 000000000..f39d847c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@2x.png new file mode 100644 index 000000000..e89f56671 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@3x.png new file mode 100644 index 000000000..383d91a87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline24.imageset/ScenarioOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/Contents.json new file mode 100644 index 000000000..5c59790fe --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@1x.png new file mode 100644 index 000000000..b576f3ef3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@2x.png new file mode 100644 index 000000000..85be15df1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@3x.png new file mode 100644 index 000000000..9d0cbbeb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioOutline36.imageset/ScenarioOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/Contents.json new file mode 100644 index 000000000..05b91d8c6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@1x.png new file mode 100644 index 000000000..0baadd716 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@2x.png new file mode 100644 index 000000000..86d95fd6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@3x.png new file mode 100644 index 000000000..7299ae5ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill16.imageset/ScenarioSyncAuto35Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/Contents.json new file mode 100644 index 000000000..ed7816674 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@1x.png new file mode 100644 index 000000000..769b00808 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@2x.png new file mode 100644 index 000000000..1951df83b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@3x.png new file mode 100644 index 000000000..3c1e7f425 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill24.imageset/ScenarioSyncAuto35Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/Contents.json new file mode 100644 index 000000000..66b396d9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@1x.png new file mode 100644 index 000000000..201af3337 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@2x.png new file mode 100644 index 000000000..9e136b3e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@3x.png new file mode 100644 index 000000000..e27720038 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Fill36.imageset/ScenarioSyncAuto35Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/Contents.json new file mode 100644 index 000000000..b8ad9591d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@1x.png new file mode 100644 index 000000000..74908acfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@2x.png new file mode 100644 index 000000000..03d6c5b8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@3x.png new file mode 100644 index 000000000..c9b96b40f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline16.imageset/ScenarioSyncAuto35Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/Contents.json new file mode 100644 index 000000000..cf6a39669 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@1x.png new file mode 100644 index 000000000..95e7c9792 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@2x.png new file mode 100644 index 000000000..5c20b9f61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@3x.png new file mode 100644 index 000000000..26990d913 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline24.imageset/ScenarioSyncAuto35Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/Contents.json new file mode 100644 index 000000000..e5698e96b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto35Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@1x.png new file mode 100644 index 000000000..807a6ff42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@2x.png new file mode 100644 index 000000000..aa4adeb72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@3x.png new file mode 100644 index 000000000..ce0f57ea7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto35Outline36.imageset/ScenarioSyncAuto35Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/Contents.json new file mode 100644 index 000000000..b0067599c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@1x.png new file mode 100644 index 000000000..c0635c5ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@2x.png new file mode 100644 index 000000000..2a40fd5f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@3x.png new file mode 100644 index 000000000..cac0ac596 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill16.imageset/ScenarioSyncAuto45Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/Contents.json new file mode 100644 index 000000000..4217167dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@1x.png new file mode 100644 index 000000000..5e83c589e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@2x.png new file mode 100644 index 000000000..c071701c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@3x.png new file mode 100644 index 000000000..ca47f1f0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill24.imageset/ScenarioSyncAuto45Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/Contents.json new file mode 100644 index 000000000..626c71f11 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@1x.png new file mode 100644 index 000000000..d5e858b55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@2x.png new file mode 100644 index 000000000..a8d381ba5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@3x.png new file mode 100644 index 000000000..58230f600 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Fill36.imageset/ScenarioSyncAuto45Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/Contents.json new file mode 100644 index 000000000..eb345ecdc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@1x.png new file mode 100644 index 000000000..bd30dfff8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@2x.png new file mode 100644 index 000000000..a002d18d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@3x.png new file mode 100644 index 000000000..5212d939d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline16.imageset/ScenarioSyncAuto45Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/Contents.json new file mode 100644 index 000000000..17ef20f06 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@1x.png new file mode 100644 index 000000000..d9b788741 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@2x.png new file mode 100644 index 000000000..fb5834239 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@3x.png new file mode 100644 index 000000000..bcb7b4672 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline24.imageset/ScenarioSyncAuto45Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/Contents.json new file mode 100644 index 000000000..80aa7f488 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto45Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@1x.png new file mode 100644 index 000000000..9ac85074e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@2x.png new file mode 100644 index 000000000..58ef3af34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@3x.png new file mode 100644 index 000000000..0b2a07968 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto45Outline36.imageset/ScenarioSyncAuto45Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/Contents.json new file mode 100644 index 000000000..df2e7642a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@1x.png new file mode 100644 index 000000000..725980048 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@2x.png new file mode 100644 index 000000000..1b39af079 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@3x.png new file mode 100644 index 000000000..a9c154cd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill16.imageset/ScenarioSyncAuto65Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/Contents.json new file mode 100644 index 000000000..027871651 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@1x.png new file mode 100644 index 000000000..25fdd1830 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@2x.png new file mode 100644 index 000000000..d06f76cf5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@3x.png new file mode 100644 index 000000000..90bb102e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill24.imageset/ScenarioSyncAuto65Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/Contents.json new file mode 100644 index 000000000..c5c35ffe0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@1x.png new file mode 100644 index 000000000..ea5329176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@2x.png new file mode 100644 index 000000000..80b878df5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@3x.png new file mode 100644 index 000000000..d110bfabb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Fill36.imageset/ScenarioSyncAuto65Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/Contents.json new file mode 100644 index 000000000..b8e9395f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@1x.png new file mode 100644 index 000000000..902e2ad58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@2x.png new file mode 100644 index 000000000..cdc4ca1b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@3x.png new file mode 100644 index 000000000..f132e0231 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline16.imageset/ScenarioSyncAuto65Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/Contents.json new file mode 100644 index 000000000..9b1537260 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@1x.png new file mode 100644 index 000000000..44f1fa06f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@2x.png new file mode 100644 index 000000000..1802c86ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@3x.png new file mode 100644 index 000000000..c4a1904b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline24.imageset/ScenarioSyncAuto65Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/Contents.json new file mode 100644 index 000000000..d902b39ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScenarioSyncAuto65Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@1x.png new file mode 100644 index 000000000..4826a0a92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@2x.png new file mode 100644 index 000000000..0fca8fff5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@3x.png new file mode 100644 index 000000000..07e101d60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScenarioSyncAuto65Outline36.imageset/ScenarioSyncAuto65Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Contents.json new file mode 100644 index 000000000..56184f029 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@1x.png new file mode 100644 index 000000000..d3a12e44f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@2x.png new file mode 100644 index 000000000..b3b9b12e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@3x.png new file mode 100644 index 000000000..15208ca70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill16.imageset/Scene3dFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Contents.json new file mode 100644 index 000000000..65e2cf582 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@1x.png new file mode 100644 index 000000000..9f8137bb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@2x.png new file mode 100644 index 000000000..f2fed79d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@3x.png new file mode 100644 index 000000000..6c0302469 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill24.imageset/Scene3dFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Contents.json new file mode 100644 index 000000000..84e83b1ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@1x.png new file mode 100644 index 000000000..278d02e6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@2x.png new file mode 100644 index 000000000..a3642bcc4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@3x.png new file mode 100644 index 000000000..0f436439f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dFill36.imageset/Scene3dFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Contents.json new file mode 100644 index 000000000..ffa1feb3d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@1x.png new file mode 100644 index 000000000..031e91ccf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@2x.png new file mode 100644 index 000000000..530168872 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@3x.png new file mode 100644 index 000000000..58f79d574 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline16.imageset/Scene3dOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Contents.json new file mode 100644 index 000000000..6612f75c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@1x.png new file mode 100644 index 000000000..2bb800725 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@2x.png new file mode 100644 index 000000000..cc6e85bc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@3x.png new file mode 100644 index 000000000..e03e2fabb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline24.imageset/Scene3dOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Contents.json new file mode 100644 index 000000000..6c14d0b8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scene3dOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scene3dOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scene3dOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@1x.png new file mode 100644 index 000000000..2a92cbd14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@2x.png new file mode 100644 index 000000000..2bdd559b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@3x.png new file mode 100644 index 000000000..b0f3e55c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scene3dOutline36.imageset/Scene3dOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Contents.json new file mode 100644 index 000000000..1d18ca753 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scribble-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scribble-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scribble-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@1x.png new file mode 100644 index 000000000..ebad4d57b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@2x.png new file mode 100644 index 000000000..846d9c8ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@3x.png new file mode 100644 index 000000000..0411becf4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble16.imageset/Scribble-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Contents.json new file mode 100644 index 000000000..a48d79866 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scribble-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scribble-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scribble-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@1x.png new file mode 100644 index 000000000..e960ca99a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@2x.png new file mode 100644 index 000000000..84130954f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@3x.png new file mode 100644 index 000000000..18ceb6978 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble24.imageset/Scribble-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Contents.json new file mode 100644 index 000000000..249135d29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Scribble-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Scribble-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Scribble-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@1x.png new file mode 100644 index 000000000..cd407408b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@2x.png new file mode 100644 index 000000000..4c27c0f91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@3x.png new file mode 100644 index 000000000..c80439d89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Scribble36.imageset/Scribble-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/Contents.json new file mode 100644 index 000000000..6176c5e68 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScribbleDiagonal-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScribbleDiagonal-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScribbleDiagonal-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@1x.png new file mode 100644 index 000000000..8cf6c80fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@2x.png new file mode 100644 index 000000000..65092f1b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@3x.png new file mode 100644 index 000000000..e6069bab7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal16.imageset/ScribbleDiagonal-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/Contents.json new file mode 100644 index 000000000..d846af4e4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScribbleDiagonal-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScribbleDiagonal-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScribbleDiagonal-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@1x.png new file mode 100644 index 000000000..29980e097 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@2x.png new file mode 100644 index 000000000..8c33b3490 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@3x.png new file mode 100644 index 000000000..7d9c71cea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal24.imageset/ScribbleDiagonal-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/Contents.json new file mode 100644 index 000000000..a570d6b8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ScribbleDiagonal-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ScribbleDiagonal-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ScribbleDiagonal-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@1x.png new file mode 100644 index 000000000..7c101f658 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@2x.png new file mode 100644 index 000000000..26533ba4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@3x.png new file mode 100644 index 000000000..374be68cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ScribbleDiagonal36.imageset/ScribbleDiagonal-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/Contents.json new file mode 100644 index 000000000..be0f21b7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@1x.png new file mode 100644 index 000000000..01b5401e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@2x.png new file mode 100644 index 000000000..80c62e9a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@3x.png new file mode 100644 index 000000000..747dbfea3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill16.imageset/SctivityFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/Contents.json new file mode 100644 index 000000000..a63346a9c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@1x.png new file mode 100644 index 000000000..3bdb15c6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@2x.png new file mode 100644 index 000000000..c916b70d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@3x.png new file mode 100644 index 000000000..2c9831efe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill24.imageset/SctivityFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/Contents.json new file mode 100644 index 000000000..81e3c4a8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@1x.png new file mode 100644 index 000000000..3184345aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@2x.png new file mode 100644 index 000000000..618575ed0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@3x.png new file mode 100644 index 000000000..893842360 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityFill36.imageset/SctivityFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/Contents.json new file mode 100644 index 000000000..21eb41d19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@1x.png new file mode 100644 index 000000000..d902968a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@2x.png new file mode 100644 index 000000000..518b7b368 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@3x.png new file mode 100644 index 000000000..9bee0807f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline16.imageset/SctivityOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/Contents.json new file mode 100644 index 000000000..3672ce6a4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@1x.png new file mode 100644 index 000000000..c0965ad02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@2x.png new file mode 100644 index 000000000..92e244571 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@3x.png new file mode 100644 index 000000000..7c30760cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline24.imageset/SctivityOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/Contents.json new file mode 100644 index 000000000..cdfe317d6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SctivityOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SctivityOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SctivityOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@1x.png new file mode 100644 index 000000000..208d15ae7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@2x.png new file mode 100644 index 000000000..10d879d3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@3x.png new file mode 100644 index 000000000..579ed7de6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SctivityOutline36.imageset/SctivityOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Contents.json new file mode 100644 index 000000000..644fe3cbf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Search-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Search-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Search-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@1x.png new file mode 100644 index 000000000..2ebe3fb21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@2x.png new file mode 100644 index 000000000..c17efccce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@3x.png new file mode 100644 index 000000000..1ac80eb64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search16.imageset/Search-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Contents.json new file mode 100644 index 000000000..e8fa155ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Search-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Search-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Search-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@1x.png new file mode 100644 index 000000000..9a6476770 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@2x.png new file mode 100644 index 000000000..295575e73 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@3x.png new file mode 100644 index 000000000..bc61ba164 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search24.imageset/Search-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Contents.json new file mode 100644 index 000000000..5488f04db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Search-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Search-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Search-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@1x.png new file mode 100644 index 000000000..ad6978ecb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@2x.png new file mode 100644 index 000000000..2ecc4878e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@3x.png new file mode 100644 index 000000000..55c198315 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Search36.imageset/Search-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/Contents.json new file mode 100644 index 000000000..27bad7c91 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@1x.png new file mode 100644 index 000000000..09ea8c031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@2x.png new file mode 100644 index 000000000..ef29e2893 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@3x.png new file mode 100644 index 000000000..581febbdc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill16.imageset/SecurityCameraFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/Contents.json new file mode 100644 index 000000000..aa8ab1306 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@1x.png new file mode 100644 index 000000000..13dc7d1e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@2x.png new file mode 100644 index 000000000..cc211b4f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@3x.png new file mode 100644 index 000000000..680ce6495 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill24.imageset/SecurityCameraFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/Contents.json new file mode 100644 index 000000000..56af10ee2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@1x.png new file mode 100644 index 000000000..2bdb1fb20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@2x.png new file mode 100644 index 000000000..8e99be2c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@3x.png new file mode 100644 index 000000000..c01ef1ec7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraFill36.imageset/SecurityCameraFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/Contents.json new file mode 100644 index 000000000..969848c25 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@1x.png new file mode 100644 index 000000000..44ede5012 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@2x.png new file mode 100644 index 000000000..c9ff233d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@3x.png new file mode 100644 index 000000000..1658c6cac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline16.imageset/SecurityCameraOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/Contents.json new file mode 100644 index 000000000..e8fa7b59e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@1x.png new file mode 100644 index 000000000..76b0e019b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@2x.png new file mode 100644 index 000000000..5d8f39e55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@3x.png new file mode 100644 index 000000000..5948e4b34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline24.imageset/SecurityCameraOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/Contents.json new file mode 100644 index 000000000..0bb813fd7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SecurityCameraOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SecurityCameraOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SecurityCameraOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@1x.png new file mode 100644 index 000000000..ef7dc0d40 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@2x.png new file mode 100644 index 000000000..0aa19f59a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@3x.png new file mode 100644 index 000000000..6f64384f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SecurityCameraOutline36.imageset/SecurityCameraOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/Contents.json new file mode 100644 index 000000000..ecac4909a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@1x.png new file mode 100644 index 000000000..17596277f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@2x.png new file mode 100644 index 000000000..19b1b54f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@3x.png new file mode 100644 index 000000000..825fdaf63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill16.imageset/SendFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/Contents.json new file mode 100644 index 000000000..ddefb8e82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@1x.png new file mode 100644 index 000000000..dc7f18129 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@2x.png new file mode 100644 index 000000000..337e85080 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@3x.png new file mode 100644 index 000000000..c8c779572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill24.imageset/SendFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/Contents.json new file mode 100644 index 000000000..5e918acd4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@1x.png new file mode 100644 index 000000000..35e135ff5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@2x.png new file mode 100644 index 000000000..0beb318a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@3x.png new file mode 100644 index 000000000..c2da5c860 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendFill36.imageset/SendFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/Contents.json new file mode 100644 index 000000000..0ff0f5b44 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@1x.png new file mode 100644 index 000000000..340db93c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@2x.png new file mode 100644 index 000000000..f9ebb00c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@3x.png new file mode 100644 index 000000000..cedf1f818 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline16.imageset/SendOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/Contents.json new file mode 100644 index 000000000..4e3b62837 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@1x.png new file mode 100644 index 000000000..9b2bb1741 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@2x.png new file mode 100644 index 000000000..9e597169c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@3x.png new file mode 100644 index 000000000..ebe1c6e5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline24.imageset/SendOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/Contents.json new file mode 100644 index 000000000..2c64f367e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SendOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SendOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SendOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@1x.png new file mode 100644 index 000000000..9bd4c6570 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@2x.png new file mode 100644 index 000000000..f1f1c8c62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@3x.png new file mode 100644 index 000000000..735a746d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SendOutline36.imageset/SendOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/Contents.json new file mode 100644 index 000000000..fba46773f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@1x.png new file mode 100644 index 000000000..d385514a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@2x.png new file mode 100644 index 000000000..1979d6be8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@3x.png new file mode 100644 index 000000000..cad4e579d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill16.imageset/SettingsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/Contents.json new file mode 100644 index 000000000..a544aca39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@1x.png new file mode 100644 index 000000000..06b396ebf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@2x.png new file mode 100644 index 000000000..0ef76db85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@3x.png new file mode 100644 index 000000000..5727c24f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill24.imageset/SettingsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/Contents.json new file mode 100644 index 000000000..9156791a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@1x.png new file mode 100644 index 000000000..3c9956ff6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@2x.png new file mode 100644 index 000000000..d6ca175f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@3x.png new file mode 100644 index 000000000..27d765d9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFill36.imageset/SettingsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/Contents.json new file mode 100644 index 000000000..ac7475440 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFilter-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFilter-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFilter-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@1x.png new file mode 100644 index 000000000..9d8dd9372 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@2x.png new file mode 100644 index 000000000..e5e880d1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@3x.png new file mode 100644 index 000000000..b4451fab3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter16.imageset/SettingsFilter-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/Contents.json new file mode 100644 index 000000000..301c9ab80 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFilter-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFilter-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFilter-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@1x.png new file mode 100644 index 000000000..791275f67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@2x.png new file mode 100644 index 000000000..9ef7ebf4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@3x.png new file mode 100644 index 000000000..fc2556bb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter24.imageset/SettingsFilter-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/Contents.json new file mode 100644 index 000000000..6cc57d924 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsFilter-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsFilter-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsFilter-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@1x.png new file mode 100644 index 000000000..63e7d2e4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@2x.png new file mode 100644 index 000000000..ae9bc0d4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@3x.png new file mode 100644 index 000000000..37efb0890 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsFilter36.imageset/SettingsFilter-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/Contents.json new file mode 100644 index 000000000..7be8db3e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@1x.png new file mode 100644 index 000000000..3f18eaac6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@2x.png new file mode 100644 index 000000000..6ea621df8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@3x.png new file mode 100644 index 000000000..07278a1b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline16.imageset/SettingsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/Contents.json new file mode 100644 index 000000000..7c181b5b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@1x.png new file mode 100644 index 000000000..1131d53c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@2x.png new file mode 100644 index 000000000..13a10456a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@3x.png new file mode 100644 index 000000000..125f2bfd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline24.imageset/SettingsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/Contents.json new file mode 100644 index 000000000..79e9b390c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SettingsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SettingsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SettingsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@1x.png new file mode 100644 index 000000000..dbc614393 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@2x.png new file mode 100644 index 000000000..16675d337 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@3x.png new file mode 100644 index 000000000..bcb6256f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SettingsOutline36.imageset/SettingsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/Contents.json new file mode 100644 index 000000000..fd80f4f06 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@1x.png new file mode 100644 index 000000000..529a77d42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@2x.png new file mode 100644 index 000000000..a11641865 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@3x.png new file mode 100644 index 000000000..fc9417fe7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill16.imageset/ShareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/Contents.json new file mode 100644 index 000000000..977c6a441 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@1x.png new file mode 100644 index 000000000..cd68880c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@2x.png new file mode 100644 index 000000000..b1ae1265d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@3x.png new file mode 100644 index 000000000..c37754aa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill24.imageset/ShareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/Contents.json new file mode 100644 index 000000000..e86a90f99 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@1x.png new file mode 100644 index 000000000..580fc275e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@2x.png new file mode 100644 index 000000000..54d9a4efe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@3x.png new file mode 100644 index 000000000..7748f862d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareFill36.imageset/ShareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/Contents.json new file mode 100644 index 000000000..1acd50924 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@1x.png new file mode 100644 index 000000000..96f3b2af4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@2x.png new file mode 100644 index 000000000..ca2aa0b2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@3x.png new file mode 100644 index 000000000..460b7d9f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline16.imageset/ShareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/Contents.json new file mode 100644 index 000000000..95d94aeaa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@1x.png new file mode 100644 index 000000000..251b5261a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@2x.png new file mode 100644 index 000000000..f5b3abfb0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@3x.png new file mode 100644 index 000000000..e1a1a7d02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline24.imageset/ShareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/Contents.json new file mode 100644 index 000000000..a7c11f97d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@1x.png new file mode 100644 index 000000000..9cb349100 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@2x.png new file mode 100644 index 000000000..2b269d3ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@3x.png new file mode 100644 index 000000000..82e119ad8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareOutline36.imageset/ShareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/Contents.json new file mode 100644 index 000000000..342abe07d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@1x.png new file mode 100644 index 000000000..52173227b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@2x.png new file mode 100644 index 000000000..0708ae066 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@3x.png new file mode 100644 index 000000000..e448ead47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill16.imageset/ShareScreenFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/Contents.json new file mode 100644 index 000000000..04ce3d778 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@1x.png new file mode 100644 index 000000000..7251e8717 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@2x.png new file mode 100644 index 000000000..3ec75d93e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@3x.png new file mode 100644 index 000000000..9fdc27829 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill24.imageset/ShareScreenFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/Contents.json new file mode 100644 index 000000000..305cc4f51 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@1x.png new file mode 100644 index 000000000..8e9da39a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@2x.png new file mode 100644 index 000000000..641bc05d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@3x.png new file mode 100644 index 000000000..1e0b39de7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenFill36.imageset/ShareScreenFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/Contents.json new file mode 100644 index 000000000..03ca69bb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@1x.png new file mode 100644 index 000000000..bb4adac52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@2x.png new file mode 100644 index 000000000..38585c39d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@3x.png new file mode 100644 index 000000000..ae2a2b579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill16.imageset/ShareScreenMobileFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/Contents.json new file mode 100644 index 000000000..df5ab7c09 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@1x.png new file mode 100644 index 000000000..95d54fc84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@2x.png new file mode 100644 index 000000000..e9f3302eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@3x.png new file mode 100644 index 000000000..89c514dfc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill24.imageset/ShareScreenMobileFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/Contents.json new file mode 100644 index 000000000..101fd4892 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@1x.png new file mode 100644 index 000000000..afb400595 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@2x.png new file mode 100644 index 000000000..4bb54a23a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@3x.png new file mode 100644 index 000000000..095f0ae02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileFill36.imageset/ShareScreenMobileFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/Contents.json new file mode 100644 index 000000000..ab2444595 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@1x.png new file mode 100644 index 000000000..37991640d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@2x.png new file mode 100644 index 000000000..7aca84084 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@3x.png new file mode 100644 index 000000000..5cdbd144d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline16.imageset/ShareScreenMobileOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/Contents.json new file mode 100644 index 000000000..b749fb425 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@1x.png new file mode 100644 index 000000000..083c00a82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@2x.png new file mode 100644 index 000000000..1e755480c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@3x.png new file mode 100644 index 000000000..f23f6ae07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline24.imageset/ShareScreenMobileOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/Contents.json new file mode 100644 index 000000000..37079af9e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenMobileOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@1x.png new file mode 100644 index 000000000..7003b10a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@2x.png new file mode 100644 index 000000000..925c06b3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@3x.png new file mode 100644 index 000000000..a1aaaa0fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenMobileOutline36.imageset/ShareScreenMobileOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/Contents.json new file mode 100644 index 000000000..773f6d572 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@1x.png new file mode 100644 index 000000000..a0b675075 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@2x.png new file mode 100644 index 000000000..113a404d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@3x.png new file mode 100644 index 000000000..faa7b0572 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline16.imageset/ShareScreenOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/Contents.json new file mode 100644 index 000000000..2dff5ad23 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@1x.png new file mode 100644 index 000000000..1478a5ab6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@2x.png new file mode 100644 index 000000000..4d0f5e094 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@3x.png new file mode 100644 index 000000000..bfd1ced85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline24.imageset/ShareScreenOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/Contents.json new file mode 100644 index 000000000..af3014d6b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@1x.png new file mode 100644 index 000000000..8912ad442 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@2x.png new file mode 100644 index 000000000..b886043fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@3x.png new file mode 100644 index 000000000..79fd4bc56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenOutline36.imageset/ShareScreenOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/Contents.json new file mode 100644 index 000000000..99ebdc5ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@1x.png new file mode 100644 index 000000000..3a2c68423 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@2x.png new file mode 100644 index 000000000..3094518c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@3x.png new file mode 100644 index 000000000..1d424389e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill16.imageset/ShareScreenTabletFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/Contents.json new file mode 100644 index 000000000..2f91abdbf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@1x.png new file mode 100644 index 000000000..b6e56b170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@2x.png new file mode 100644 index 000000000..76fa1df44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@3x.png new file mode 100644 index 000000000..d366c04b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill24.imageset/ShareScreenTabletFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/Contents.json new file mode 100644 index 000000000..dd6e37cff --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@1x.png new file mode 100644 index 000000000..672493740 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@2x.png new file mode 100644 index 000000000..80a260d25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@3x.png new file mode 100644 index 000000000..deba94c6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletFill36.imageset/ShareScreenTabletFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/Contents.json new file mode 100644 index 000000000..d443adaf1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@1x.png new file mode 100644 index 000000000..de0480ca5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@2x.png new file mode 100644 index 000000000..6f09e7802 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@3x.png new file mode 100644 index 000000000..d86485223 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline16.imageset/ShareScreenTabletOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/Contents.json new file mode 100644 index 000000000..e4b7ce290 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@1x.png new file mode 100644 index 000000000..92995a32f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@2x.png new file mode 100644 index 000000000..2383439bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@3x.png new file mode 100644 index 000000000..b11dad3e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline24.imageset/ShareScreenTabletOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/Contents.json new file mode 100644 index 000000000..1d7524d6a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShareScreenTabletOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@1x.png new file mode 100644 index 000000000..10ec9e51b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@2x.png new file mode 100644 index 000000000..b6f76ed1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@3x.png new file mode 100644 index 000000000..1c8c499eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShareScreenTabletOutline36.imageset/ShareScreenTabletOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Contents.json new file mode 100644 index 000000000..f925f8ce8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Shazam-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Shazam-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Shazam-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@1x.png new file mode 100644 index 000000000..53149be1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@2x.png new file mode 100644 index 000000000..48e782e5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@3x.png new file mode 100644 index 000000000..670784b0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam16.imageset/Shazam-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Contents.json new file mode 100644 index 000000000..9b5b1a094 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Shazam-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Shazam-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Shazam-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@1x.png new file mode 100644 index 000000000..aaf7fcbf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@2x.png new file mode 100644 index 000000000..f05ab1026 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@3x.png new file mode 100644 index 000000000..0e6625cf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam24.imageset/Shazam-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Contents.json new file mode 100644 index 000000000..b501df296 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Shazam-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Shazam-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Shazam-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@1x.png new file mode 100644 index 000000000..277d9f218 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@2x.png new file mode 100644 index 000000000..108bd2511 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@3x.png new file mode 100644 index 000000000..926a3efbe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Shazam36.imageset/Shazam-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/Contents.json new file mode 100644 index 000000000..3c72d494e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@1x.png new file mode 100644 index 000000000..600aa63ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@2x.png new file mode 100644 index 000000000..93b2e2870 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@3x.png new file mode 100644 index 000000000..e93eba78d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill16.imageset/ShieldChildFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/Contents.json new file mode 100644 index 000000000..b821f60d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@1x.png new file mode 100644 index 000000000..62eaa9f24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@2x.png new file mode 100644 index 000000000..e3586120d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@3x.png new file mode 100644 index 000000000..d69ade784 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill24.imageset/ShieldChildFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/Contents.json new file mode 100644 index 000000000..471c9f545 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@1x.png new file mode 100644 index 000000000..cd6615d44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@2x.png new file mode 100644 index 000000000..97f455cca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@3x.png new file mode 100644 index 000000000..fb37633e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildFill36.imageset/ShieldChildFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/Contents.json new file mode 100644 index 000000000..a0a0fcff1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@1x.png new file mode 100644 index 000000000..e468227e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@2x.png new file mode 100644 index 000000000..de8fd1cc8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@3x.png new file mode 100644 index 000000000..1b4e822d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline16.imageset/ShieldChildOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/Contents.json new file mode 100644 index 000000000..1c1454d8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@1x.png new file mode 100644 index 000000000..ecd4d1912 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@2x.png new file mode 100644 index 000000000..954285e60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@3x.png new file mode 100644 index 000000000..ac3aa81fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline24.imageset/ShieldChildOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/Contents.json new file mode 100644 index 000000000..edad8ff1e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldChildOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldChildOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldChildOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@1x.png new file mode 100644 index 000000000..163598d44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@2x.png new file mode 100644 index 000000000..08ee60dfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@3x.png new file mode 100644 index 000000000..92854e79a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldChildOutline36.imageset/ShieldChildOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/Contents.json new file mode 100644 index 000000000..2073fa889 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@1x.png new file mode 100644 index 000000000..9e3c6b961 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@2x.png new file mode 100644 index 000000000..58dd345ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@3x.png new file mode 100644 index 000000000..2ade4f5d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill16.imageset/ShieldDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/Contents.json new file mode 100644 index 000000000..e61b7c511 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@1x.png new file mode 100644 index 000000000..ebcdfe4f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@2x.png new file mode 100644 index 000000000..1cb8216b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@3x.png new file mode 100644 index 000000000..1c64363ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill24.imageset/ShieldDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/Contents.json new file mode 100644 index 000000000..5377fabea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@1x.png new file mode 100644 index 000000000..aeb63cb20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@2x.png new file mode 100644 index 000000000..e9dcfc517 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@3x.png new file mode 100644 index 000000000..6af88550d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashFill36.imageset/ShieldDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..ee2ac4dc9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@1x.png new file mode 100644 index 000000000..aaff939a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@2x.png new file mode 100644 index 000000000..c4cd58ba7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@3x.png new file mode 100644 index 000000000..0d8007143 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline16.imageset/ShieldDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..bad0850ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@1x.png new file mode 100644 index 000000000..0ea9b7ace Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@2x.png new file mode 100644 index 000000000..b98929849 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@3x.png new file mode 100644 index 000000000..ee8cd0616 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline24.imageset/ShieldDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..ae7e13314 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@1x.png new file mode 100644 index 000000000..d13208d84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@2x.png new file mode 100644 index 000000000..af90e5164 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@3x.png new file mode 100644 index 000000000..69ccd5ac6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDashOutline36.imageset/ShieldDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/Contents.json new file mode 100644 index 000000000..07d3ac4b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@1x.png new file mode 100644 index 000000000..210635cea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@2x.png new file mode 100644 index 000000000..a47e93cbd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@3x.png new file mode 100644 index 000000000..06fc15922 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill16.imageset/ShieldDoneFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/Contents.json new file mode 100644 index 000000000..b81ba3afb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@1x.png new file mode 100644 index 000000000..80022b29b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@2x.png new file mode 100644 index 000000000..9f69209ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@3x.png new file mode 100644 index 000000000..adf5992fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill24.imageset/ShieldDoneFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/Contents.json new file mode 100644 index 000000000..4cd5a3c82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@1x.png new file mode 100644 index 000000000..dce648996 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@2x.png new file mode 100644 index 000000000..15ffe3d94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@3x.png new file mode 100644 index 000000000..7b57d667a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneFill36.imageset/ShieldDoneFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/Contents.json new file mode 100644 index 000000000..329ea110a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@1x.png new file mode 100644 index 000000000..d7279445d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@2x.png new file mode 100644 index 000000000..29801ef3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@3x.png new file mode 100644 index 000000000..bf8d88155 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline16.imageset/ShieldDoneOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/Contents.json new file mode 100644 index 000000000..2095512ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@1x.png new file mode 100644 index 000000000..8e7643f6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@2x.png new file mode 100644 index 000000000..d925c3dfd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@3x.png new file mode 100644 index 000000000..392394195 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline24.imageset/ShieldDoneOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/Contents.json new file mode 100644 index 000000000..49daf0217 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldDoneOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldDoneOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldDoneOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@1x.png new file mode 100644 index 000000000..5b895fd07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@2x.png new file mode 100644 index 000000000..f1a7451aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@3x.png new file mode 100644 index 000000000..31144d050 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldDoneOutline36.imageset/ShieldDoneOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/Contents.json new file mode 100644 index 000000000..909939426 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@1x.png new file mode 100644 index 000000000..dc722b229 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@2x.png new file mode 100644 index 000000000..df46cda3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@3x.png new file mode 100644 index 000000000..ad9680dcc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill16.imageset/ShieldFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/Contents.json new file mode 100644 index 000000000..fab9f72eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@1x.png new file mode 100644 index 000000000..a56bf7e67 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@2x.png new file mode 100644 index 000000000..be249d331 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@3x.png new file mode 100644 index 000000000..a07c2eb0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill24.imageset/ShieldFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/Contents.json new file mode 100644 index 000000000..983becb9c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@1x.png new file mode 100644 index 000000000..53b1d37b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@2x.png new file mode 100644 index 000000000..fc4d76e37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@3x.png new file mode 100644 index 000000000..87b3a9b6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldFill36.imageset/ShieldFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/Contents.json new file mode 100644 index 000000000..ac850eb1d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@1x.png new file mode 100644 index 000000000..f2de3f029 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@2x.png new file mode 100644 index 000000000..5ce3084f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@3x.png new file mode 100644 index 000000000..ff132df20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill16.imageset/ShieldLinesCirclesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/Contents.json new file mode 100644 index 000000000..1d6aa0cf2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@1x.png new file mode 100644 index 000000000..6f5e169f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@2x.png new file mode 100644 index 000000000..fe377f59a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@3x.png new file mode 100644 index 000000000..422618298 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill24.imageset/ShieldLinesCirclesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/Contents.json new file mode 100644 index 000000000..edf377662 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@1x.png new file mode 100644 index 000000000..ac8c516fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@2x.png new file mode 100644 index 000000000..4c7c3d4e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@3x.png new file mode 100644 index 000000000..3bd69aebe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesFill36.imageset/ShieldLinesCirclesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/Contents.json new file mode 100644 index 000000000..f69864dda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@1x.png new file mode 100644 index 000000000..6d4ef5285 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@2x.png new file mode 100644 index 000000000..f4af1909d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@3x.png new file mode 100644 index 000000000..75aebe226 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline16.imageset/ShieldLinesCirclesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/Contents.json new file mode 100644 index 000000000..259c7aaba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@1x.png new file mode 100644 index 000000000..bf4066165 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@2x.png new file mode 100644 index 000000000..d95fb7f85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@3x.png new file mode 100644 index 000000000..9f41a5d81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline24.imageset/ShieldLinesCirclesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/Contents.json new file mode 100644 index 000000000..b3b265a92 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesCirclesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@1x.png new file mode 100644 index 000000000..cb7bd5c46 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@2x.png new file mode 100644 index 000000000..eb9813935 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@3x.png new file mode 100644 index 000000000..35a082b62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesCirclesOutline36.imageset/ShieldLinesCirclesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/Contents.json new file mode 100644 index 000000000..0a23ecb3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@1x.png new file mode 100644 index 000000000..ad04b0545 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@2x.png new file mode 100644 index 000000000..38d151f69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@3x.png new file mode 100644 index 000000000..d414d4d97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill16.imageset/ShieldLinesFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/Contents.json new file mode 100644 index 000000000..c7b43e0e0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@1x.png new file mode 100644 index 000000000..8f4dbfc08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@2x.png new file mode 100644 index 000000000..3277352f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@3x.png new file mode 100644 index 000000000..158d774ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill24.imageset/ShieldLinesFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/Contents.json new file mode 100644 index 000000000..24f0af26c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@1x.png new file mode 100644 index 000000000..7aab68c0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@2x.png new file mode 100644 index 000000000..bba35d997 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@3x.png new file mode 100644 index 000000000..8e8480410 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesFill36.imageset/ShieldLinesFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/Contents.json new file mode 100644 index 000000000..d0dae6b8f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@1x.png new file mode 100644 index 000000000..835c84531 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@2x.png new file mode 100644 index 000000000..65c1ce212 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@3x.png new file mode 100644 index 000000000..515a506b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline16.imageset/ShieldLinesOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/Contents.json new file mode 100644 index 000000000..96d2f6344 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@1x.png new file mode 100644 index 000000000..fbefae130 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@2x.png new file mode 100644 index 000000000..4a283125d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@3x.png new file mode 100644 index 000000000..63e0c71c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline24.imageset/ShieldLinesOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/Contents.json new file mode 100644 index 000000000..ccfef6828 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldLinesOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldLinesOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldLinesOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@1x.png new file mode 100644 index 000000000..94ce31eef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@2x.png new file mode 100644 index 000000000..5cca97061 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@3x.png new file mode 100644 index 000000000..63d74c5a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldLinesOutline36.imageset/ShieldLinesOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/Contents.json new file mode 100644 index 000000000..9dda380a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@1x.png new file mode 100644 index 000000000..3d02a36e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@2x.png new file mode 100644 index 000000000..d140b964e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@3x.png new file mode 100644 index 000000000..e08b36ae2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline16.imageset/ShieldOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/Contents.json new file mode 100644 index 000000000..60a5a7dbb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@1x.png new file mode 100644 index 000000000..79c85f12f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@2x.png new file mode 100644 index 000000000..31d8e3e5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@3x.png new file mode 100644 index 000000000..ab6e2dc88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline24.imageset/ShieldOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/Contents.json new file mode 100644 index 000000000..b40a99fc9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShieldOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShieldOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShieldOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@1x.png new file mode 100644 index 000000000..1eb3d0ba8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@2x.png new file mode 100644 index 000000000..938544057 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@3x.png new file mode 100644 index 000000000..d2a8dd698 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShieldOutline36.imageset/ShieldOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/Contents.json new file mode 100644 index 000000000..6af044b5a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShuffleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShuffleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShuffleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@1x.png new file mode 100644 index 000000000..cfc2847bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@2x.png new file mode 100644 index 000000000..afe3f773c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@3x.png new file mode 100644 index 000000000..1777ebe0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline16.imageset/ShuffleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/Contents.json new file mode 100644 index 000000000..228b7fb60 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShuffleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShuffleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShuffleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@1x.png new file mode 100644 index 000000000..561046c3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@2x.png new file mode 100644 index 000000000..f1761b4c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@3x.png new file mode 100644 index 000000000..18bba62dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline24.imageset/ShuffleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/Contents.json new file mode 100644 index 000000000..a46328f0e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ShuffleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ShuffleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ShuffleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@1x.png new file mode 100644 index 000000000..aaf030b71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@2x.png new file mode 100644 index 000000000..9c847c02b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@3x.png new file mode 100644 index 000000000..f0b54a5fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ShuffleOutline36.imageset/ShuffleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Contents.json new file mode 100644 index 000000000..a11c72e5a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@1x.png new file mode 100644 index 000000000..d214847dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@2x.png new file mode 100644 index 000000000..a080be7e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@3x.png new file mode 100644 index 000000000..33ff1ef0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent16.imageset/Silent-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Contents.json new file mode 100644 index 000000000..8e21c3c20 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent2-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent2-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent2-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@1x.png new file mode 100644 index 000000000..ba7e5e642 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@2x.png new file mode 100644 index 000000000..6ad49ddda Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@3x.png new file mode 100644 index 000000000..3e0cfe5d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent216.imageset/Silent2-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Contents.json new file mode 100644 index 000000000..0f6ecdf19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent2-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent2-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent2-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@1x.png new file mode 100644 index 000000000..96072a7e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@2x.png new file mode 100644 index 000000000..b7b5d7a77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@3x.png new file mode 100644 index 000000000..75a554364 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent224.imageset/Silent2-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Contents.json new file mode 100644 index 000000000..532f306ad --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent2-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent2-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent2-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@1x.png new file mode 100644 index 000000000..222766146 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@2x.png new file mode 100644 index 000000000..4c2dce1a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@3x.png new file mode 100644 index 000000000..96988c489 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent236.imageset/Silent2-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Contents.json new file mode 100644 index 000000000..5c49719a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@1x.png new file mode 100644 index 000000000..ee858f4f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@2x.png new file mode 100644 index 000000000..63e203fcb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@3x.png new file mode 100644 index 000000000..d5b3622fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent24.imageset/Silent-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Contents.json new file mode 100644 index 000000000..f6d29f73d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Silent-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Silent-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Silent-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@1x.png new file mode 100644 index 000000000..28c0e88b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@2x.png new file mode 100644 index 000000000..8132a6457 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@3x.png new file mode 100644 index 000000000..f8c1a0008 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Silent36.imageset/Silent-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/Contents.json new file mode 100644 index 000000000..a93ae309f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeExpand-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeExpand-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeExpand-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@1x.png new file mode 100644 index 000000000..24290fd76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@2x.png new file mode 100644 index 000000000..54c2553c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@3x.png new file mode 100644 index 000000000..8dba292a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand16.imageset/SizeExpand-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/Contents.json new file mode 100644 index 000000000..267240600 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeExpand-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeExpand-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeExpand-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@1x.png new file mode 100644 index 000000000..5ab19556f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@2x.png new file mode 100644 index 000000000..588a08d56 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@3x.png new file mode 100644 index 000000000..9e7ee04e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand24.imageset/SizeExpand-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/Contents.json new file mode 100644 index 000000000..c8609dcf3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeExpand-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeExpand-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeExpand-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@1x.png new file mode 100644 index 000000000..5b2e26679 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@2x.png new file mode 100644 index 000000000..936eba94f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@3x.png new file mode 100644 index 000000000..0c90903b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeExpand36.imageset/SizeExpand-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/Contents.json new file mode 100644 index 000000000..49572ba7a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMaximize-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMaximize-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMaximize-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@1x.png new file mode 100644 index 000000000..15c75ff49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@2x.png new file mode 100644 index 000000000..dbf13e155 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@3x.png new file mode 100644 index 000000000..72a22d318 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize16.imageset/SizeMaximize-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/Contents.json new file mode 100644 index 000000000..660bb6557 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMaximize-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMaximize-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMaximize-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@1x.png new file mode 100644 index 000000000..4e11a5d6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@2x.png new file mode 100644 index 000000000..ab52818fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@3x.png new file mode 100644 index 000000000..1a5bdc936 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize24.imageset/SizeMaximize-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/Contents.json new file mode 100644 index 000000000..fc2521bca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMaximize-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMaximize-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMaximize-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@1x.png new file mode 100644 index 000000000..ef60b9f06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@2x.png new file mode 100644 index 000000000..33e30549a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@3x.png new file mode 100644 index 000000000..0238e38f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMaximize36.imageset/SizeMaximize-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/Contents.json new file mode 100644 index 000000000..59b53631e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMinimize-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMinimize-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMinimize-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@1x.png new file mode 100644 index 000000000..ce7250e29 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@2x.png new file mode 100644 index 000000000..cd9e166a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@3x.png new file mode 100644 index 000000000..7171af330 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize16.imageset/SizeMinimize-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/Contents.json new file mode 100644 index 000000000..3d49b3ecd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMinimize-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMinimize-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMinimize-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@1x.png new file mode 100644 index 000000000..6fc49e8e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@2x.png new file mode 100644 index 000000000..fa210f722 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@3x.png new file mode 100644 index 000000000..86891d251 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize24.imageset/SizeMinimize-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/Contents.json new file mode 100644 index 000000000..4aba4912d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SizeMinimize-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SizeMinimize-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SizeMinimize-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@1x.png new file mode 100644 index 000000000..0d0e12011 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@2x.png new file mode 100644 index 000000000..bacde2c80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@3x.png new file mode 100644 index 000000000..5fb01ddff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SizeMinimize36.imageset/SizeMinimize-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/Contents.json new file mode 100644 index 000000000..59be9e697 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@1x.png new file mode 100644 index 000000000..e4ac7b69e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@2x.png new file mode 100644 index 000000000..2f1f09e0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@3x.png new file mode 100644 index 000000000..244718b11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill16.imageset/SleepFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/Contents.json new file mode 100644 index 000000000..7332fbd1d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@1x.png new file mode 100644 index 000000000..88066493c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@2x.png new file mode 100644 index 000000000..1a00b117d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@3x.png new file mode 100644 index 000000000..6cbb83802 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill24.imageset/SleepFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/Contents.json new file mode 100644 index 000000000..4cbe0af14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@1x.png new file mode 100644 index 000000000..108ea0d94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@2x.png new file mode 100644 index 000000000..e2ee8aa78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@3x.png new file mode 100644 index 000000000..85b0eb8be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepFill36.imageset/SleepFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/Contents.json new file mode 100644 index 000000000..0354b7309 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@1x.png new file mode 100644 index 000000000..2d0321c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@2x.png new file mode 100644 index 000000000..a6c7a45dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@3x.png new file mode 100644 index 000000000..256c03981 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline16.imageset/SleepOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/Contents.json new file mode 100644 index 000000000..e4590ac6c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@1x.png new file mode 100644 index 000000000..dab55359f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@2x.png new file mode 100644 index 000000000..9f6a28a80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@3x.png new file mode 100644 index 000000000..feed795ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline24.imageset/SleepOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/Contents.json new file mode 100644 index 000000000..8b40457cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SleepOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SleepOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SleepOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@1x.png new file mode 100644 index 000000000..460cb690e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@2x.png new file mode 100644 index 000000000..de53c5772 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@3x.png new file mode 100644 index 000000000..82aac83c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SleepOutline36.imageset/SleepOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/Contents.json new file mode 100644 index 000000000..427a79292 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@1x.png new file mode 100644 index 000000000..7852f6942 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@2x.png new file mode 100644 index 000000000..e0b3ba8e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@3x.png new file mode 100644 index 000000000..c441a2c36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill16.imageset/SmileFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/Contents.json new file mode 100644 index 000000000..cf31e808b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@1x.png new file mode 100644 index 000000000..768ffd947 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@2x.png new file mode 100644 index 000000000..bf7f697ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@3x.png new file mode 100644 index 000000000..0066a3186 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill24.imageset/SmileFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/Contents.json new file mode 100644 index 000000000..f70b479a8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@1x.png new file mode 100644 index 000000000..a5f1fa09b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@2x.png new file mode 100644 index 000000000..6a1f55e77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@3x.png new file mode 100644 index 000000000..ef7fe1d8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileFill36.imageset/SmileFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/Contents.json new file mode 100644 index 000000000..40492302b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@1x.png new file mode 100644 index 000000000..ebfc28dcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@2x.png new file mode 100644 index 000000000..769c6363f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@3x.png new file mode 100644 index 000000000..30ee8dcee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline16.imageset/SmileOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/Contents.json new file mode 100644 index 000000000..6df8a42a1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@1x.png new file mode 100644 index 000000000..dd45a1176 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@2x.png new file mode 100644 index 000000000..14681d5c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@3x.png new file mode 100644 index 000000000..c04eb4700 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline24.imageset/SmileOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/Contents.json new file mode 100644 index 000000000..0de8062ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SmileOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SmileOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SmileOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@1x.png new file mode 100644 index 000000000..5197c3c9e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@2x.png new file mode 100644 index 000000000..6acc165a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@3x.png new file mode 100644 index 000000000..8ac49b3e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SmileOutline36.imageset/SmileOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Contents.json new file mode 100644 index 000000000..c1ab46445 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Snow-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Snow-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Snow-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@1x.png new file mode 100644 index 000000000..76b148ae8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@2x.png new file mode 100644 index 000000000..d3dfa2167 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@3x.png new file mode 100644 index 000000000..aad6ac8d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow16.imageset/Snow-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Contents.json new file mode 100644 index 000000000..5a4de37ca --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Snow-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Snow-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Snow-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@1x.png new file mode 100644 index 000000000..7ed14ab87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@2x.png new file mode 100644 index 000000000..280310f6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@3x.png new file mode 100644 index 000000000..e5f418b25 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow24.imageset/Snow-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Contents.json new file mode 100644 index 000000000..2489c2911 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Snow-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Snow-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Snow-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@1x.png new file mode 100644 index 000000000..9d73e600f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@2x.png new file mode 100644 index 000000000..747ff0233 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@3x.png new file mode 100644 index 000000000..389e1508a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Snow36.imageset/Snow-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/Contents.json new file mode 100644 index 000000000..9e3194df7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortBigSmall-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortBigSmall-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortBigSmall-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@1x.png new file mode 100644 index 000000000..5897324cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@2x.png new file mode 100644 index 000000000..25435140a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@3x.png new file mode 100644 index 000000000..43440ab76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall16.imageset/SortBigSmall-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/Contents.json new file mode 100644 index 000000000..280323919 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortBigSmall-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortBigSmall-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortBigSmall-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@1x.png new file mode 100644 index 000000000..6a59432f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@2x.png new file mode 100644 index 000000000..608c80787 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@3x.png new file mode 100644 index 000000000..4718c4d62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall24.imageset/SortBigSmall-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/Contents.json new file mode 100644 index 000000000..355ac6590 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortBigSmall-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortBigSmall-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortBigSmall-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@1x.png new file mode 100644 index 000000000..312123eac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@2x.png new file mode 100644 index 000000000..25ca89764 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@3x.png new file mode 100644 index 000000000..6f298a10d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortBigSmall36.imageset/SortBigSmall-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/Contents.json new file mode 100644 index 000000000..bd04bc5c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortSmallBig-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortSmallBig-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortSmallBig-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@1x.png new file mode 100644 index 000000000..b53a5d18e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@2x.png new file mode 100644 index 000000000..a65326a2a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@3x.png new file mode 100644 index 000000000..0072b417d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig16.imageset/SortSmallBig-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/Contents.json new file mode 100644 index 000000000..20318e248 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortSmallBig-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortSmallBig-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortSmallBig-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@1x.png new file mode 100644 index 000000000..8703ff79a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@2x.png new file mode 100644 index 000000000..84a96aae6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@3x.png new file mode 100644 index 000000000..8f906335d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig24.imageset/SortSmallBig-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/Contents.json new file mode 100644 index 000000000..eb0272de3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SortSmallBig-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SortSmallBig-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SortSmallBig-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@1x.png new file mode 100644 index 000000000..15fa141bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@2x.png new file mode 100644 index 000000000..28baa5437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@3x.png new file mode 100644 index 000000000..47c019a47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SortSmallBig36.imageset/SortSmallBig-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/Contents.json new file mode 100644 index 000000000..6ddf53891 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@1x.png new file mode 100644 index 000000000..6a72d2301 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@2x.png new file mode 100644 index 000000000..927ae6f30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@3x.png new file mode 100644 index 000000000..08e34c48e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill16.imageset/SpeedometerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/Contents.json new file mode 100644 index 000000000..76799eacd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@1x.png new file mode 100644 index 000000000..703120b0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@2x.png new file mode 100644 index 000000000..d3066f135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@3x.png new file mode 100644 index 000000000..53f5c9eec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill24.imageset/SpeedometerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/Contents.json new file mode 100644 index 000000000..5edb965a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@1x.png new file mode 100644 index 000000000..0576fd6c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@2x.png new file mode 100644 index 000000000..0bf8d2f3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@3x.png new file mode 100644 index 000000000..931c6f29e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerFill36.imageset/SpeedometerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/Contents.json new file mode 100644 index 000000000..59ca73602 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@1x.png new file mode 100644 index 000000000..9dd7ae71a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@2x.png new file mode 100644 index 000000000..7537bb5c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@3x.png new file mode 100644 index 000000000..9fe2be878 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline16.imageset/SpeedometerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/Contents.json new file mode 100644 index 000000000..142905f19 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@1x.png new file mode 100644 index 000000000..1e42e4c0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@2x.png new file mode 100644 index 000000000..8bce59b02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@3x.png new file mode 100644 index 000000000..3d38c2e18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline24.imageset/SpeedometerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/Contents.json new file mode 100644 index 000000000..dfcad9b9f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SpeedometerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SpeedometerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SpeedometerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@1x.png new file mode 100644 index 000000000..64b808baa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@2x.png new file mode 100644 index 000000000..58a882505 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@3x.png new file mode 100644 index 000000000..bd4546b4b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SpeedometerOutline36.imageset/SpeedometerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/Contents.json new file mode 100644 index 000000000..b10e6209d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@1x.png new file mode 100644 index 000000000..e1887892c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@2x.png new file mode 100644 index 000000000..a9d424391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@3x.png new file mode 100644 index 000000000..c6b5ac711 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill16.imageset/SquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/Contents.json new file mode 100644 index 000000000..7137a4eda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@1x.png new file mode 100644 index 000000000..097621490 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@2x.png new file mode 100644 index 000000000..292324e78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@3x.png new file mode 100644 index 000000000..8689a77ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill24.imageset/SquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/Contents.json new file mode 100644 index 000000000..d106116b9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@1x.png new file mode 100644 index 000000000..d42a22785 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@2x.png new file mode 100644 index 000000000..5859d0a20 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@3x.png new file mode 100644 index 000000000..25f811df3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareFill36.imageset/SquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..a1a51cc77 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@1x.png new file mode 100644 index 000000000..ddfabe820 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@2x.png new file mode 100644 index 000000000..473f5a588 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@3x.png new file mode 100644 index 000000000..81558c75a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline16.imageset/SquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..e2802403a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@1x.png new file mode 100644 index 000000000..071320fa4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@2x.png new file mode 100644 index 000000000..25b489f96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@3x.png new file mode 100644 index 000000000..84b7ffec5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline24.imageset/SquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..21c8ab133 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@1x.png new file mode 100644 index 000000000..09302d4a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@2x.png new file mode 100644 index 000000000..5afbe4336 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@3x.png new file mode 100644 index 000000000..3dc47e653 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SquareOutline36.imageset/SquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/Contents.json new file mode 100644 index 000000000..e8a32e8ab --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@1x.png new file mode 100644 index 000000000..dc46c196b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@2x.png new file mode 100644 index 000000000..f918fdb14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@3x.png new file mode 100644 index 000000000..5fc198e2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill16.imageset/StacksFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/Contents.json new file mode 100644 index 000000000..e7c7edb45 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@1x.png new file mode 100644 index 000000000..7395bc839 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@2x.png new file mode 100644 index 000000000..584549b9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@3x.png new file mode 100644 index 000000000..c3707798b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill24.imageset/StacksFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/Contents.json new file mode 100644 index 000000000..3dbe18fc6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@1x.png new file mode 100644 index 000000000..daa24dec0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@2x.png new file mode 100644 index 000000000..0d8a7c654 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@3x.png new file mode 100644 index 000000000..b6f3bf40d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksFill36.imageset/StacksFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/Contents.json new file mode 100644 index 000000000..fda9cec9a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@1x.png new file mode 100644 index 000000000..b231d9b34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@2x.png new file mode 100644 index 000000000..699d4ba22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@3x.png new file mode 100644 index 000000000..2dd4890de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline16.imageset/StacksOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/Contents.json new file mode 100644 index 000000000..700fa3165 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@1x.png new file mode 100644 index 000000000..11222716a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@2x.png new file mode 100644 index 000000000..726fe3af9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@3x.png new file mode 100644 index 000000000..162b390c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline24.imageset/StacksOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/Contents.json new file mode 100644 index 000000000..28d0f0948 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StacksOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StacksOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StacksOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@1x.png new file mode 100644 index 000000000..12ea8fc5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@2x.png new file mode 100644 index 000000000..b87e036a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@3x.png new file mode 100644 index 000000000..020f4a759 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StacksOutline36.imageset/StacksOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/Contents.json new file mode 100644 index 000000000..66d4c9426 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@1x.png new file mode 100644 index 000000000..237efe360 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@2x.png new file mode 100644 index 000000000..1c03c0e65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@3x.png new file mode 100644 index 000000000..301e88477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill16.imageset/StarCircleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/Contents.json new file mode 100644 index 000000000..cda572de8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@1x.png new file mode 100644 index 000000000..62a4e2b63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@2x.png new file mode 100644 index 000000000..586380487 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@3x.png new file mode 100644 index 000000000..4276f75b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill24.imageset/StarCircleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/Contents.json new file mode 100644 index 000000000..41bcd6054 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@1x.png new file mode 100644 index 000000000..ad4245fd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@2x.png new file mode 100644 index 000000000..5f2151c1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@3x.png new file mode 100644 index 000000000..04079eb60 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleFill36.imageset/StarCircleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/Contents.json new file mode 100644 index 000000000..913f96f82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@1x.png new file mode 100644 index 000000000..7a04a7646 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@2x.png new file mode 100644 index 000000000..22f13f3b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@3x.png new file mode 100644 index 000000000..dfb859343 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline16.imageset/StarCircleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/Contents.json new file mode 100644 index 000000000..76b318a08 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@1x.png new file mode 100644 index 000000000..878dde056 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@2x.png new file mode 100644 index 000000000..9d8ef31ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@3x.png new file mode 100644 index 000000000..49e104294 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline24.imageset/StarCircleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/Contents.json new file mode 100644 index 000000000..71d1d6fc4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarCircleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarCircleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarCircleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@1x.png new file mode 100644 index 000000000..eddd298d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@2x.png new file mode 100644 index 000000000..844fbad00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@3x.png new file mode 100644 index 000000000..c40bfd594 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarCircleOutline36.imageset/StarCircleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/Contents.json new file mode 100644 index 000000000..eb40b620d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@1x.png new file mode 100644 index 000000000..bde34638a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@2x.png new file mode 100644 index 000000000..bc9e71612 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@3x.png new file mode 100644 index 000000000..53d0c68f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill16.imageset/StarDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/Contents.json new file mode 100644 index 000000000..75749ecdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@1x.png new file mode 100644 index 000000000..f76e6fb7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@2x.png new file mode 100644 index 000000000..429f719ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@3x.png new file mode 100644 index 000000000..baf47656a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill24.imageset/StarDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/Contents.json new file mode 100644 index 000000000..c96b85d15 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@1x.png new file mode 100644 index 000000000..07828d0dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@2x.png new file mode 100644 index 000000000..9ca44a26b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@3x.png new file mode 100644 index 000000000..152916896 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashFill36.imageset/StarDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..87896ebed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@1x.png new file mode 100644 index 000000000..2da2bf9eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@2x.png new file mode 100644 index 000000000..6662192e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@3x.png new file mode 100644 index 000000000..56ffc9bdc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline16.imageset/StarDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..b8e090398 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@1x.png new file mode 100644 index 000000000..a05f41e00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@2x.png new file mode 100644 index 000000000..98159a623 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@3x.png new file mode 100644 index 000000000..aaaf7ff09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline24.imageset/StarDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..c7a067be5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@1x.png new file mode 100644 index 000000000..3e2f0b971 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@2x.png new file mode 100644 index 000000000..cc64d9129 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@3x.png new file mode 100644 index 000000000..ea50753ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarDashOutline36.imageset/StarDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/Contents.json new file mode 100644 index 000000000..d9e4e8ba8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@1x.png new file mode 100644 index 000000000..d4497bf47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@2x.png new file mode 100644 index 000000000..3999afe8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@3x.png new file mode 100644 index 000000000..5c88a54cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill16.imageset/StarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/Contents.json new file mode 100644 index 000000000..e7f25fefd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@1x.png new file mode 100644 index 000000000..e1ba1a8e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@2x.png new file mode 100644 index 000000000..e714cf724 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@3x.png new file mode 100644 index 000000000..089cc4e88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill24.imageset/StarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/Contents.json new file mode 100644 index 000000000..0a1825cd9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@1x.png new file mode 100644 index 000000000..de3bf0a02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@2x.png new file mode 100644 index 000000000..9d47254d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@3x.png new file mode 100644 index 000000000..054b4d37f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarFill36.imageset/StarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/Contents.json new file mode 100644 index 000000000..c5a3c6d4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@1x.png new file mode 100644 index 000000000..52df2af09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@2x.png new file mode 100644 index 000000000..c62d12db6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@3x.png new file mode 100644 index 000000000..7af1bffdc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill16.imageset/StarLightFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/Contents.json new file mode 100644 index 000000000..444a30536 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@1x.png new file mode 100644 index 000000000..67434b276 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@2x.png new file mode 100644 index 000000000..0a726ad47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@3x.png new file mode 100644 index 000000000..2092d3875 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill24.imageset/StarLightFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/Contents.json new file mode 100644 index 000000000..804e40824 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@1x.png new file mode 100644 index 000000000..35a333384 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@2x.png new file mode 100644 index 000000000..99df26288 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@3x.png new file mode 100644 index 000000000..c45226843 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightFill36.imageset/StarLightFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/Contents.json new file mode 100644 index 000000000..6b2affc7b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@1x.png new file mode 100644 index 000000000..5c3b6f97d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@2x.png new file mode 100644 index 000000000..49fc99798 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@3x.png new file mode 100644 index 000000000..d43629ea5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline16.imageset/StarLightOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/Contents.json new file mode 100644 index 000000000..107e2aa93 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@1x.png new file mode 100644 index 000000000..b28bf99fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@2x.png new file mode 100644 index 000000000..1a8b1926c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@3x.png new file mode 100644 index 000000000..57429802c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline24.imageset/StarLightOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/Contents.json new file mode 100644 index 000000000..efaf32b29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarLightOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarLightOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarLightOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@1x.png new file mode 100644 index 000000000..9603988b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@2x.png new file mode 100644 index 000000000..cd66b346d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@3x.png new file mode 100644 index 000000000..196862d3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarLightOutline36.imageset/StarLightOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/Contents.json new file mode 100644 index 000000000..5f28e7aba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@1x.png new file mode 100644 index 000000000..64102e724 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@2x.png new file mode 100644 index 000000000..a9aa92170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@3x.png new file mode 100644 index 000000000..710f70e23 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline16.imageset/StarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/Contents.json new file mode 100644 index 000000000..eb1686805 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@1x.png new file mode 100644 index 000000000..b54362d8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@2x.png new file mode 100644 index 000000000..7b7058855 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@3x.png new file mode 100644 index 000000000..a1666bd3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline24.imageset/StarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/Contents.json new file mode 100644 index 000000000..400ed4ea7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@1x.png new file mode 100644 index 000000000..954168845 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@2x.png new file mode 100644 index 000000000..cdfe31ada Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@3x.png new file mode 100644 index 000000000..e8ec296be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarOutline36.imageset/StarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/Contents.json new file mode 100644 index 000000000..c9540771b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@1x.png new file mode 100644 index 000000000..80c098d77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@2x.png new file mode 100644 index 000000000..b0af02447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@3x.png new file mode 100644 index 000000000..88e83760c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill16.imageset/StarRecommendFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/Contents.json new file mode 100644 index 000000000..a93ca0dac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@1x.png new file mode 100644 index 000000000..e6b124aa9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@2x.png new file mode 100644 index 000000000..53e2ab7c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@3x.png new file mode 100644 index 000000000..d67e976d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill24.imageset/StarRecommendFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/Contents.json new file mode 100644 index 000000000..93149295e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@1x.png new file mode 100644 index 000000000..96c83b282 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@2x.png new file mode 100644 index 000000000..a56ce73ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@3x.png new file mode 100644 index 000000000..bd17024b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendFill36.imageset/StarRecommendFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/Contents.json new file mode 100644 index 000000000..7f64546c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@1x.png new file mode 100644 index 000000000..7d181532c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@2x.png new file mode 100644 index 000000000..3ba43a2af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@3x.png new file mode 100644 index 000000000..40deb51b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline16.imageset/StarRecommendOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/Contents.json new file mode 100644 index 000000000..adf30e124 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@1x.png new file mode 100644 index 000000000..45b9c4356 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@2x.png new file mode 100644 index 000000000..f8395f701 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@3x.png new file mode 100644 index 000000000..78401d437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline24.imageset/StarRecommendOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/Contents.json new file mode 100644 index 000000000..4e70894ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StarRecommendOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StarRecommendOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StarRecommendOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@1x.png new file mode 100644 index 000000000..755e5610e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@2x.png new file mode 100644 index 000000000..c777c1a68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@3x.png new file mode 100644 index 000000000..e5496c88a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StarRecommendOutline36.imageset/StarRecommendOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/Contents.json new file mode 100644 index 000000000..2729e1815 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@1x.png new file mode 100644 index 000000000..c59ccf773 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@2x.png new file mode 100644 index 000000000..d5d2c7b01 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@3x.png new file mode 100644 index 000000000..72848664e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill16.imageset/SteeringWheelFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/Contents.json new file mode 100644 index 000000000..0bafcdd81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@1x.png new file mode 100644 index 000000000..a63930869 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@2x.png new file mode 100644 index 000000000..0c92ddefa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@3x.png new file mode 100644 index 000000000..802d628b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill24.imageset/SteeringWheelFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/Contents.json new file mode 100644 index 000000000..41e311ab6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@1x.png new file mode 100644 index 000000000..19d860503 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@2x.png new file mode 100644 index 000000000..4c9772c8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@3x.png new file mode 100644 index 000000000..2eb3bf5ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelFill36.imageset/SteeringWheelFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/Contents.json new file mode 100644 index 000000000..50a006a53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@1x.png new file mode 100644 index 000000000..8723d456b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@2x.png new file mode 100644 index 000000000..49f3add0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@3x.png new file mode 100644 index 000000000..6a80f2414 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline16.imageset/SteeringWheelOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/Contents.json new file mode 100644 index 000000000..df8b1c555 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@1x.png new file mode 100644 index 000000000..fb6626492 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@2x.png new file mode 100644 index 000000000..ea7bfed99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@3x.png new file mode 100644 index 000000000..ab9da4da9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline24.imageset/SteeringWheelOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/Contents.json new file mode 100644 index 000000000..a1b854b35 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SteeringWheelOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SteeringWheelOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SteeringWheelOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@1x.png new file mode 100644 index 000000000..e82bc44e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@2x.png new file mode 100644 index 000000000..48e5f1e3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@3x.png new file mode 100644 index 000000000..dcbd561cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SteeringWheelOutline36.imageset/SteeringWheelOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/Contents.json new file mode 100644 index 000000000..7825eb055 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@1x.png new file mode 100644 index 000000000..17defd7fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@2x.png new file mode 100644 index 000000000..17e1ad361 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@3x.png new file mode 100644 index 000000000..0dd8c5ead Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill16.imageset/StickerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/Contents.json new file mode 100644 index 000000000..5c6e2b929 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@1x.png new file mode 100644 index 000000000..5c95130ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@2x.png new file mode 100644 index 000000000..a2a0b39b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@3x.png new file mode 100644 index 000000000..3f57240a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill24.imageset/StickerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/Contents.json new file mode 100644 index 000000000..57c739a92 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@1x.png new file mode 100644 index 000000000..5ae9fa6ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@2x.png new file mode 100644 index 000000000..53740815d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@3x.png new file mode 100644 index 000000000..fd2ee769a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerFill36.imageset/StickerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/Contents.json new file mode 100644 index 000000000..062f37879 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@1x.png new file mode 100644 index 000000000..1e8d4dca4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@2x.png new file mode 100644 index 000000000..d4086c9fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@3x.png new file mode 100644 index 000000000..851003b0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline16.imageset/StickerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/Contents.json new file mode 100644 index 000000000..8f9960da0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@1x.png new file mode 100644 index 000000000..2bd13ab0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@2x.png new file mode 100644 index 000000000..835652102 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@3x.png new file mode 100644 index 000000000..9de897e0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline24.imageset/StickerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/Contents.json new file mode 100644 index 000000000..e85a9eacf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@1x.png new file mode 100644 index 000000000..46393bfb7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@2x.png new file mode 100644 index 000000000..8d1f9cf65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@3x.png new file mode 100644 index 000000000..6153146b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerOutline36.imageset/StickerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/Contents.json new file mode 100644 index 000000000..5e8d91113 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@1x.png new file mode 100644 index 000000000..ad28e2417 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@2x.png new file mode 100644 index 000000000..0bf9ee0c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@3x.png new file mode 100644 index 000000000..082008c81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill16.imageset/StickerSquareFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/Contents.json new file mode 100644 index 000000000..08cd09e9d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@1x.png new file mode 100644 index 000000000..9b23f8d96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@2x.png new file mode 100644 index 000000000..47d908fa7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@3x.png new file mode 100644 index 000000000..1f37a65e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill24.imageset/StickerSquareFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/Contents.json new file mode 100644 index 000000000..0814b876a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@1x.png new file mode 100644 index 000000000..45e3f0ac5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@2x.png new file mode 100644 index 000000000..f43f263aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@3x.png new file mode 100644 index 000000000..4112dc151 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareFill36.imageset/StickerSquareFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/Contents.json new file mode 100644 index 000000000..b7715f52d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@1x.png new file mode 100644 index 000000000..7ca0ad9eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@2x.png new file mode 100644 index 000000000..a768b2900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@3x.png new file mode 100644 index 000000000..89b9f137d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline16.imageset/StickerSquareOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/Contents.json new file mode 100644 index 000000000..7c3543ab9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@1x.png new file mode 100644 index 000000000..2f823007d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@2x.png new file mode 100644 index 000000000..6347c6a9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@3x.png new file mode 100644 index 000000000..b9213e380 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline24.imageset/StickerSquareOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/Contents.json new file mode 100644 index 000000000..c72b72c2f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StickerSquareOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StickerSquareOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StickerSquareOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@1x.png new file mode 100644 index 000000000..836dce135 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@2x.png new file mode 100644 index 000000000..53911f509 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@3x.png new file mode 100644 index 000000000..4844ac97b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StickerSquareOutline36.imageset/StickerSquareOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/Contents.json new file mode 100644 index 000000000..5efae7fc0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@1x.png new file mode 100644 index 000000000..7a8a92007 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@2x.png new file mode 100644 index 000000000..a05af0b6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@3x.png new file mode 100644 index 000000000..232584dee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill16.imageset/StopFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/Contents.json new file mode 100644 index 000000000..b9fc98aae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@1x.png new file mode 100644 index 000000000..f47b1ce0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@2x.png new file mode 100644 index 000000000..9306e0cb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@3x.png new file mode 100644 index 000000000..ad77dcf7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill24.imageset/StopFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/Contents.json new file mode 100644 index 000000000..522abd58b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@1x.png new file mode 100644 index 000000000..9a1ef61ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@2x.png new file mode 100644 index 000000000..7bc623c83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@3x.png new file mode 100644 index 000000000..1e5d5a406 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopFill36.imageset/StopFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/Contents.json new file mode 100644 index 000000000..3dd2215d7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@1x.png new file mode 100644 index 000000000..96ce3104c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@2x.png new file mode 100644 index 000000000..07aafd0fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@3x.png new file mode 100644 index 000000000..b8cdb6407 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline16.imageset/StopOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/Contents.json new file mode 100644 index 000000000..4fe9d3c44 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@1x.png new file mode 100644 index 000000000..266929196 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@2x.png new file mode 100644 index 000000000..fd00a6a48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@3x.png new file mode 100644 index 000000000..7a846a939 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline24.imageset/StopOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/Contents.json new file mode 100644 index 000000000..a1135ce2a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "StopOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "StopOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "StopOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@1x.png new file mode 100644 index 000000000..42e8502ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@2x.png new file mode 100644 index 000000000..7f6be52cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@3x.png new file mode 100644 index 000000000..c9de4d2ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/StopOutline36.imageset/StopOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/Contents.json new file mode 100644 index 000000000..7f5076586 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@1x.png new file mode 100644 index 000000000..59a7e500a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@2x.png new file mode 100644 index 000000000..0a4eb9134 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@3x.png new file mode 100644 index 000000000..f771fedc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill16.imageset/SunFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/Contents.json new file mode 100644 index 000000000..c33f30e6f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@1x.png new file mode 100644 index 000000000..cd345eac4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@2x.png new file mode 100644 index 000000000..2e7a3da4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@3x.png new file mode 100644 index 000000000..0d4a7b684 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill24.imageset/SunFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/Contents.json new file mode 100644 index 000000000..407c4d60d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@1x.png new file mode 100644 index 000000000..f74380d54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@2x.png new file mode 100644 index 000000000..e1460adf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@3x.png new file mode 100644 index 000000000..94c88f211 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunFill36.imageset/SunFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/Contents.json new file mode 100644 index 000000000..bc6c860d6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@1x.png new file mode 100644 index 000000000..98c93beb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@2x.png new file mode 100644 index 000000000..9f7136040 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@3x.png new file mode 100644 index 000000000..64d479c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline16.imageset/SunOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/Contents.json new file mode 100644 index 000000000..c794797a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@1x.png new file mode 100644 index 000000000..b813193c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@2x.png new file mode 100644 index 000000000..2a72c0df8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@3x.png new file mode 100644 index 000000000..bfd29c7b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline24.imageset/SunOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/Contents.json new file mode 100644 index 000000000..b93cfb910 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SunOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SunOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SunOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@1x.png new file mode 100644 index 000000000..36d88d7ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@2x.png new file mode 100644 index 000000000..c7f0256b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@3x.png new file mode 100644 index 000000000..ce6be017a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SunOutline36.imageset/SunOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/Contents.json new file mode 100644 index 000000000..23cec689a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHoriz-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHoriz-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHoriz-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@1x.png new file mode 100644 index 000000000..a8dee5f44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@2x.png new file mode 100644 index 000000000..05efaabdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@3x.png new file mode 100644 index 000000000..67a0117e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz16.imageset/SwapHoriz-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/Contents.json new file mode 100644 index 000000000..ea90a8b28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHoriz-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHoriz-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHoriz-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@1x.png new file mode 100644 index 000000000..d9d32903f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@2x.png new file mode 100644 index 000000000..c37887fdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@3x.png new file mode 100644 index 000000000..02b7ba113 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz24.imageset/SwapHoriz-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/Contents.json new file mode 100644 index 000000000..c4324231b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHoriz-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHoriz-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHoriz-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@1x.png new file mode 100644 index 000000000..84203fd14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@2x.png new file mode 100644 index 000000000..d2d989684 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@3x.png new file mode 100644 index 000000000..3c0613417 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHoriz36.imageset/SwapHoriz-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/Contents.json new file mode 100644 index 000000000..1ac8fd3c9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@1x.png new file mode 100644 index 000000000..035a5236f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@2x.png new file mode 100644 index 000000000..62e62c649 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@3x.png new file mode 100644 index 000000000..249dcd7a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill16.imageset/SwapHorizCircFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/Contents.json new file mode 100644 index 000000000..f0cadd381 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@1x.png new file mode 100644 index 000000000..dc189c983 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@2x.png new file mode 100644 index 000000000..d71314bb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@3x.png new file mode 100644 index 000000000..2163e8e58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill24.imageset/SwapHorizCircFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/Contents.json new file mode 100644 index 000000000..139ba9ef3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@1x.png new file mode 100644 index 000000000..24c793ab3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@2x.png new file mode 100644 index 000000000..1b7411b54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@3x.png new file mode 100644 index 000000000..a2ca61876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircFill36.imageset/SwapHorizCircFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/Contents.json new file mode 100644 index 000000000..e710e208f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@1x.png new file mode 100644 index 000000000..979740f85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@2x.png new file mode 100644 index 000000000..ea7a0aa9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@3x.png new file mode 100644 index 000000000..aae505410 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline16.imageset/SwapHorizCircOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/Contents.json new file mode 100644 index 000000000..8a8b22d25 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@1x.png new file mode 100644 index 000000000..ac2d63279 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@2x.png new file mode 100644 index 000000000..c3dd16cf1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@3x.png new file mode 100644 index 000000000..c1af1bb06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline24.imageset/SwapHorizCircOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/Contents.json new file mode 100644 index 000000000..6e3a39097 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapHorizCircOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@1x.png new file mode 100644 index 000000000..5fed57f1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@2x.png new file mode 100644 index 000000000..fe9f24c7a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@3x.png new file mode 100644 index 000000000..940e05a48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapHorizCircOutline36.imageset/SwapHorizCircOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/Contents.json new file mode 100644 index 000000000..b7baf277e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVert-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVert-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVert-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@1x.png new file mode 100644 index 000000000..775cee314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@2x.png new file mode 100644 index 000000000..d88497ab4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@3x.png new file mode 100644 index 000000000..e55b53c51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert16.imageset/SwapVert-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/Contents.json new file mode 100644 index 000000000..96a94d749 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVert-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVert-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVert-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@1x.png new file mode 100644 index 000000000..5a2ef41d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@2x.png new file mode 100644 index 000000000..90cd25922 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@3x.png new file mode 100644 index 000000000..f24649b95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert24.imageset/SwapVert-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/Contents.json new file mode 100644 index 000000000..39fef659e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVert-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVert-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVert-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@1x.png new file mode 100644 index 000000000..73c78ae70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@2x.png new file mode 100644 index 000000000..707d94ec2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@3x.png new file mode 100644 index 000000000..126932555 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVert36.imageset/SwapVert-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/Contents.json new file mode 100644 index 000000000..083dac054 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@1x.png new file mode 100644 index 000000000..a5d17df05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@2x.png new file mode 100644 index 000000000..eab1491d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@3x.png new file mode 100644 index 000000000..0db24e768 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill16.imageset/SwapVertCircFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/Contents.json new file mode 100644 index 000000000..7b0d9f883 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@1x.png new file mode 100644 index 000000000..4cc8cee1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@2x.png new file mode 100644 index 000000000..7c630fbc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@3x.png new file mode 100644 index 000000000..94e336750 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill24.imageset/SwapVertCircFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/Contents.json new file mode 100644 index 000000000..8d2762be1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@1x.png new file mode 100644 index 000000000..4f7448a79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@2x.png new file mode 100644 index 000000000..2ec04510f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@3x.png new file mode 100644 index 000000000..2c6ff6d9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircFill36.imageset/SwapVertCircFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/Contents.json new file mode 100644 index 000000000..daae9ddaa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@1x.png new file mode 100644 index 000000000..cc300fe3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@2x.png new file mode 100644 index 000000000..dc14182bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@3x.png new file mode 100644 index 000000000..db514ef90 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline16.imageset/SwapVertCircOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/Contents.json new file mode 100644 index 000000000..5ff3c6f32 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@1x.png new file mode 100644 index 000000000..dddd0c68b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@2x.png new file mode 100644 index 000000000..35f6a955b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@3x.png new file mode 100644 index 000000000..585682d44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline24.imageset/SwapVertCircOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/Contents.json new file mode 100644 index 000000000..86ea783d7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwapVertCircOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwapVertCircOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwapVertCircOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@1x.png new file mode 100644 index 000000000..79101758e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@2x.png new file mode 100644 index 000000000..47d41ee84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@3x.png new file mode 100644 index 000000000..f11c0fc69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwapVertCircOutline36.imageset/SwapVertCircOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/Contents.json new file mode 100644 index 000000000..2a85ea98f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@1x.png new file mode 100644 index 000000000..d85549e4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@2x.png new file mode 100644 index 000000000..4ef59bdd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@3x.png new file mode 100644 index 000000000..0902cd18b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill16.imageset/SwitchSettingsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/Contents.json new file mode 100644 index 000000000..efda67750 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@1x.png new file mode 100644 index 000000000..6e6011759 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@2x.png new file mode 100644 index 000000000..9df466e8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@3x.png new file mode 100644 index 000000000..a1968e14e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill24.imageset/SwitchSettingsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/Contents.json new file mode 100644 index 000000000..55526b045 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@1x.png new file mode 100644 index 000000000..7ed4db906 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@2x.png new file mode 100644 index 000000000..6d3a250d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@3x.png new file mode 100644 index 000000000..f1598eb7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsFill36.imageset/SwitchSettingsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/Contents.json new file mode 100644 index 000000000..13cf62020 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@1x.png new file mode 100644 index 000000000..32dd5f4d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@2x.png new file mode 100644 index 000000000..550e0f040 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@3x.png new file mode 100644 index 000000000..087e15ea4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline16.imageset/SwitchSettingsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/Contents.json new file mode 100644 index 000000000..14b373f00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@1x.png new file mode 100644 index 000000000..6bcaed88a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@2x.png new file mode 100644 index 000000000..55849c492 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@3x.png new file mode 100644 index 000000000..e4b13db1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline24.imageset/SwitchSettingsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/Contents.json new file mode 100644 index 000000000..83e3678b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchSettingsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@1x.png new file mode 100644 index 000000000..db2ff36a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@2x.png new file mode 100644 index 000000000..d017cc180 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@3x.png new file mode 100644 index 000000000..0f2a5eea1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchSettingsOutline36.imageset/SwitchSettingsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/Contents.json new file mode 100644 index 000000000..5edc52f96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@1x.png new file mode 100644 index 000000000..41ddbf439 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@2x.png new file mode 100644 index 000000000..79a1c4c63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@3x.png new file mode 100644 index 000000000..3d28ffda4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill16.imageset/SwitchToggleOffFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/Contents.json new file mode 100644 index 000000000..56ab12206 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@1x.png new file mode 100644 index 000000000..a6d713c68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@2x.png new file mode 100644 index 000000000..8c5478b13 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@3x.png new file mode 100644 index 000000000..0b6bf2eb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill24.imageset/SwitchToggleOffFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/Contents.json new file mode 100644 index 000000000..48f22abcc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@1x.png new file mode 100644 index 000000000..79f65265a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@2x.png new file mode 100644 index 000000000..6de82b4a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@3x.png new file mode 100644 index 000000000..ae968b302 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffFill36.imageset/SwitchToggleOffFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/Contents.json new file mode 100644 index 000000000..28301c7ba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@1x.png new file mode 100644 index 000000000..f9511a9eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@2x.png new file mode 100644 index 000000000..e94c9c2f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@3x.png new file mode 100644 index 000000000..90226e1f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline16.imageset/SwitchToggleOffOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/Contents.json new file mode 100644 index 000000000..f3b75d80d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@1x.png new file mode 100644 index 000000000..9c38bb6b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@2x.png new file mode 100644 index 000000000..9087b988d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@3x.png new file mode 100644 index 000000000..6c148d7d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline24.imageset/SwitchToggleOffOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/Contents.json new file mode 100644 index 000000000..e844c4580 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOffOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@1x.png new file mode 100644 index 000000000..8e47e09f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@2x.png new file mode 100644 index 000000000..7050fa486 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@3x.png new file mode 100644 index 000000000..e0290d4f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOffOutline36.imageset/SwitchToggleOffOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/Contents.json new file mode 100644 index 000000000..f276092dd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@1x.png new file mode 100644 index 000000000..1e3e7e16e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@2x.png new file mode 100644 index 000000000..5f2f354f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@3x.png new file mode 100644 index 000000000..38a0cb290 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill16.imageset/SwitchToggleOnFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/Contents.json new file mode 100644 index 000000000..8e8e0bedb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@1x.png new file mode 100644 index 000000000..443dde3f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@2x.png new file mode 100644 index 000000000..a3b50785f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@3x.png new file mode 100644 index 000000000..6de8e8d26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill24.imageset/SwitchToggleOnFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/Contents.json new file mode 100644 index 000000000..5f5e0e9fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@1x.png new file mode 100644 index 000000000..f9fe2d1e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@2x.png new file mode 100644 index 000000000..337b92e8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@3x.png new file mode 100644 index 000000000..f17373d52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnFill36.imageset/SwitchToggleOnFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/Contents.json new file mode 100644 index 000000000..765e8692c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@1x.png new file mode 100644 index 000000000..372731ab9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@2x.png new file mode 100644 index 000000000..17454adc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@3x.png new file mode 100644 index 000000000..f9976202d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline16.imageset/SwitchToggleOnOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/Contents.json new file mode 100644 index 000000000..8da163018 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@1x.png new file mode 100644 index 000000000..52b1cb95a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@2x.png new file mode 100644 index 000000000..b07732225 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@3x.png new file mode 100644 index 000000000..27214e251 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline24.imageset/SwitchToggleOnOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/Contents.json new file mode 100644 index 000000000..b23fec031 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SwitchToggleOnOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@1x.png new file mode 100644 index 000000000..b7bc0f63f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@2x.png new file mode 100644 index 000000000..9187a5c5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@3x.png new file mode 100644 index 000000000..c45a13466 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SwitchToggleOnOutline36.imageset/SwitchToggleOnOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/Contents.json new file mode 100644 index 000000000..fecbca79e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@1x.png new file mode 100644 index 000000000..6d785c6de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@2x.png new file mode 100644 index 000000000..3e0e4ecad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@3x.png new file mode 100644 index 000000000..035edafab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill16.imageset/SymbolsFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/Contents.json new file mode 100644 index 000000000..d69f1f59a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@1x.png new file mode 100644 index 000000000..4a8cbca26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@2x.png new file mode 100644 index 000000000..9211fc556 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@3x.png new file mode 100644 index 000000000..52e845680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill24.imageset/SymbolsFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/Contents.json new file mode 100644 index 000000000..21bd9bb13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@1x.png new file mode 100644 index 000000000..5ab4757bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@2x.png new file mode 100644 index 000000000..87d12f387 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@3x.png new file mode 100644 index 000000000..9c0182cd2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsFill36.imageset/SymbolsFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/Contents.json new file mode 100644 index 000000000..298326e66 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@1x.png new file mode 100644 index 000000000..c93829000 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@2x.png new file mode 100644 index 000000000..230feb487 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@3x.png new file mode 100644 index 000000000..49774e21c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline16.imageset/SymbolsOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/Contents.json new file mode 100644 index 000000000..66de6ee46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@1x.png new file mode 100644 index 000000000..074e57618 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@2x.png new file mode 100644 index 000000000..b5eee2eb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@3x.png new file mode 100644 index 000000000..e33eb9447 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline24.imageset/SymbolsOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/Contents.json new file mode 100644 index 000000000..f3d387da8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SymbolsOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SymbolsOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SymbolsOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@1x.png new file mode 100644 index 000000000..995a505c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@2x.png new file mode 100644 index 000000000..e321f7354 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@3x.png new file mode 100644 index 000000000..09ef55918 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SymbolsOutline36.imageset/SymbolsOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/Contents.json new file mode 100644 index 000000000..2779d10b3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncError-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncError-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncError-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@1x.png new file mode 100644 index 000000000..689004daa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@2x.png new file mode 100644 index 000000000..bca47a271 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@3x.png new file mode 100644 index 000000000..765ce4483 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError16.imageset/SyncError-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/Contents.json new file mode 100644 index 000000000..6a565bd73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncError-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncError-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncError-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@1x.png new file mode 100644 index 000000000..60b9a8b26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@2x.png new file mode 100644 index 000000000..d4e39dc47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@3x.png new file mode 100644 index 000000000..911fe8586 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError24.imageset/SyncError-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/Contents.json new file mode 100644 index 000000000..e313b572a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncError-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncError-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncError-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@1x.png new file mode 100644 index 000000000..e82766cf2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@2x.png new file mode 100644 index 000000000..26f6cc60f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@3x.png new file mode 100644 index 000000000..dcca5a8d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncError36.imageset/SyncError-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/Contents.json new file mode 100644 index 000000000..bde04b577 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncProblem-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncProblem-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncProblem-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@1x.png new file mode 100644 index 000000000..51b4ad89c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@2x.png new file mode 100644 index 000000000..03fdeb85f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@3x.png new file mode 100644 index 000000000..db8b82156 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem16.imageset/SyncProblem-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/Contents.json new file mode 100644 index 000000000..69bd31a3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncProblem-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncProblem-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncProblem-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@1x.png new file mode 100644 index 000000000..d72c1212a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@2x.png new file mode 100644 index 000000000..ee82d54da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@3x.png new file mode 100644 index 000000000..1f38874a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem24.imageset/SyncProblem-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/Contents.json new file mode 100644 index 000000000..b00108177 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "SyncProblem-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "SyncProblem-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "SyncProblem-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@1x.png new file mode 100644 index 000000000..8c0efd1a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@2x.png new file mode 100644 index 000000000..c1be63549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@3x.png new file mode 100644 index 000000000..18973d084 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/SyncProblem36.imageset/SyncProblem-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/Contents.json new file mode 100644 index 000000000..b25bd1392 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@1x.png new file mode 100644 index 000000000..2aba51339 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@2x.png new file mode 100644 index 000000000..b148e3f76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@3x.png new file mode 100644 index 000000000..31bc130bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill16.imageset/TableLampFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/Contents.json new file mode 100644 index 000000000..611c2f24a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@1x.png new file mode 100644 index 000000000..fc83203bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@2x.png new file mode 100644 index 000000000..737ff9900 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@3x.png new file mode 100644 index 000000000..d27536b91 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill24.imageset/TableLampFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/Contents.json new file mode 100644 index 000000000..508458532 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@1x.png new file mode 100644 index 000000000..8a24e6704 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@2x.png new file mode 100644 index 000000000..5d8541d75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@3x.png new file mode 100644 index 000000000..e2ba381b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampFill36.imageset/TableLampFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/Contents.json new file mode 100644 index 000000000..2392f5ce2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@1x.png new file mode 100644 index 000000000..409102549 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@2x.png new file mode 100644 index 000000000..e27311bd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@3x.png new file mode 100644 index 000000000..576737302 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline16.imageset/TableLampOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/Contents.json new file mode 100644 index 000000000..8363fb9d9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@1x.png new file mode 100644 index 000000000..7c166a3eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@2x.png new file mode 100644 index 000000000..c441b6b42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@3x.png new file mode 100644 index 000000000..f61382a59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline24.imageset/TableLampOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/Contents.json new file mode 100644 index 000000000..de536cea4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TableLampOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TableLampOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TableLampOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@1x.png new file mode 100644 index 000000000..6598eef63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@2x.png new file mode 100644 index 000000000..24658d1e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@3x.png new file mode 100644 index 000000000..2211a950e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TableLampOutline36.imageset/TableLampOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/Contents.json new file mode 100644 index 000000000..6661ef481 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@1x.png new file mode 100644 index 000000000..69123cf50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@2x.png new file mode 100644 index 000000000..9b9dd91a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@3x.png new file mode 100644 index 000000000..b6c3b0d0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill16.imageset/TagBadgeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/Contents.json new file mode 100644 index 000000000..bc625783a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@1x.png new file mode 100644 index 000000000..53e2fc7a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@2x.png new file mode 100644 index 000000000..fd802839a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@3x.png new file mode 100644 index 000000000..d490251ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill24.imageset/TagBadgeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/Contents.json new file mode 100644 index 000000000..5f8663470 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@1x.png new file mode 100644 index 000000000..c1687870e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@2x.png new file mode 100644 index 000000000..95bfbf4ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@3x.png new file mode 100644 index 000000000..7d171288a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeFill36.imageset/TagBadgeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/Contents.json new file mode 100644 index 000000000..90d58f714 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@1x.png new file mode 100644 index 000000000..4c5ecd165 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@2x.png new file mode 100644 index 000000000..4f6fecd66 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@3x.png new file mode 100644 index 000000000..ec27d5462 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline16.imageset/TagBadgeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/Contents.json new file mode 100644 index 000000000..6dc94fc4a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@1x.png new file mode 100644 index 000000000..ec60f7d97 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@2x.png new file mode 100644 index 000000000..6749eada4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@3x.png new file mode 100644 index 000000000..b76105fb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline24.imageset/TagBadgeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/Contents.json new file mode 100644 index 000000000..2ec0f6e31 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TagBadgeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TagBadgeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TagBadgeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@1x.png new file mode 100644 index 000000000..56a01d543 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@2x.png new file mode 100644 index 000000000..787cd1002 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@3x.png new file mode 100644 index 000000000..b6ebc6e1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TagBadgeOutline36.imageset/TagBadgeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/Contents.json new file mode 100644 index 000000000..69679e727 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@1x.png new file mode 100644 index 000000000..ce965e4a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@2x.png new file mode 100644 index 000000000..83e23bbe4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@3x.png new file mode 100644 index 000000000..0341e7654 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill16.imageset/TaskHorizFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/Contents.json new file mode 100644 index 000000000..bee0cef59 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@1x.png new file mode 100644 index 000000000..86936f91f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@2x.png new file mode 100644 index 000000000..f480e73c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@3x.png new file mode 100644 index 000000000..816fefb5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill24.imageset/TaskHorizFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/Contents.json new file mode 100644 index 000000000..4fc99c57e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@1x.png new file mode 100644 index 000000000..c00728864 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@2x.png new file mode 100644 index 000000000..864927d7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@3x.png new file mode 100644 index 000000000..95f450b9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizFill36.imageset/TaskHorizFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/Contents.json new file mode 100644 index 000000000..983f23700 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@1x.png new file mode 100644 index 000000000..4ca91a106 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@2x.png new file mode 100644 index 000000000..a9508e88c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@3x.png new file mode 100644 index 000000000..f36094619 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline16.imageset/TaskHorizOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/Contents.json new file mode 100644 index 000000000..acd46fd31 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@1x.png new file mode 100644 index 000000000..8d51dcd6e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@2x.png new file mode 100644 index 000000000..dcbd32814 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@3x.png new file mode 100644 index 000000000..ba78f11ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline24.imageset/TaskHorizOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/Contents.json new file mode 100644 index 000000000..97afdca43 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TaskHorizOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TaskHorizOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TaskHorizOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@1x.png new file mode 100644 index 000000000..018ef5b92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@2x.png new file mode 100644 index 000000000..50ee9a65e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@3x.png new file mode 100644 index 000000000..659851d54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TaskHorizOutline36.imageset/TaskHorizOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Contents.json new file mode 100644 index 000000000..d78964651 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Text-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Text-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Text-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@1x.png new file mode 100644 index 000000000..ebce9b53d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@2x.png new file mode 100644 index 000000000..d0e589673 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@3x.png new file mode 100644 index 000000000..4fcc2ef68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text16.imageset/Text-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Contents.json new file mode 100644 index 000000000..d615eeed3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Text-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Text-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Text-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@1x.png new file mode 100644 index 000000000..f638c7f71 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@2x.png new file mode 100644 index 000000000..704b13a99 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@3x.png new file mode 100644 index 000000000..66fe562c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text24.imageset/Text-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Contents.json new file mode 100644 index 000000000..7c4df30f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Text-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Text-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Text-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@1x.png new file mode 100644 index 000000000..ed0556546 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@2x.png new file mode 100644 index 000000000..c8e440ff9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@3x.png new file mode 100644 index 000000000..0189b25c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Text36.imageset/Text-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/Contents.json new file mode 100644 index 000000000..5db89919f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TextUnderline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TextUnderline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TextUnderline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@1x.png new file mode 100644 index 000000000..0457823b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@2x.png new file mode 100644 index 000000000..70ad041fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@3x.png new file mode 100644 index 000000000..a1d6ac59b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline16.imageset/TextUnderline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/Contents.json new file mode 100644 index 000000000..6509f4c14 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TextUnderline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TextUnderline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TextUnderline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@1x.png new file mode 100644 index 000000000..b83ab21ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@2x.png new file mode 100644 index 000000000..af7096fa2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@3x.png new file mode 100644 index 000000000..d34660f8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline24.imageset/TextUnderline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/Contents.json new file mode 100644 index 000000000..95cb2835d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TextUnderline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TextUnderline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TextUnderline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@1x.png new file mode 100644 index 000000000..9eb4e8765 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@2x.png new file mode 100644 index 000000000..1545e952c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@3x.png new file mode 100644 index 000000000..d37e2b51b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TextUnderline36.imageset/TextUnderline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/Contents.json new file mode 100644 index 000000000..25c55b07d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@1x.png new file mode 100644 index 000000000..c6dda60d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@2x.png new file mode 100644 index 000000000..236c07333 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@3x.png new file mode 100644 index 000000000..2cad035e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill16.imageset/TicketFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/Contents.json new file mode 100644 index 000000000..f25431d56 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@1x.png new file mode 100644 index 000000000..2744336df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@2x.png new file mode 100644 index 000000000..183604d88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@3x.png new file mode 100644 index 000000000..04bc7efcf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill24.imageset/TicketFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/Contents.json new file mode 100644 index 000000000..6248d6bdf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@1x.png new file mode 100644 index 000000000..dc66f90cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@2x.png new file mode 100644 index 000000000..18495d0e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@3x.png new file mode 100644 index 000000000..f4ef8ce6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketFill36.imageset/TicketFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/Contents.json new file mode 100644 index 000000000..a49301a73 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@1x.png new file mode 100644 index 000000000..fd7e4b3ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@2x.png new file mode 100644 index 000000000..2586030e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@3x.png new file mode 100644 index 000000000..8a9140a24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline16.imageset/TicketOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/Contents.json new file mode 100644 index 000000000..1ff7b9ff1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@1x.png new file mode 100644 index 000000000..a6dcc4193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@2x.png new file mode 100644 index 000000000..cd297c93f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@3x.png new file mode 100644 index 000000000..cf3ccdc1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline24.imageset/TicketOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/Contents.json new file mode 100644 index 000000000..a5974b4e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TicketOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TicketOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TicketOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@1x.png new file mode 100644 index 000000000..dd1481157 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@2x.png new file mode 100644 index 000000000..bb5333cd3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@3x.png new file mode 100644 index 000000000..ddcc24492 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TicketOutline36.imageset/TicketOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Contents.json new file mode 100644 index 000000000..97b23e794 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@1x.png new file mode 100644 index 000000000..f734d4a00 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@2x.png new file mode 100644 index 000000000..143e9dfba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@3x.png new file mode 100644 index 000000000..0f3d3c4c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill16.imageset/Timer45Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Contents.json new file mode 100644 index 000000000..60a1d1f74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@1x.png new file mode 100644 index 000000000..0d03efeb1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@2x.png new file mode 100644 index 000000000..e49a13ec8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@3x.png new file mode 100644 index 000000000..677071f4e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill24.imageset/Timer45Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Contents.json new file mode 100644 index 000000000..9faa8039a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@1x.png new file mode 100644 index 000000000..5e5676518 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@2x.png new file mode 100644 index 000000000..8e908eb38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@3x.png new file mode 100644 index 000000000..7a200f203 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Fill36.imageset/Timer45Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Contents.json new file mode 100644 index 000000000..c3a0de68d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@1x.png new file mode 100644 index 000000000..ffa646396 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@2x.png new file mode 100644 index 000000000..09731074a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@3x.png new file mode 100644 index 000000000..8ef9b7cb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline16.imageset/Timer45Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Contents.json new file mode 100644 index 000000000..9e7b2f7fb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@1x.png new file mode 100644 index 000000000..e55a7dc3d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@2x.png new file mode 100644 index 000000000..b49e50588 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@3x.png new file mode 100644 index 000000000..df20ead96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline24.imageset/Timer45Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Contents.json new file mode 100644 index 000000000..bd28a8e21 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Timer45Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Timer45Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Timer45Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@1x.png new file mode 100644 index 000000000..adc7f2649 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@2x.png new file mode 100644 index 000000000..ee7769c1c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@3x.png new file mode 100644 index 000000000..c3cbc3850 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Timer45Outline36.imageset/Timer45Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/Contents.json new file mode 100644 index 000000000..beeb50685 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@1x.png new file mode 100644 index 000000000..3f2cc5740 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@2x.png new file mode 100644 index 000000000..387792480 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@3x.png new file mode 100644 index 000000000..5964c4f84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill16.imageset/TimerAddFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/Contents.json new file mode 100644 index 000000000..e6340d929 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@1x.png new file mode 100644 index 000000000..ae25d7cd1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@2x.png new file mode 100644 index 000000000..66fa41525 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@3x.png new file mode 100644 index 000000000..f3d151d88 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill24.imageset/TimerAddFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/Contents.json new file mode 100644 index 000000000..15695de12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@1x.png new file mode 100644 index 000000000..20d879648 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@2x.png new file mode 100644 index 000000000..9cb1b4930 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@3x.png new file mode 100644 index 000000000..2918d329a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddFill36.imageset/TimerAddFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/Contents.json new file mode 100644 index 000000000..f82451963 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@1x.png new file mode 100644 index 000000000..e21bc76e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@2x.png new file mode 100644 index 000000000..74cc85063 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@3x.png new file mode 100644 index 000000000..8cd6434d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline16.imageset/TimerAddOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/Contents.json new file mode 100644 index 000000000..c24e8d232 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@1x.png new file mode 100644 index 000000000..516f70086 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@2x.png new file mode 100644 index 000000000..a04f160da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@3x.png new file mode 100644 index 000000000..2bbeb5a42 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline24.imageset/TimerAddOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/Contents.json new file mode 100644 index 000000000..7c64f54bf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerAddOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerAddOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerAddOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@1x.png new file mode 100644 index 000000000..7aeff6c59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@2x.png new file mode 100644 index 000000000..dc2e3557f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@3x.png new file mode 100644 index 000000000..c7cc61f54 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerAddOutline36.imageset/TimerAddOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/Contents.json new file mode 100644 index 000000000..6ec333018 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@1x.png new file mode 100644 index 000000000..abeace0f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@2x.png new file mode 100644 index 000000000..1b60c456d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@3x.png new file mode 100644 index 000000000..a6703fdf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill16.imageset/TimerExpressFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/Contents.json new file mode 100644 index 000000000..ff6b7d076 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@1x.png new file mode 100644 index 000000000..e682fad1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@2x.png new file mode 100644 index 000000000..9800e8ece Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@3x.png new file mode 100644 index 000000000..6f3ccc4e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill24.imageset/TimerExpressFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/Contents.json new file mode 100644 index 000000000..c05df2819 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@1x.png new file mode 100644 index 000000000..9e45adc38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@2x.png new file mode 100644 index 000000000..0f36500d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@3x.png new file mode 100644 index 000000000..c5c5f2ead Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressFill36.imageset/TimerExpressFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/Contents.json new file mode 100644 index 000000000..4febf8a75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@1x.png new file mode 100644 index 000000000..4106a0ba7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@2x.png new file mode 100644 index 000000000..e04cdf9b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@3x.png new file mode 100644 index 000000000..8480b8e3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline16.imageset/TimerExpressOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/Contents.json new file mode 100644 index 000000000..fcb2434d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@1x.png new file mode 100644 index 000000000..cc761ecc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@2x.png new file mode 100644 index 000000000..e0deeaa0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@3x.png new file mode 100644 index 000000000..343db5169 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline24.imageset/TimerExpressOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/Contents.json new file mode 100644 index 000000000..dcc1688ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@1x.png new file mode 100644 index 000000000..8e91c18dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@2x.png new file mode 100644 index 000000000..418b9922a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@3x.png new file mode 100644 index 000000000..32192b521 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressOutline36.imageset/TimerExpressOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/Contents.json new file mode 100644 index 000000000..46ba3c2ae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@1x.png new file mode 100644 index 000000000..2eb8309b0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@2x.png new file mode 100644 index 000000000..916a5fe0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@3x.png new file mode 100644 index 000000000..baf127363 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill16.imageset/TimerExpressSpeedFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/Contents.json new file mode 100644 index 000000000..c5c8e262d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@1x.png new file mode 100644 index 000000000..c3387bbfe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@2x.png new file mode 100644 index 000000000..cce28c567 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@3x.png new file mode 100644 index 000000000..5103d2c0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill24.imageset/TimerExpressSpeedFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/Contents.json new file mode 100644 index 000000000..8b3b98eb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@1x.png new file mode 100644 index 000000000..ece007947 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@2x.png new file mode 100644 index 000000000..77145a705 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@3x.png new file mode 100644 index 000000000..eb9a0a71d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedFill36.imageset/TimerExpressSpeedFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/Contents.json new file mode 100644 index 000000000..97da5ed94 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@1x.png new file mode 100644 index 000000000..4e7b713d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@2x.png new file mode 100644 index 000000000..e5801d499 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@3x.png new file mode 100644 index 000000000..5a5165041 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline16.imageset/TimerExpressSpeedOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/Contents.json new file mode 100644 index 000000000..f2f7163ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@1x.png new file mode 100644 index 000000000..0e72711c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@2x.png new file mode 100644 index 000000000..b1a88c193 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@3x.png new file mode 100644 index 000000000..96fb19680 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline24.imageset/TimerExpressSpeedOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/Contents.json new file mode 100644 index 000000000..143eb7bc7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerExpressSpeedOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@1x.png new file mode 100644 index 000000000..f85679d62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@2x.png new file mode 100644 index 000000000..20b2cf200 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@3x.png new file mode 100644 index 000000000..73b08f3e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerExpressSpeedOutline36.imageset/TimerExpressSpeedOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/Contents.json new file mode 100644 index 000000000..70a1a3798 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@1x.png new file mode 100644 index 000000000..c6d9eaed2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@2x.png new file mode 100644 index 000000000..46853007b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@3x.png new file mode 100644 index 000000000..f13828dce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill16.imageset/TimerFastFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/Contents.json new file mode 100644 index 000000000..7c0a8d59e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@1x.png new file mode 100644 index 000000000..f3263f1ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@2x.png new file mode 100644 index 000000000..cf2709ac0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@3x.png new file mode 100644 index 000000000..40a6ce500 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill24.imageset/TimerFastFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/Contents.json new file mode 100644 index 000000000..c7249141a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@1x.png new file mode 100644 index 000000000..4ba0167bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@2x.png new file mode 100644 index 000000000..85e641384 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@3x.png new file mode 100644 index 000000000..0b77be86f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastFill36.imageset/TimerFastFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/Contents.json new file mode 100644 index 000000000..0a5e31501 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@1x.png new file mode 100644 index 000000000..961a1c876 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@2x.png new file mode 100644 index 000000000..6749798df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@3x.png new file mode 100644 index 000000000..462fda941 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline16.imageset/TimerFastOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/Contents.json new file mode 100644 index 000000000..9a159e060 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@1x.png new file mode 100644 index 000000000..de811a72d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@2x.png new file mode 100644 index 000000000..babd131cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@3x.png new file mode 100644 index 000000000..baa272e87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline24.imageset/TimerFastOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/Contents.json new file mode 100644 index 000000000..3325a7da4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFastOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFastOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFastOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@1x.png new file mode 100644 index 000000000..e8b39938d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@2x.png new file mode 100644 index 000000000..35d2d49b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@3x.png new file mode 100644 index 000000000..8b28fa9e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFastOutline36.imageset/TimerFastOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/Contents.json new file mode 100644 index 000000000..e89b8d635 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@1x.png new file mode 100644 index 000000000..b21815fd0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@2x.png new file mode 100644 index 000000000..ee4eaab30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@3x.png new file mode 100644 index 000000000..091f7a23b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill16.imageset/TimerFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/Contents.json new file mode 100644 index 000000000..b86020585 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@1x.png new file mode 100644 index 000000000..f78293a02 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@2x.png new file mode 100644 index 000000000..92581d3cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@3x.png new file mode 100644 index 000000000..1bb59256a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill24.imageset/TimerFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/Contents.json new file mode 100644 index 000000000..b4ea0e8da --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@1x.png new file mode 100644 index 000000000..a5209dc21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@2x.png new file mode 100644 index 000000000..e64f9b65f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@3x.png new file mode 100644 index 000000000..370fe8028 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerFill36.imageset/TimerFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/Contents.json new file mode 100644 index 000000000..33dff8684 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@1x.png new file mode 100644 index 000000000..5fd4b4192 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@2x.png new file mode 100644 index 000000000..2a8cdddeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@3x.png new file mode 100644 index 000000000..e45d47f77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline16.imageset/TimerOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/Contents.json new file mode 100644 index 000000000..27d8fd879 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@1x.png new file mode 100644 index 000000000..5eb30e5e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@2x.png new file mode 100644 index 000000000..cfd844a33 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@3x.png new file mode 100644 index 000000000..da7f0136a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline24.imageset/TimerOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/Contents.json new file mode 100644 index 000000000..8c357dc74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TimerOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TimerOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TimerOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@1x.png new file mode 100644 index 000000000..78e16782f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@2x.png new file mode 100644 index 000000000..3a714764e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@3x.png new file mode 100644 index 000000000..e3da02f77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TimerOutline36.imageset/TimerOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..ec44875cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@1x.png new file mode 100644 index 000000000..828a88e2d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@2x.png new file mode 100644 index 000000000..ad6e5a762 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@3x.png new file mode 100644 index 000000000..98a410c39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill16.imageset/TranscribeTextVoiceErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..0673a265f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@1x.png new file mode 100644 index 000000000..1ece038be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@2x.png new file mode 100644 index 000000000..168de46b8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@3x.png new file mode 100644 index 000000000..38e98b669 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill24.imageset/TranscribeTextVoiceErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..f71b4f789 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@1x.png new file mode 100644 index 000000000..39646a8e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@2x.png new file mode 100644 index 000000000..dbb8ee4d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@3x.png new file mode 100644 index 000000000..a509b9bfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorFill36.imageset/TranscribeTextVoiceErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/Contents.json new file mode 100644 index 000000000..97e45fe3b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@1x.png new file mode 100644 index 000000000..ee2c3ef51 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@2x.png new file mode 100644 index 000000000..375a5465a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@3x.png new file mode 100644 index 000000000..0bc5034c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine16.imageset/TranscribeTextVoiceErrorLine-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/Contents.json new file mode 100644 index 000000000..7f8a784a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@1x.png new file mode 100644 index 000000000..3eec7347b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@2x.png new file mode 100644 index 000000000..1be01da8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@3x.png new file mode 100644 index 000000000..91f51c39f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine24.imageset/TranscribeTextVoiceErrorLine-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/Contents.json new file mode 100644 index 000000000..279823b8e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceErrorLine-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@1x.png new file mode 100644 index 000000000..eaf725abe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@2x.png new file mode 100644 index 000000000..3f039ea09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@3x.png new file mode 100644 index 000000000..37d943c9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceErrorLine36.imageset/TranscribeTextVoiceErrorLine-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/Contents.json new file mode 100644 index 000000000..a21b969c3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@1x.png new file mode 100644 index 000000000..a39c14bdf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@2x.png new file mode 100644 index 000000000..6c2686c1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@3x.png new file mode 100644 index 000000000..e3eeaeeb6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill16.imageset/TranscribeTextVoiceFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/Contents.json new file mode 100644 index 000000000..5a00ce088 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@1x.png new file mode 100644 index 000000000..c9350f944 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@2x.png new file mode 100644 index 000000000..7aa6cd2f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@3x.png new file mode 100644 index 000000000..36db15d81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill24.imageset/TranscribeTextVoiceFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/Contents.json new file mode 100644 index 000000000..4bcce7e69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@1x.png new file mode 100644 index 000000000..680f2f10f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@2x.png new file mode 100644 index 000000000..aba755212 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@3x.png new file mode 100644 index 000000000..8d2ce8522 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceFill36.imageset/TranscribeTextVoiceFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/Contents.json new file mode 100644 index 000000000..a2656e8a5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@1x.png new file mode 100644 index 000000000..c3fb48170 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@2x.png new file mode 100644 index 000000000..0cbe704ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@3x.png new file mode 100644 index 000000000..56851ebc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline16.imageset/TranscribeTextVoiceOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/Contents.json new file mode 100644 index 000000000..1b1889d38 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@1x.png new file mode 100644 index 000000000..83a730836 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@2x.png new file mode 100644 index 000000000..d53be025f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@3x.png new file mode 100644 index 000000000..73360f2bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline24.imageset/TranscribeTextVoiceOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/Contents.json new file mode 100644 index 000000000..f37a8aa47 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscribeTextVoiceOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@1x.png new file mode 100644 index 000000000..81e130277 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@2x.png new file mode 100644 index 000000000..d175d6b18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@3x.png new file mode 100644 index 000000000..8ff73215c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscribeTextVoiceOutline36.imageset/TranscribeTextVoiceOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/Contents.json new file mode 100644 index 000000000..c63433e45 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@1x.png new file mode 100644 index 000000000..2438316bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@2x.png new file mode 100644 index 000000000..9604b3e22 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@3x.png new file mode 100644 index 000000000..d7830968b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill16.imageset/TranscriptionVoiceTextErrorFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/Contents.json new file mode 100644 index 000000000..efd446070 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@1x.png new file mode 100644 index 000000000..dc7740b14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@2x.png new file mode 100644 index 000000000..3f73830d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@3x.png new file mode 100644 index 000000000..973343175 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill24.imageset/TranscriptionVoiceTextErrorFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/Contents.json new file mode 100644 index 000000000..21d8101fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@1x.png new file mode 100644 index 000000000..a6eceb8a8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@2x.png new file mode 100644 index 000000000..5887c076a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@3x.png new file mode 100644 index 000000000..995534f8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorFill36.imageset/TranscriptionVoiceTextErrorFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/Contents.json new file mode 100644 index 000000000..1a5eab14d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@1x.png new file mode 100644 index 000000000..4949ea89c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@2x.png new file mode 100644 index 000000000..949b0a674 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@3x.png new file mode 100644 index 000000000..5b504b63f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline16.imageset/TranscriptionVoiceTextErrorOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/Contents.json new file mode 100644 index 000000000..dd456e716 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@1x.png new file mode 100644 index 000000000..f7760c246 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@2x.png new file mode 100644 index 000000000..0aa0a4932 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@3x.png new file mode 100644 index 000000000..b86511d03 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline24.imageset/TranscriptionVoiceTextErrorOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/Contents.json new file mode 100644 index 000000000..77ff353af --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextErrorOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@1x.png new file mode 100644 index 000000000..438bd2b34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@2x.png new file mode 100644 index 000000000..34e0ef34a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@3x.png new file mode 100644 index 000000000..ef0b9db65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextErrorOutline36.imageset/TranscriptionVoiceTextErrorOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/Contents.json new file mode 100644 index 000000000..f4912baf7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@1x.png new file mode 100644 index 000000000..6eee3430f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@2x.png new file mode 100644 index 000000000..cd0de4c43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@3x.png new file mode 100644 index 000000000..e9eaee1e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill16.imageset/TranscriptionVoiceTextFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/Contents.json new file mode 100644 index 000000000..7c62e208a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@1x.png new file mode 100644 index 000000000..c18fa581c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@2x.png new file mode 100644 index 000000000..5297fb1f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@3x.png new file mode 100644 index 000000000..4dda7dd7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill24.imageset/TranscriptionVoiceTextFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/Contents.json new file mode 100644 index 000000000..64996ee8a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@1x.png new file mode 100644 index 000000000..d4353c6d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@2x.png new file mode 100644 index 000000000..f694a88df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@3x.png new file mode 100644 index 000000000..797d01310 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextFill36.imageset/TranscriptionVoiceTextFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/Contents.json new file mode 100644 index 000000000..4111872f5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@1x.png new file mode 100644 index 000000000..532c757ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@2x.png new file mode 100644 index 000000000..6b443a261 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@3x.png new file mode 100644 index 000000000..5789ac852 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline16.imageset/TranscriptionVoiceTextOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/Contents.json new file mode 100644 index 000000000..ea3fa4f5a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@1x.png new file mode 100644 index 000000000..22895bf1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@2x.png new file mode 100644 index 000000000..2a0e9f78e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@3x.png new file mode 100644 index 000000000..b8014085f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline24.imageset/TranscriptionVoiceTextOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/Contents.json new file mode 100644 index 000000000..0e3953c81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TranscriptionVoiceTextOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@1x.png new file mode 100644 index 000000000..9f0af9ee6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@2x.png new file mode 100644 index 000000000..2a02a7a55 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@3x.png new file mode 100644 index 000000000..596ca8814 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TranscriptionVoiceTextOutline36.imageset/TranscriptionVoiceTextOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/Contents.json new file mode 100644 index 000000000..69f982f92 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@1x.png new file mode 100644 index 000000000..c685b2fee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@2x.png new file mode 100644 index 000000000..ceb4f8ed0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@3x.png new file mode 100644 index 000000000..e9deeb274 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill16.imageset/TrashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/Contents.json new file mode 100644 index 000000000..713d4d937 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@1x.png new file mode 100644 index 000000000..a84a8d560 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@2x.png new file mode 100644 index 000000000..649564ef4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@3x.png new file mode 100644 index 000000000..aa1fb57d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill24.imageset/TrashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/Contents.json new file mode 100644 index 000000000..94701e9bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@1x.png new file mode 100644 index 000000000..648433215 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@2x.png new file mode 100644 index 000000000..32c0d0201 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@3x.png new file mode 100644 index 000000000..a85e895cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashFill36.imageset/TrashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/Contents.json new file mode 100644 index 000000000..454b42a90 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@1x.png new file mode 100644 index 000000000..427afbce5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@2x.png new file mode 100644 index 000000000..df869effe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@3x.png new file mode 100644 index 000000000..bb70dd281 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline16.imageset/TrashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/Contents.json new file mode 100644 index 000000000..ffde8984c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@1x.png new file mode 100644 index 000000000..2670f136b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@2x.png new file mode 100644 index 000000000..9ac29b80b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@3x.png new file mode 100644 index 000000000..6151e6957 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline24.imageset/TrashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/Contents.json new file mode 100644 index 000000000..953d386c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TrashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TrashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TrashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@1x.png new file mode 100644 index 000000000..0a875263b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@2x.png new file mode 100644 index 000000000..3e98967c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@3x.png new file mode 100644 index 000000000..f9af2a57d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TrashOutline36.imageset/TrashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/Contents.json new file mode 100644 index 000000000..b7a96f56e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@1x.png new file mode 100644 index 000000000..84c8a2a95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@2x.png new file mode 100644 index 000000000..8fe4cd080 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@3x.png new file mode 100644 index 000000000..eede3a75a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill16.imageset/TravelCarFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/Contents.json new file mode 100644 index 000000000..c983a9f90 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@1x.png new file mode 100644 index 000000000..34989cfe2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@2x.png new file mode 100644 index 000000000..d6489defe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@3x.png new file mode 100644 index 000000000..eed506925 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill24.imageset/TravelCarFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/Contents.json new file mode 100644 index 000000000..d8d4736e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@1x.png new file mode 100644 index 000000000..e0a5c111a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@2x.png new file mode 100644 index 000000000..512243165 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@3x.png new file mode 100644 index 000000000..3a46bc99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarFill36.imageset/TravelCarFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/Contents.json new file mode 100644 index 000000000..a60508c0f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@1x.png new file mode 100644 index 000000000..96f52ef1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@2x.png new file mode 100644 index 000000000..75ce77020 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@3x.png new file mode 100644 index 000000000..383feb186 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline16.imageset/TravelCarOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/Contents.json new file mode 100644 index 000000000..fd38fa8f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@1x.png new file mode 100644 index 000000000..792deb313 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@2x.png new file mode 100644 index 000000000..9d60e1b8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@3x.png new file mode 100644 index 000000000..aa23eeffe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline24.imageset/TravelCarOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/Contents.json new file mode 100644 index 000000000..e7b1312bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TravelCarOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TravelCarOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TravelCarOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@1x.png new file mode 100644 index 000000000..4bc0278e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@2x.png new file mode 100644 index 000000000..b4087664a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@3x.png new file mode 100644 index 000000000..da110e534 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TravelCarOutline36.imageset/TravelCarOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/Contents.json new file mode 100644 index 000000000..f5b9edb53 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@1x.png new file mode 100644 index 000000000..18edfbf1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@2x.png new file mode 100644 index 000000000..8dcdfe4a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@3x.png new file mode 100644 index 000000000..3d606aaba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill16.imageset/TriangleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/Contents.json new file mode 100644 index 000000000..93ce28309 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@1x.png new file mode 100644 index 000000000..4387679e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@2x.png new file mode 100644 index 000000000..4fc860595 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@3x.png new file mode 100644 index 000000000..e9df454f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill24.imageset/TriangleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/Contents.json new file mode 100644 index 000000000..6fa58c2a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@1x.png new file mode 100644 index 000000000..a8572ef81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@2x.png new file mode 100644 index 000000000..683443ce6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@3x.png new file mode 100644 index 000000000..9066edb7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleFill36.imageset/TriangleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/Contents.json new file mode 100644 index 000000000..ca80b0e7c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@1x.png new file mode 100644 index 000000000..99d1bf660 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@2x.png new file mode 100644 index 000000000..9ef1d6d10 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@3x.png new file mode 100644 index 000000000..5f065bbeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline16.imageset/TriangleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/Contents.json new file mode 100644 index 000000000..18d581779 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@1x.png new file mode 100644 index 000000000..dfe4cc674 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@2x.png new file mode 100644 index 000000000..8049620c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@3x.png new file mode 100644 index 000000000..7eb8aa9e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline24.imageset/TriangleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/Contents.json new file mode 100644 index 000000000..b4ad48162 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TriangleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TriangleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TriangleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@1x.png new file mode 100644 index 000000000..538785ed4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@2x.png new file mode 100644 index 000000000..c29d4f871 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@3x.png new file mode 100644 index 000000000..42eeeb857 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TriangleOutline36.imageset/TriangleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/Contents.json new file mode 100644 index 000000000..3a13b2e1f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@1x.png new file mode 100644 index 000000000..4abd9886e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@2x.png new file mode 100644 index 000000000..ef94f12b4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@3x.png new file mode 100644 index 000000000..05298fe08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill16.imageset/TvBulbFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/Contents.json new file mode 100644 index 000000000..f901d2c50 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@1x.png new file mode 100644 index 000000000..6a518572c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@2x.png new file mode 100644 index 000000000..4710e3624 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@3x.png new file mode 100644 index 000000000..9293e6003 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill24.imageset/TvBulbFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/Contents.json new file mode 100644 index 000000000..7f24b0ff9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@1x.png new file mode 100644 index 000000000..ef2e0a38b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@2x.png new file mode 100644 index 000000000..a131095f3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@3x.png new file mode 100644 index 000000000..9dd5c06e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbFill36.imageset/TvBulbFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/Contents.json new file mode 100644 index 000000000..8635dcc1c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@1x.png new file mode 100644 index 000000000..e32fcd53c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@2x.png new file mode 100644 index 000000000..307231abc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@3x.png new file mode 100644 index 000000000..08190e0e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline16.imageset/TvBulbOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/Contents.json new file mode 100644 index 000000000..41821e36d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@1x.png new file mode 100644 index 000000000..3d412bbc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@2x.png new file mode 100644 index 000000000..cfb0c82bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@3x.png new file mode 100644 index 000000000..2f4580d09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline24.imageset/TvBulbOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/Contents.json new file mode 100644 index 000000000..32b899ad3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvBulbOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvBulbOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvBulbOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@1x.png new file mode 100644 index 000000000..41761a234 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@2x.png new file mode 100644 index 000000000..917cf08f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@3x.png new file mode 100644 index 000000000..00e0604cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvBulbOutline36.imageset/TvBulbOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/Contents.json new file mode 100644 index 000000000..4f37c9c78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@1x.png new file mode 100644 index 000000000..e4db819e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@2x.png new file mode 100644 index 000000000..fad51d993 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@3x.png new file mode 100644 index 000000000..c5ce72e39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill16.imageset/TvDashFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/Contents.json new file mode 100644 index 000000000..9d66fe5b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@1x.png new file mode 100644 index 000000000..8eec310dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@2x.png new file mode 100644 index 000000000..13213fa4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@3x.png new file mode 100644 index 000000000..1b8c32994 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill24.imageset/TvDashFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/Contents.json new file mode 100644 index 000000000..fd7859997 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@1x.png new file mode 100644 index 000000000..c47b8da21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@2x.png new file mode 100644 index 000000000..ac81e8921 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@3x.png new file mode 100644 index 000000000..1361b55a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashFill36.imageset/TvDashFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/Contents.json new file mode 100644 index 000000000..65d81f5f3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@1x.png new file mode 100644 index 000000000..a3406d31f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@2x.png new file mode 100644 index 000000000..3c6b0dadc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@3x.png new file mode 100644 index 000000000..764597fc7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline16.imageset/TvDashOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/Contents.json new file mode 100644 index 000000000..36738e808 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@1x.png new file mode 100644 index 000000000..ff26ac74e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@2x.png new file mode 100644 index 000000000..9043caad0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@3x.png new file mode 100644 index 000000000..0dbed1b1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline24.imageset/TvDashOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/Contents.json new file mode 100644 index 000000000..b1c4eda74 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvDashOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvDashOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvDashOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@1x.png new file mode 100644 index 000000000..8c47abbeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@2x.png new file mode 100644 index 000000000..6ea9d9fb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@3x.png new file mode 100644 index 000000000..16e4ede78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvDashOutline36.imageset/TvDashOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/Contents.json new file mode 100644 index 000000000..dda0c8904 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@1x.png new file mode 100644 index 000000000..d0d627641 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@2x.png new file mode 100644 index 000000000..d9377362e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@3x.png new file mode 100644 index 000000000..cef428390 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill16.imageset/TvFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/Contents.json new file mode 100644 index 000000000..b1d46cabc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@1x.png new file mode 100644 index 000000000..d2bef1753 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@2x.png new file mode 100644 index 000000000..a7e1597f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@3x.png new file mode 100644 index 000000000..500a7f460 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill24.imageset/TvFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/Contents.json new file mode 100644 index 000000000..63a374101 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@1x.png new file mode 100644 index 000000000..f025b772a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@2x.png new file mode 100644 index 000000000..44607fa24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@3x.png new file mode 100644 index 000000000..ae1a2d4f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvFill36.imageset/TvFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/Contents.json new file mode 100644 index 000000000..be1f048cf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@1x.png new file mode 100644 index 000000000..fa1b1e846 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@2x.png new file mode 100644 index 000000000..f97db27b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@3x.png new file mode 100644 index 000000000..3dc59aab7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill16.imageset/TvModeFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/Contents.json new file mode 100644 index 000000000..7d86eb345 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@1x.png new file mode 100644 index 000000000..efd930376 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@2x.png new file mode 100644 index 000000000..fc027ff36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@3x.png new file mode 100644 index 000000000..419e2180c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill24.imageset/TvModeFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/Contents.json new file mode 100644 index 000000000..f89b9a7cd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@1x.png new file mode 100644 index 000000000..fa633338b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@2x.png new file mode 100644 index 000000000..a0be2c531 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@3x.png new file mode 100644 index 000000000..828092d0b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeFill36.imageset/TvModeFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/Contents.json new file mode 100644 index 000000000..33aaadcc0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@1x.png new file mode 100644 index 000000000..fd852ab0f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@2x.png new file mode 100644 index 000000000..bd4ef32c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@3x.png new file mode 100644 index 000000000..b7c1e2ed2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline16.imageset/TvModeOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/Contents.json new file mode 100644 index 000000000..efc0be01b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@1x.png new file mode 100644 index 000000000..c6744826e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@2x.png new file mode 100644 index 000000000..852670d64 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@3x.png new file mode 100644 index 000000000..183206437 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline24.imageset/TvModeOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/Contents.json new file mode 100644 index 000000000..dead84482 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvModeOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvModeOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvModeOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@1x.png new file mode 100644 index 000000000..65701c649 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@2x.png new file mode 100644 index 000000000..73f46f68d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@3x.png new file mode 100644 index 000000000..2ce7351e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvModeOutline36.imageset/TvModeOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/Contents.json new file mode 100644 index 000000000..bfae82f8d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@1x.png new file mode 100644 index 000000000..77188da45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@2x.png new file mode 100644 index 000000000..5c64bba7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@3x.png new file mode 100644 index 000000000..153ee5822 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline16.imageset/TvOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/Contents.json new file mode 100644 index 000000000..6d57c8fde --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@1x.png new file mode 100644 index 000000000..41af95dbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@2x.png new file mode 100644 index 000000000..73b0a06d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@3x.png new file mode 100644 index 000000000..21fad0b0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline24.imageset/TvOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/Contents.json new file mode 100644 index 000000000..90cec39a6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@1x.png new file mode 100644 index 000000000..811d7a451 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@2x.png new file mode 100644 index 000000000..f7d45ad9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@3x.png new file mode 100644 index 000000000..dc2e99afd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvOutline36.imageset/TvOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/Contents.json new file mode 100644 index 000000000..06a90a658 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@1x.png new file mode 100644 index 000000000..cfaf36533 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@2x.png new file mode 100644 index 000000000..9711b5b7e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@3x.png new file mode 100644 index 000000000..91987dc3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill16.imageset/TvPlayFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/Contents.json new file mode 100644 index 000000000..880356002 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@1x.png new file mode 100644 index 000000000..e98404fed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@2x.png new file mode 100644 index 000000000..3cb8e7f4d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@3x.png new file mode 100644 index 000000000..d415cd232 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill24.imageset/TvPlayFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/Contents.json new file mode 100644 index 000000000..9c2c0ff78 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@1x.png new file mode 100644 index 000000000..7e12a7576 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@2x.png new file mode 100644 index 000000000..d8c024a37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@3x.png new file mode 100644 index 000000000..66672858d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayFill36.imageset/TvPlayFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/Contents.json new file mode 100644 index 000000000..a169625c5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@1x.png new file mode 100644 index 000000000..eaae1a251 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@2x.png new file mode 100644 index 000000000..d54b9ecf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@3x.png new file mode 100644 index 000000000..10362c2c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline16.imageset/TvPlayOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/Contents.json new file mode 100644 index 000000000..7cee66d96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@1x.png new file mode 100644 index 000000000..c25c70bb5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@2x.png new file mode 100644 index 000000000..1ae0d6637 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@3x.png new file mode 100644 index 000000000..fdcc3db1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline24.imageset/TvPlayOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/Contents.json new file mode 100644 index 000000000..11ecaf399 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvPlayOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvPlayOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvPlayOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@1x.png new file mode 100644 index 000000000..f84052af5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@2x.png new file mode 100644 index 000000000..bf66428e5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@3x.png new file mode 100644 index 000000000..416769ed8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvPlayOutline36.imageset/TvPlayOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/Contents.json new file mode 100644 index 000000000..cc42e9eb0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@1x.png new file mode 100644 index 000000000..d2d739ffe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@2x.png new file mode 100644 index 000000000..3fb9e1aa5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@3x.png new file mode 100644 index 000000000..e3ebc9bea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill16.imageset/TvSaluteFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/Contents.json new file mode 100644 index 000000000..1a38c692c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@1x.png new file mode 100644 index 000000000..5ed7ecdb2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@2x.png new file mode 100644 index 000000000..76aed0fa8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@3x.png new file mode 100644 index 000000000..f414abaed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill24.imageset/TvSaluteFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/Contents.json new file mode 100644 index 000000000..37c77b45c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@1x.png new file mode 100644 index 000000000..7983ed04a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@2x.png new file mode 100644 index 000000000..aa554ecdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@3x.png new file mode 100644 index 000000000..3adb61f09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteFill36.imageset/TvSaluteFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/Contents.json new file mode 100644 index 000000000..9d5fed74b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@1x.png new file mode 100644 index 000000000..19fd75aab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@2x.png new file mode 100644 index 000000000..a073131c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@3x.png new file mode 100644 index 000000000..66df15b3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline16.imageset/TvSaluteOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/Contents.json new file mode 100644 index 000000000..3c94fb1b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@1x.png new file mode 100644 index 000000000..99bcdd0c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@2x.png new file mode 100644 index 000000000..4b51d120b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@3x.png new file mode 100644 index 000000000..16e823788 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline24.imageset/TvSaluteOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/Contents.json new file mode 100644 index 000000000..fa0c731dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "TvSaluteOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "TvSaluteOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "TvSaluteOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@1x.png new file mode 100644 index 000000000..fe043da61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@2x.png new file mode 100644 index 000000000..78e80a85d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@3x.png new file mode 100644 index 000000000..2b542e5fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/TvSaluteOutline36.imageset/TvSaluteOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/Contents.json new file mode 100644 index 000000000..1f3e98b96 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@1x.png new file mode 100644 index 000000000..56037686b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@2x.png new file mode 100644 index 000000000..59d75d34f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@3x.png new file mode 100644 index 000000000..2ba3fac14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill16.imageset/UmbrellaFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/Contents.json new file mode 100644 index 000000000..55160b81b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@1x.png new file mode 100644 index 000000000..a3643823e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@2x.png new file mode 100644 index 000000000..9f10d536f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@3x.png new file mode 100644 index 000000000..07ef89ba5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill24.imageset/UmbrellaFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/Contents.json new file mode 100644 index 000000000..1dac4ee09 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@1x.png new file mode 100644 index 000000000..d1050355c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@2x.png new file mode 100644 index 000000000..01aff0e5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@3x.png new file mode 100644 index 000000000..43f57ec86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaFill36.imageset/UmbrellaFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/Contents.json new file mode 100644 index 000000000..271303d06 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@1x.png new file mode 100644 index 000000000..8525b7ecd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@2x.png new file mode 100644 index 000000000..2a4625d18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@3x.png new file mode 100644 index 000000000..0884efa3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline16.imageset/UmbrellaOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/Contents.json new file mode 100644 index 000000000..b4c289a45 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@1x.png new file mode 100644 index 000000000..547ea0b86 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@2x.png new file mode 100644 index 000000000..c537225ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@3x.png new file mode 100644 index 000000000..52696752f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline24.imageset/UmbrellaOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/Contents.json new file mode 100644 index 000000000..53793d6f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UmbrellaOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UmbrellaOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UmbrellaOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@1x.png new file mode 100644 index 000000000..f39a027b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@2x.png new file mode 100644 index 000000000..9565b659f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@3x.png new file mode 100644 index 000000000..e8e1e5a28 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UmbrellaOutline36.imageset/UmbrellaOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/Contents.json new file mode 100644 index 000000000..180f850aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@1x.png new file mode 100644 index 000000000..f5661da05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@2x.png new file mode 100644 index 000000000..591092926 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@3x.png new file mode 100644 index 000000000..e2ccb781b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill16.imageset/UploadFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/Contents.json new file mode 100644 index 000000000..2f2f31d56 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@1x.png new file mode 100644 index 000000000..79930e26d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@2x.png new file mode 100644 index 000000000..b4ac86c0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@3x.png new file mode 100644 index 000000000..05af11f62 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill24.imageset/UploadFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/Contents.json new file mode 100644 index 000000000..5c0d8695f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@1x.png new file mode 100644 index 000000000..86c67502c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@2x.png new file mode 100644 index 000000000..e0107d132 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@3x.png new file mode 100644 index 000000000..c4a2a8e09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadFill36.imageset/UploadFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/Contents.json new file mode 100644 index 000000000..48c7d7a6b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@1x.png new file mode 100644 index 000000000..00661deef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@2x.png new file mode 100644 index 000000000..8562cc24f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@3x.png new file mode 100644 index 000000000..5bfeac99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline16.imageset/UploadOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/Contents.json new file mode 100644 index 000000000..262d66cda --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@1x.png new file mode 100644 index 000000000..0ad730732 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@2x.png new file mode 100644 index 000000000..723ed3929 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@3x.png new file mode 100644 index 000000000..5f1c7d16a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline24.imageset/UploadOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/Contents.json new file mode 100644 index 000000000..e4a392c92 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UploadOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UploadOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UploadOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@1x.png new file mode 100644 index 000000000..01f5a04ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@2x.png new file mode 100644 index 000000000..98a7fda49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@3x.png new file mode 100644 index 000000000..99c3a4739 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UploadOutline36.imageset/UploadOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/Contents.json new file mode 100644 index 000000000..6a7efc040 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@1x.png new file mode 100644 index 000000000..992fbc7e6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@2x.png new file mode 100644 index 000000000..6ff3d4a0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@3x.png new file mode 100644 index 000000000..33311596b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill16.imageset/UsbAFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/Contents.json new file mode 100644 index 000000000..bdc6bddd5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@1x.png new file mode 100644 index 000000000..fb501e7e1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@2x.png new file mode 100644 index 000000000..064a49f5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@3x.png new file mode 100644 index 000000000..48a6ce0c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill24.imageset/UsbAFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/Contents.json new file mode 100644 index 000000000..fbc976963 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@1x.png new file mode 100644 index 000000000..29c9dfe5b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@2x.png new file mode 100644 index 000000000..bdd76d8c5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@3x.png new file mode 100644 index 000000000..ef9a0391a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAFill36.imageset/UsbAFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/Contents.json new file mode 100644 index 000000000..7fe5c91e9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@1x.png new file mode 100644 index 000000000..7cf88559a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@2x.png new file mode 100644 index 000000000..6fa35b645 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@3x.png new file mode 100644 index 000000000..c544b7c3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline16.imageset/UsbAOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/Contents.json new file mode 100644 index 000000000..3eba7b789 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@1x.png new file mode 100644 index 000000000..6622365d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@2x.png new file mode 100644 index 000000000..4b573a1a3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@3x.png new file mode 100644 index 000000000..53c8f32d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline24.imageset/UsbAOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/Contents.json new file mode 100644 index 000000000..fd7170bd2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbAOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbAOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbAOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@1x.png new file mode 100644 index 000000000..d52f57181 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@2x.png new file mode 100644 index 000000000..83daede79 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@3x.png new file mode 100644 index 000000000..e6bff6c30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbAOutline36.imageset/UsbAOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/Contents.json new file mode 100644 index 000000000..ca375fcb6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@1x.png new file mode 100644 index 000000000..9786489c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@2x.png new file mode 100644 index 000000000..81a86f1c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@3x.png new file mode 100644 index 000000000..4b0c94771 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill16.imageset/UsbCFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/Contents.json new file mode 100644 index 000000000..bb2f9ae24 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@1x.png new file mode 100644 index 000000000..70b382db3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@2x.png new file mode 100644 index 000000000..d722de84d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@3x.png new file mode 100644 index 000000000..d2c3f1f15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill24.imageset/UsbCFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/Contents.json new file mode 100644 index 000000000..11854ef51 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@1x.png new file mode 100644 index 000000000..58012aa3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@2x.png new file mode 100644 index 000000000..4465a24d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@3x.png new file mode 100644 index 000000000..de8bff724 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCFill36.imageset/UsbCFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/Contents.json new file mode 100644 index 000000000..3b9bf1836 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@1x.png new file mode 100644 index 000000000..1efcbeed8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@2x.png new file mode 100644 index 000000000..180227e1b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@3x.png new file mode 100644 index 000000000..fe925c49f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline16.imageset/UsbCOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/Contents.json new file mode 100644 index 000000000..7d149aeba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@1x.png new file mode 100644 index 000000000..51d8b5045 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@2x.png new file mode 100644 index 000000000..4b09252ec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@3x.png new file mode 100644 index 000000000..2782bd044 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline24.imageset/UsbCOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/Contents.json new file mode 100644 index 000000000..d5d9cedfd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "UsbCOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "UsbCOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "UsbCOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@1x.png new file mode 100644 index 000000000..d285466b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@2x.png new file mode 100644 index 000000000..0b5c8fc61 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@3x.png new file mode 100644 index 000000000..a381c0846 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/UsbCOutline36.imageset/UsbCOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/Contents.json new file mode 100644 index 000000000..a22b8c52f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@1x.png new file mode 100644 index 000000000..5805948c7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@2x.png new file mode 100644 index 000000000..3f57d7362 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@3x.png new file mode 100644 index 000000000..bbd7ae09a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill16.imageset/VerificationFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/Contents.json new file mode 100644 index 000000000..e24eb71c2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@1x.png new file mode 100644 index 000000000..fd03224c0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@2x.png new file mode 100644 index 000000000..f9f3d4a11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@3x.png new file mode 100644 index 000000000..266f374c1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill24.imageset/VerificationFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/Contents.json new file mode 100644 index 000000000..ae9207884 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@1x.png new file mode 100644 index 000000000..aaddfd076 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@2x.png new file mode 100644 index 000000000..01471a8f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@3x.png new file mode 100644 index 000000000..0cab9839c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationFill36.imageset/VerificationFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/Contents.json new file mode 100644 index 000000000..c610e0428 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@1x.png new file mode 100644 index 000000000..163a5a404 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@2x.png new file mode 100644 index 000000000..65ec30e04 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@3x.png new file mode 100644 index 000000000..15729c941 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline16.imageset/VerificationOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/Contents.json new file mode 100644 index 000000000..076515e46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@1x.png new file mode 100644 index 000000000..c92db9c96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@2x.png new file mode 100644 index 000000000..e5bcb6526 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@3x.png new file mode 100644 index 000000000..81ce0248a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline24.imageset/VerificationOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/Contents.json new file mode 100644 index 000000000..7300877dc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VerificationOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VerificationOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VerificationOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@1x.png new file mode 100644 index 000000000..5a0501f30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@2x.png new file mode 100644 index 000000000..c78af8bf8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@3x.png new file mode 100644 index 000000000..837400a94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VerificationOutline36.imageset/VerificationOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/Contents.json new file mode 100644 index 000000000..04a22d54f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@1x.png new file mode 100644 index 000000000..15f7daacd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@2x.png new file mode 100644 index 000000000..fecfcc94e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@3x.png new file mode 100644 index 000000000..fe63d1062 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill16.imageset/VgaFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/Contents.json new file mode 100644 index 000000000..5256c8566 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@1x.png new file mode 100644 index 000000000..77e4c304c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@2x.png new file mode 100644 index 000000000..9ba528c94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@3x.png new file mode 100644 index 000000000..c5f59949c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill24.imageset/VgaFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/Contents.json new file mode 100644 index 000000000..efa853ab2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@1x.png new file mode 100644 index 000000000..381e829bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@2x.png new file mode 100644 index 000000000..fa272529a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@3x.png new file mode 100644 index 000000000..d24c755b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaFill36.imageset/VgaFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/Contents.json new file mode 100644 index 000000000..f4e0a012a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@1x.png new file mode 100644 index 000000000..ebe2d299e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@2x.png new file mode 100644 index 000000000..8490c9263 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@3x.png new file mode 100644 index 000000000..bf346a315 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline16.imageset/VgaOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/Contents.json new file mode 100644 index 000000000..8b0b4b19f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@1x.png new file mode 100644 index 000000000..3089cba0e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@2x.png new file mode 100644 index 000000000..b82aba3a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@3x.png new file mode 100644 index 000000000..2384bc90a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline24.imageset/VgaOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/Contents.json new file mode 100644 index 000000000..7d631f5e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VgaOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VgaOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VgaOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@1x.png new file mode 100644 index 000000000..bafe8d8aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@2x.png new file mode 100644 index 000000000..a38c97bd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@3x.png new file mode 100644 index 000000000..f3ab30490 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VgaOutline36.imageset/VgaOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/Contents.json new file mode 100644 index 000000000..bfb26a487 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@1x.png new file mode 100644 index 000000000..518d3a12c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@2x.png new file mode 100644 index 000000000..1e0a402e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@3x.png new file mode 100644 index 000000000..1a12adb68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill16.imageset/VideoArchive24Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/Contents.json new file mode 100644 index 000000000..ca3a70713 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@1x.png new file mode 100644 index 000000000..4e58b4f5c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@2x.png new file mode 100644 index 000000000..423593f92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@3x.png new file mode 100644 index 000000000..8824967e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill24.imageset/VideoArchive24Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/Contents.json new file mode 100644 index 000000000..3b7981a0b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@1x.png new file mode 100644 index 000000000..6348b93da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@2x.png new file mode 100644 index 000000000..195a701bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@3x.png new file mode 100644 index 000000000..75b9804b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Fill36.imageset/VideoArchive24Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/Contents.json new file mode 100644 index 000000000..8d83b40f0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@1x.png new file mode 100644 index 000000000..4a2fdb17d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@2x.png new file mode 100644 index 000000000..72baaeb9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@3x.png new file mode 100644 index 000000000..84fc58dcd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline16.imageset/VideoArchive24Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/Contents.json new file mode 100644 index 000000000..97134923f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@1x.png new file mode 100644 index 000000000..25038333e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@2x.png new file mode 100644 index 000000000..6559f5a36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@3x.png new file mode 100644 index 000000000..ad50a4178 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline24.imageset/VideoArchive24Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/Contents.json new file mode 100644 index 000000000..d708244b2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoArchive24Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoArchive24Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoArchive24Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@1x.png new file mode 100644 index 000000000..998fd08d7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@2x.png new file mode 100644 index 000000000..b3de4b031 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@3x.png new file mode 100644 index 000000000..d796c57dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoArchive24Outline36.imageset/VideoArchive24Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/Contents.json new file mode 100644 index 000000000..e1ddcde55 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@1x.png new file mode 100644 index 000000000..5d20413ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@2x.png new file mode 100644 index 000000000..2d213ae34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@3x.png new file mode 100644 index 000000000..6358e11d8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill16.imageset/VideoClipFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/Contents.json new file mode 100644 index 000000000..7c9642ffc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@1x.png new file mode 100644 index 000000000..edb1f0e6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@2x.png new file mode 100644 index 000000000..fe6d1d14a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@3x.png new file mode 100644 index 000000000..3eab1e7f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill24.imageset/VideoClipFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/Contents.json new file mode 100644 index 000000000..b6da7803e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@1x.png new file mode 100644 index 000000000..8a7eea0a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@2x.png new file mode 100644 index 000000000..f82b94b3e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@3x.png new file mode 100644 index 000000000..c6b75d22d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipFill36.imageset/VideoClipFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/Contents.json new file mode 100644 index 000000000..5765f7a88 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@1x.png new file mode 100644 index 000000000..72136ac43 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@2x.png new file mode 100644 index 000000000..5a6f9221a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@3x.png new file mode 100644 index 000000000..b037188fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline16.imageset/VideoClipOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/Contents.json new file mode 100644 index 000000000..205e877aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@1x.png new file mode 100644 index 000000000..208d59797 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@2x.png new file mode 100644 index 000000000..1b7317268 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@3x.png new file mode 100644 index 000000000..2ff887409 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline24.imageset/VideoClipOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/Contents.json new file mode 100644 index 000000000..2f649352b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoClipOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoClipOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoClipOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@1x.png new file mode 100644 index 000000000..c8091daa1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@2x.png new file mode 100644 index 000000000..326dc3370 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@3x.png new file mode 100644 index 000000000..c61b36881 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoClipOutline36.imageset/VideoClipOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/Contents.json new file mode 100644 index 000000000..34e834445 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@1x.png new file mode 100644 index 000000000..a8fe51408 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@2x.png new file mode 100644 index 000000000..da2fa9d7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@3x.png new file mode 100644 index 000000000..e93ebf925 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill16.imageset/VideoProcessFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/Contents.json new file mode 100644 index 000000000..222dc06cb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@1x.png new file mode 100644 index 000000000..8c7d2bf5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@2x.png new file mode 100644 index 000000000..b6a4c8764 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@3x.png new file mode 100644 index 000000000..c3ab9b867 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill24.imageset/VideoProcessFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/Contents.json new file mode 100644 index 000000000..6e007919a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@1x.png new file mode 100644 index 000000000..b392253e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@2x.png new file mode 100644 index 000000000..00336db9c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@3x.png new file mode 100644 index 000000000..92d117866 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessFill36.imageset/VideoProcessFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/Contents.json new file mode 100644 index 000000000..38e04fe58 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@1x.png new file mode 100644 index 000000000..624d35c75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@2x.png new file mode 100644 index 000000000..177442b8f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@3x.png new file mode 100644 index 000000000..536d6fd31 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline16.imageset/VideoProcessOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/Contents.json new file mode 100644 index 000000000..2fd49ae67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@1x.png new file mode 100644 index 000000000..5845babd1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@2x.png new file mode 100644 index 000000000..ccca72ec4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@3x.png new file mode 100644 index 000000000..874aed847 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline24.imageset/VideoProcessOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/Contents.json new file mode 100644 index 000000000..cfd2e8b01 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoProcessOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoProcessOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoProcessOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@1x.png new file mode 100644 index 000000000..2604d3056 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@2x.png new file mode 100644 index 000000000..f15d39314 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@3x.png new file mode 100644 index 000000000..ff72b66de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoProcessOutline36.imageset/VideoProcessOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/Contents.json new file mode 100644 index 000000000..e2a633525 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQuality4K-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQuality4K-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQuality4K-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@1x.png new file mode 100644 index 000000000..0c24ee750 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@2x.png new file mode 100644 index 000000000..c4aba6752 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@3x.png new file mode 100644 index 000000000..30acb6f4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K16.imageset/VideoQuality4K-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/Contents.json new file mode 100644 index 000000000..850f5c062 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQuality4K-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQuality4K-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQuality4K-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@1x.png new file mode 100644 index 000000000..c820917f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@2x.png new file mode 100644 index 000000000..016a7db1f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@3x.png new file mode 100644 index 000000000..a9f848d83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K24.imageset/VideoQuality4K-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/Contents.json new file mode 100644 index 000000000..d21cbe41e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQuality4K-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQuality4K-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQuality4K-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@1x.png new file mode 100644 index 000000000..f3c6542c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@2x.png new file mode 100644 index 000000000..cf4e16d15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@3x.png new file mode 100644 index 000000000..acfc9b4ba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQuality4K36.imageset/VideoQuality4K-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/Contents.json new file mode 100644 index 000000000..87ee06793 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQualityHD-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQualityHD-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQualityHD-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@1x.png new file mode 100644 index 000000000..797948a11 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@2x.png new file mode 100644 index 000000000..41636cc76 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@3x.png new file mode 100644 index 000000000..4e1fb57aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD16.imageset/VideoQualityHD-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/Contents.json new file mode 100644 index 000000000..d5f8e4cbd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQualityHD-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQualityHD-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQualityHD-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@1x.png new file mode 100644 index 000000000..8ea1a291c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@2x.png new file mode 100644 index 000000000..366cfefbc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@3x.png new file mode 100644 index 000000000..86ec223bc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD24.imageset/VideoQualityHD-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/Contents.json new file mode 100644 index 000000000..77b2b9772 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoQualityHD-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoQualityHD-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoQualityHD-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@1x.png new file mode 100644 index 000000000..c47b8b5cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@2x.png new file mode 100644 index 000000000..1134182fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@3x.png new file mode 100644 index 000000000..e8cc780a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoQualityHD36.imageset/VideoQualityHD-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/Contents.json new file mode 100644 index 000000000..06f21345c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@1x.png new file mode 100644 index 000000000..f762fd3e2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@2x.png new file mode 100644 index 000000000..f663a06f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@3x.png new file mode 100644 index 000000000..0c01a8629 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill16.imageset/VideoRecordFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/Contents.json new file mode 100644 index 000000000..d498a993c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@1x.png new file mode 100644 index 000000000..559f7b46f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@2x.png new file mode 100644 index 000000000..d31e3b99f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@3x.png new file mode 100644 index 000000000..0705ed012 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill24.imageset/VideoRecordFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/Contents.json new file mode 100644 index 000000000..8caba6f7a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@1x.png new file mode 100644 index 000000000..5df88d1aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@2x.png new file mode 100644 index 000000000..911881781 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@3x.png new file mode 100644 index 000000000..de0905f45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordFill36.imageset/VideoRecordFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/Contents.json new file mode 100644 index 000000000..f9e9440fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@1x.png new file mode 100644 index 000000000..98d119e37 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@2x.png new file mode 100644 index 000000000..31bfb4c45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@3x.png new file mode 100644 index 000000000..951a0884d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline16.imageset/VideoRecordOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/Contents.json new file mode 100644 index 000000000..063e4ac24 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@1x.png new file mode 100644 index 000000000..f90ea7202 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@2x.png new file mode 100644 index 000000000..2442cef30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@3x.png new file mode 100644 index 000000000..95ed9dfdd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline24.imageset/VideoRecordOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/Contents.json new file mode 100644 index 000000000..520e0f3ee --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VideoRecordOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VideoRecordOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VideoRecordOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@1x.png new file mode 100644 index 000000000..ee0974142 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@2x.png new file mode 100644 index 000000000..512ffb547 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@3x.png new file mode 100644 index 000000000..03f577fce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VideoRecordOutline36.imageset/VideoRecordOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/Contents.json new file mode 100644 index 000000000..3223bd055 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@1x.png new file mode 100644 index 000000000..d488d72a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@2x.png new file mode 100644 index 000000000..b9926cf70 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@3x.png new file mode 100644 index 000000000..03bf31baa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill16.imageset/ViewBeautyFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/Contents.json new file mode 100644 index 000000000..81fe8f982 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@1x.png new file mode 100644 index 000000000..7b60d4194 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@2x.png new file mode 100644 index 000000000..360eeff2c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@3x.png new file mode 100644 index 000000000..1d8f882af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill24.imageset/ViewBeautyFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/Contents.json new file mode 100644 index 000000000..fdae6cff8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@1x.png new file mode 100644 index 000000000..310abd81a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@2x.png new file mode 100644 index 000000000..155f6db96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@3x.png new file mode 100644 index 000000000..3f846ae05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyFill36.imageset/ViewBeautyFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/Contents.json new file mode 100644 index 000000000..3807544d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@1x.png new file mode 100644 index 000000000..bb0327091 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@2x.png new file mode 100644 index 000000000..2dc748a6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@3x.png new file mode 100644 index 000000000..31b9cd822 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline16.imageset/ViewBeautyOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/Contents.json new file mode 100644 index 000000000..767f1cc28 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@1x.png new file mode 100644 index 000000000..1ed8c9b32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@2x.png new file mode 100644 index 000000000..550d06cfb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@3x.png new file mode 100644 index 000000000..02e884ceb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline24.imageset/ViewBeautyOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/Contents.json new file mode 100644 index 000000000..da5380e02 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewBeautyOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewBeautyOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewBeautyOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@1x.png new file mode 100644 index 000000000..4d6855758 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@2x.png new file mode 100644 index 000000000..bc3c13ac8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@3x.png new file mode 100644 index 000000000..17c17ff69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewBeautyOutline36.imageset/ViewBeautyOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/Contents.json new file mode 100644 index 000000000..5d13895a2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@1x.png new file mode 100644 index 000000000..6a84e2d8e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@2x.png new file mode 100644 index 000000000..771da93b2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@3x.png new file mode 100644 index 000000000..059dd7e2b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill16.imageset/ViewPersonFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/Contents.json new file mode 100644 index 000000000..c64d59ceb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@1x.png new file mode 100644 index 000000000..c89424b44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@2x.png new file mode 100644 index 000000000..43563da72 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@3x.png new file mode 100644 index 000000000..4fc65cee1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill24.imageset/ViewPersonFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/Contents.json new file mode 100644 index 000000000..42f5ce31d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@1x.png new file mode 100644 index 000000000..e1a2a6d7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@2x.png new file mode 100644 index 000000000..89cb0be35 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@3x.png new file mode 100644 index 000000000..b56d60be0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonFill36.imageset/ViewPersonFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/Contents.json new file mode 100644 index 000000000..144e77d75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@1x.png new file mode 100644 index 000000000..1d04d437f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@2x.png new file mode 100644 index 000000000..bf1e1427f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@3x.png new file mode 100644 index 000000000..ebc6dbe19 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline16.imageset/ViewPersonOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/Contents.json new file mode 100644 index 000000000..5aad9a993 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@1x.png new file mode 100644 index 000000000..80d492a5f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@2x.png new file mode 100644 index 000000000..ed86a8532 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@3x.png new file mode 100644 index 000000000..2afed0a07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline24.imageset/ViewPersonOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/Contents.json new file mode 100644 index 000000000..f1d14d88d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@1x.png new file mode 100644 index 000000000..abbeb1b16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@2x.png new file mode 100644 index 000000000..b229191e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@3x.png new file mode 100644 index 000000000..b86b2384b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonOutline36.imageset/ViewPersonOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/Contents.json new file mode 100644 index 000000000..61b5b7f63 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@1x.png new file mode 100644 index 000000000..bf4998104 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@2x.png new file mode 100644 index 000000000..b48d4c1bb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@3x.png new file mode 100644 index 000000000..eaac8e4a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill16.imageset/ViewPersonPanelLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/Contents.json new file mode 100644 index 000000000..d8b7f0535 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@1x.png new file mode 100644 index 000000000..4fcdd6080 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@2x.png new file mode 100644 index 000000000..0ee44264c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@3x.png new file mode 100644 index 000000000..976fd3a36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill24.imageset/ViewPersonPanelLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/Contents.json new file mode 100644 index 000000000..504f8f77a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@1x.png new file mode 100644 index 000000000..53f45ba3b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@2x.png new file mode 100644 index 000000000..29dfb70a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@3x.png new file mode 100644 index 000000000..a6c5d3550 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLFill36.imageset/ViewPersonPanelLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/Contents.json new file mode 100644 index 000000000..f3143e04a --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@1x.png new file mode 100644 index 000000000..64bd56a8a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@2x.png new file mode 100644 index 000000000..271b4a272 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@3x.png new file mode 100644 index 000000000..8e0dedcae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline16.imageset/ViewPersonPanelLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/Contents.json new file mode 100644 index 000000000..b866facd5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@1x.png new file mode 100644 index 000000000..64ae71844 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@2x.png new file mode 100644 index 000000000..4b75222fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@3x.png new file mode 100644 index 000000000..7ca81917f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline24.imageset/ViewPersonPanelLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/Contents.json new file mode 100644 index 000000000..eb07b9888 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@1x.png new file mode 100644 index 000000000..455c0bfc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@2x.png new file mode 100644 index 000000000..da489515d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@3x.png new file mode 100644 index 000000000..ca337b9a2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelLOutline36.imageset/ViewPersonPanelLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/Contents.json new file mode 100644 index 000000000..84de63cf9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@1x.png new file mode 100644 index 000000000..3fa6d717b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@2x.png new file mode 100644 index 000000000..70864e204 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@3x.png new file mode 100644 index 000000000..453aaa543 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill16.imageset/ViewPersonPanelRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/Contents.json new file mode 100644 index 000000000..a11e0b928 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@1x.png new file mode 100644 index 000000000..5782a1247 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@2x.png new file mode 100644 index 000000000..3dc1a4060 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@3x.png new file mode 100644 index 000000000..d527526f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill24.imageset/ViewPersonPanelRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/Contents.json new file mode 100644 index 000000000..8b5fd4b69 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@1x.png new file mode 100644 index 000000000..7fe638e6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@2x.png new file mode 100644 index 000000000..4b89a6744 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@3x.png new file mode 100644 index 000000000..228770fb4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelRFill36.imageset/ViewPersonPanelRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/Contents.json new file mode 100644 index 000000000..de6cc486e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@1x.png new file mode 100644 index 000000000..7d29cd1dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@2x.png new file mode 100644 index 000000000..f07399dee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@3x.png new file mode 100644 index 000000000..bbeea32ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline16.imageset/ViewPersonPanelROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/Contents.json new file mode 100644 index 000000000..3c8e8b089 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@1x.png new file mode 100644 index 000000000..cff4b33f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@2x.png new file mode 100644 index 000000000..001c0e813 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@3x.png new file mode 100644 index 000000000..a614c4200 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline24.imageset/ViewPersonPanelROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/Contents.json new file mode 100644 index 000000000..5e837081c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewPersonPanelROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@1x.png new file mode 100644 index 000000000..402a71eac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@2x.png new file mode 100644 index 000000000..ccb168c82 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@3x.png new file mode 100644 index 000000000..7ce9ec9c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewPersonPanelROutline36.imageset/ViewPersonPanelROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/Contents.json new file mode 100644 index 000000000..edc4df8c7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@1x.png new file mode 100644 index 000000000..80f3595a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@2x.png new file mode 100644 index 000000000..dfcab0fd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@3x.png new file mode 100644 index 000000000..39099c101 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill16.imageset/ViewScreen4Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/Contents.json new file mode 100644 index 000000000..76af007ec --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@1x.png new file mode 100644 index 000000000..c4dffada4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@2x.png new file mode 100644 index 000000000..9b8834d58 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@3x.png new file mode 100644 index 000000000..b1fba6350 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill24.imageset/ViewScreen4Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/Contents.json new file mode 100644 index 000000000..c8337af38 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@1x.png new file mode 100644 index 000000000..03cac595b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@2x.png new file mode 100644 index 000000000..957d95d6f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@3x.png new file mode 100644 index 000000000..46be8b46a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Fill36.imageset/ViewScreen4Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/Contents.json new file mode 100644 index 000000000..a73e728a9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@1x.png new file mode 100644 index 000000000..d640610d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@2x.png new file mode 100644 index 000000000..21c77e470 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@3x.png new file mode 100644 index 000000000..51a03bb78 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline16.imageset/ViewScreen4Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/Contents.json new file mode 100644 index 000000000..6da599d50 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@1x.png new file mode 100644 index 000000000..c0bbc213a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@2x.png new file mode 100644 index 000000000..13fc5c8a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@3x.png new file mode 100644 index 000000000..19bf20704 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline24.imageset/ViewScreen4Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/Contents.json new file mode 100644 index 000000000..3f7a11eb3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewScreen4Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewScreen4Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewScreen4Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@1x.png new file mode 100644 index 000000000..a1a9358c2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@2x.png new file mode 100644 index 000000000..b4e87b67f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@3x.png new file mode 100644 index 000000000..62141667a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewScreen4Outline36.imageset/ViewScreen4Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/Contents.json new file mode 100644 index 000000000..0e16ca1bb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@1x.png new file mode 100644 index 000000000..af1a53161 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@2x.png new file mode 100644 index 000000000..24fe15fee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@3x.png new file mode 100644 index 000000000..54f653a09 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill16.imageset/ViewSplit4Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/Contents.json new file mode 100644 index 000000000..e57a34600 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@1x.png new file mode 100644 index 000000000..e6318b0da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@2x.png new file mode 100644 index 000000000..b0fbe886d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@3x.png new file mode 100644 index 000000000..a3b4158f6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill24.imageset/ViewSplit4Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/Contents.json new file mode 100644 index 000000000..ee0167c31 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@1x.png new file mode 100644 index 000000000..6f3bda44d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@2x.png new file mode 100644 index 000000000..1e80bcc75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@3x.png new file mode 100644 index 000000000..65388b6df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Fill36.imageset/ViewSplit4Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/Contents.json new file mode 100644 index 000000000..03a4ddc9c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@1x.png new file mode 100644 index 000000000..62e71bebf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@2x.png new file mode 100644 index 000000000..f2bf85646 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@3x.png new file mode 100644 index 000000000..4a52e8a1d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline16.imageset/ViewSplit4Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/Contents.json new file mode 100644 index 000000000..e9ee1620c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@1x.png new file mode 100644 index 000000000..8ee919017 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@2x.png new file mode 100644 index 000000000..b118fbed9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@3x.png new file mode 100644 index 000000000..69f566137 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline24.imageset/ViewSplit4Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/Contents.json new file mode 100644 index 000000000..65272bea2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewSplit4Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewSplit4Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewSplit4Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@1x.png new file mode 100644 index 000000000..9ab4b9bd5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@2x.png new file mode 100644 index 000000000..adc24fc3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@3x.png new file mode 100644 index 000000000..d99cb89eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewSplit4Outline36.imageset/ViewSplit4Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/Contents.json new file mode 100644 index 000000000..725b7cf7c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderCard-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderCard-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderCard-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@1x.png new file mode 100644 index 000000000..bde0913de Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@2x.png new file mode 100644 index 000000000..cd0b3b6a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@3x.png new file mode 100644 index 000000000..62be55fe3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard16.imageset/ViewfinderCard-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/Contents.json new file mode 100644 index 000000000..b3ada8f13 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderCard-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderCard-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderCard-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@1x.png new file mode 100644 index 000000000..1ef9565cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@2x.png new file mode 100644 index 000000000..078c42b16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@3x.png new file mode 100644 index 000000000..a296c639f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard24.imageset/ViewfinderCard-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/Contents.json new file mode 100644 index 000000000..b90dfee75 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderCard-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderCard-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderCard-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@1x.png new file mode 100644 index 000000000..0eeede808 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@2x.png new file mode 100644 index 000000000..b17da520d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@3x.png new file mode 100644 index 000000000..b382fd851 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderCard36.imageset/ViewfinderCard-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/Contents.json new file mode 100644 index 000000000..c74d52733 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderFace-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderFace-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderFace-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@1x.png new file mode 100644 index 000000000..15591616e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@2x.png new file mode 100644 index 000000000..f1dd2e907 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@3x.png new file mode 100644 index 000000000..0cbbf550e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace16.imageset/ViewfinderFace-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/Contents.json new file mode 100644 index 000000000..179bc9134 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderFace-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderFace-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderFace-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@1x.png new file mode 100644 index 000000000..7e688c49a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@2x.png new file mode 100644 index 000000000..7bed0a5a5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@3x.png new file mode 100644 index 000000000..215f39fdb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace24.imageset/ViewfinderFace-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/Contents.json new file mode 100644 index 000000000..99bf0dd23 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderFace-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderFace-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderFace-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@1x.png new file mode 100644 index 000000000..d12c22dd8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@2x.png new file mode 100644 index 000000000..ecf23ef32 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@3x.png new file mode 100644 index 000000000..786f50025 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderFace36.imageset/ViewfinderFace-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/Contents.json new file mode 100644 index 000000000..2e9823af8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderQRCode-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderQRCode-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderQRCode-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@1x.png new file mode 100644 index 000000000..4aa74d50d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@2x.png new file mode 100644 index 000000000..2e593275c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@3x.png new file mode 100644 index 000000000..0d2e00794 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode16.imageset/ViewfinderQRCode-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/Contents.json new file mode 100644 index 000000000..565d1fd47 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderQRCode-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderQRCode-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderQRCode-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@1x.png new file mode 100644 index 000000000..7d27cc4b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@2x.png new file mode 100644 index 000000000..567431e52 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@3x.png new file mode 100644 index 000000000..6c88c916b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode24.imageset/ViewfinderQRCode-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/Contents.json new file mode 100644 index 000000000..336676943 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ViewfinderQRCode-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ViewfinderQRCode-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ViewfinderQRCode-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@1x.png new file mode 100644 index 000000000..2d12aa7d0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@2x.png new file mode 100644 index 000000000..653274cc0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@3x.png new file mode 100644 index 000000000..a0cc5b619 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ViewfinderQRCode36.imageset/ViewfinderQRCode-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Contents.json new file mode 100644 index 000000000..a0cb7d289 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Visa-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Visa-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Visa-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@1x.png new file mode 100644 index 000000000..50883865e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@2x.png new file mode 100644 index 000000000..93a530692 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@3x.png new file mode 100644 index 000000000..d2a4a7aa0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa16.imageset/Visa-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Contents.json new file mode 100644 index 000000000..37f508665 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Visa-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Visa-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Visa-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@1x.png new file mode 100644 index 000000000..aa25a2360 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@2x.png new file mode 100644 index 000000000..0beda6085 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@3x.png new file mode 100644 index 000000000..06066feca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa24.imageset/Visa-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Contents.json new file mode 100644 index 000000000..9fdae1326 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Visa-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Visa-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Visa-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@1x.png new file mode 100644 index 000000000..7fe80f0f0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@2x.png new file mode 100644 index 000000000..8ff445b95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@3x.png new file mode 100644 index 000000000..43e1a0ff9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Visa36.imageset/Visa-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/Contents.json new file mode 100644 index 000000000..4e1e86d05 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@1x.png new file mode 100644 index 000000000..e0b81f50d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@2x.png new file mode 100644 index 000000000..28ffe384f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@3x.png new file mode 100644 index 000000000..d0d2dfcf3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill16.imageset/VolumeLevel0Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/Contents.json new file mode 100644 index 000000000..b0ffff67d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@1x.png new file mode 100644 index 000000000..88eb29cd9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@2x.png new file mode 100644 index 000000000..f24af030b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@3x.png new file mode 100644 index 000000000..9ad572825 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill24.imageset/VolumeLevel0Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/Contents.json new file mode 100644 index 000000000..a45f8b634 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@1x.png new file mode 100644 index 000000000..77b885d41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@2x.png new file mode 100644 index 000000000..31a0d689a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@3x.png new file mode 100644 index 000000000..3f8f91e0d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Fill36.imageset/VolumeLevel0Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/Contents.json new file mode 100644 index 000000000..7d5332931 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@1x.png new file mode 100644 index 000000000..7152d12f1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@2x.png new file mode 100644 index 000000000..3a9e53c65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@3x.png new file mode 100644 index 000000000..f1c097873 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline16.imageset/VolumeLevel0Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/Contents.json new file mode 100644 index 000000000..455b68a17 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@1x.png new file mode 100644 index 000000000..09334a21a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@2x.png new file mode 100644 index 000000000..13c59039b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@3x.png new file mode 100644 index 000000000..5bad04b5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline24.imageset/VolumeLevel0Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/Contents.json new file mode 100644 index 000000000..cb2f3c47b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel0Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@1x.png new file mode 100644 index 000000000..4e682dc83 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@2x.png new file mode 100644 index 000000000..9cb85ef8b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@3x.png new file mode 100644 index 000000000..6c0a49295 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel0Outline36.imageset/VolumeLevel0Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/Contents.json new file mode 100644 index 000000000..929eef119 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@1x.png new file mode 100644 index 000000000..d2a271d7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@2x.png new file mode 100644 index 000000000..4e5f0fd47 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@3x.png new file mode 100644 index 000000000..4b7ccf851 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill16.imageset/VolumeLevel1Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/Contents.json new file mode 100644 index 000000000..5ff35be27 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@1x.png new file mode 100644 index 000000000..521fce807 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@2x.png new file mode 100644 index 000000000..4b9e1f361 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@3x.png new file mode 100644 index 000000000..b4f0db03d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill24.imageset/VolumeLevel1Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/Contents.json new file mode 100644 index 000000000..aff356962 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@1x.png new file mode 100644 index 000000000..6099221a0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@2x.png new file mode 100644 index 000000000..3102ee9d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@3x.png new file mode 100644 index 000000000..8c28b9a50 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Fill36.imageset/VolumeLevel1Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/Contents.json new file mode 100644 index 000000000..439698205 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@1x.png new file mode 100644 index 000000000..3c831e8d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@2x.png new file mode 100644 index 000000000..d4bfd0d69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@3x.png new file mode 100644 index 000000000..86cc332a7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline16.imageset/VolumeLevel1Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/Contents.json new file mode 100644 index 000000000..c3ed3b576 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@1x.png new file mode 100644 index 000000000..6fd2e8463 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@2x.png new file mode 100644 index 000000000..a4315e825 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@3x.png new file mode 100644 index 000000000..b973f2c39 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline24.imageset/VolumeLevel1Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/Contents.json new file mode 100644 index 000000000..67fc1e3e1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel1Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@1x.png new file mode 100644 index 000000000..d2d0be0b5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@2x.png new file mode 100644 index 000000000..5d585e477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@3x.png new file mode 100644 index 000000000..780532fad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel1Outline36.imageset/VolumeLevel1Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/Contents.json new file mode 100644 index 000000000..96c9304c0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@1x.png new file mode 100644 index 000000000..d299a350b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@2x.png new file mode 100644 index 000000000..e22e74376 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@3x.png new file mode 100644 index 000000000..b28ac9477 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill16.imageset/VolumeLevel2Fill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/Contents.json new file mode 100644 index 000000000..2ad30a91f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@1x.png new file mode 100644 index 000000000..aa4d9f8c8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@2x.png new file mode 100644 index 000000000..b0c94661a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@3x.png new file mode 100644 index 000000000..5a030be65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill24.imageset/VolumeLevel2Fill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/Contents.json new file mode 100644 index 000000000..d00b0d4db --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Fill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@1x.png new file mode 100644 index 000000000..9c98fedc6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@2x.png new file mode 100644 index 000000000..8a0934cff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@3x.png new file mode 100644 index 000000000..356051267 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Fill36.imageset/VolumeLevel2Fill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/Contents.json new file mode 100644 index 000000000..c868dd963 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@1x.png new file mode 100644 index 000000000..80d54b6e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@2x.png new file mode 100644 index 000000000..50d7e8f36 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@3x.png new file mode 100644 index 000000000..f5843be9d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline16.imageset/VolumeLevel2Outline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/Contents.json new file mode 100644 index 000000000..d6c854d98 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@1x.png new file mode 100644 index 000000000..256b7d3b7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@2x.png new file mode 100644 index 000000000..90a8d0062 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@3x.png new file mode 100644 index 000000000..8615b1723 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline24.imageset/VolumeLevel2Outline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/Contents.json new file mode 100644 index 000000000..fdf951da9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "VolumeLevel2Outline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@1x.png new file mode 100644 index 000000000..dbe7189e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@2x.png new file mode 100644 index 000000000..04be91a1a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@3x.png new file mode 100644 index 000000000..602916ce0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/VolumeLevel2Outline36.imageset/VolumeLevel2Outline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/Contents.json new file mode 100644 index 000000000..b19e40a12 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@1x.png new file mode 100644 index 000000000..623db18e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@2x.png new file mode 100644 index 000000000..0812a489e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@3x.png new file mode 100644 index 000000000..fd0f4a570 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill16.imageset/WalletAppleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/Contents.json new file mode 100644 index 000000000..9ecf4db66 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@1x.png new file mode 100644 index 000000000..081c43f6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@2x.png new file mode 100644 index 000000000..883892860 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@3x.png new file mode 100644 index 000000000..d56aa9e81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill24.imageset/WalletAppleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/Contents.json new file mode 100644 index 000000000..4dd347aa3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@1x.png new file mode 100644 index 000000000..716cb37f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@2x.png new file mode 100644 index 000000000..b1f11d0df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@3x.png new file mode 100644 index 000000000..ee81e4b81 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleFill36.imageset/WalletAppleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/Contents.json new file mode 100644 index 000000000..26fbe67b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@1x.png new file mode 100644 index 000000000..da328464a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@2x.png new file mode 100644 index 000000000..dc6d3b733 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@3x.png new file mode 100644 index 000000000..9107e352f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline16.imageset/WalletAppleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/Contents.json new file mode 100644 index 000000000..9de909f29 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@1x.png new file mode 100644 index 000000000..5cb8c22ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@2x.png new file mode 100644 index 000000000..51604d167 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@3x.png new file mode 100644 index 000000000..5f3c05ba5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline24.imageset/WalletAppleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/Contents.json new file mode 100644 index 000000000..e94ca6eba --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletAppleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletAppleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletAppleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@1x.png new file mode 100644 index 000000000..79b944aa1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@2x.png new file mode 100644 index 000000000..875250e9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@3x.png new file mode 100644 index 000000000..698d913ed Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletAppleOutline36.imageset/WalletAppleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/Contents.json new file mode 100644 index 000000000..a15d07dd1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@1x.png new file mode 100644 index 000000000..70900d4f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@2x.png new file mode 100644 index 000000000..633ee9c75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@3x.png new file mode 100644 index 000000000..cc174899e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill16.imageset/WalletFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/Contents.json new file mode 100644 index 000000000..6825dcc95 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@1x.png new file mode 100644 index 000000000..1644b2488 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@2x.png new file mode 100644 index 000000000..93222971e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@3x.png new file mode 100644 index 000000000..33a8920fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill24.imageset/WalletFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/Contents.json new file mode 100644 index 000000000..9b2d9bf81 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@1x.png new file mode 100644 index 000000000..6298793cd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@2x.png new file mode 100644 index 000000000..72687fd59 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@3x.png new file mode 100644 index 000000000..0c0d57574 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletFill36.imageset/WalletFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/Contents.json new file mode 100644 index 000000000..161179bcf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@1x.png new file mode 100644 index 000000000..b2fc08c3a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@2x.png new file mode 100644 index 000000000..d62e78aa6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@3x.png new file mode 100644 index 000000000..75d9895ab Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline16.imageset/WalletOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/Contents.json new file mode 100644 index 000000000..421ad4459 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@1x.png new file mode 100644 index 000000000..30d686fec Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@2x.png new file mode 100644 index 000000000..4f916cb65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@3x.png new file mode 100644 index 000000000..a58d4b72a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline24.imageset/WalletOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/Contents.json new file mode 100644 index 000000000..feaa76b80 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WalletOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WalletOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WalletOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@1x.png new file mode 100644 index 000000000..4b258753b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@2x.png new file mode 100644 index 000000000..0a5c15231 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@3x.png new file mode 100644 index 000000000..c18a9b6e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WalletOutline36.imageset/WalletOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/Contents.json new file mode 100644 index 000000000..ad558f1aa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@1x.png new file mode 100644 index 000000000..2629a99ef Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@2x.png new file mode 100644 index 000000000..6ecd8bad8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@3x.png new file mode 100644 index 000000000..4a28147db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill16.imageset/WasherFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/Contents.json new file mode 100644 index 000000000..e331809e5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@1x.png new file mode 100644 index 000000000..a7a4279d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@2x.png new file mode 100644 index 000000000..16a06cd9b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@3x.png new file mode 100644 index 000000000..28c73a008 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill24.imageset/WasherFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/Contents.json new file mode 100644 index 000000000..b117afa59 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@1x.png new file mode 100644 index 000000000..97fc4a979 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@2x.png new file mode 100644 index 000000000..743f9871b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@3x.png new file mode 100644 index 000000000..7b8931ca6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherFill36.imageset/WasherFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/Contents.json new file mode 100644 index 000000000..d088ac26e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@1x.png new file mode 100644 index 000000000..9f5af917a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@2x.png new file mode 100644 index 000000000..e8eb1fcd7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@3x.png new file mode 100644 index 000000000..5c1e2ebe3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline16.imageset/WasherOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/Contents.json new file mode 100644 index 000000000..197b399d7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@1x.png new file mode 100644 index 000000000..18d67a777 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@2x.png new file mode 100644 index 000000000..270fe2c27 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@3x.png new file mode 100644 index 000000000..dcd0f3b68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline24.imageset/WasherOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/Contents.json new file mode 100644 index 000000000..1cf02ab64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WasherOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WasherOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WasherOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@1x.png new file mode 100644 index 000000000..0a8f53e7c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@2x.png new file mode 100644 index 000000000..95232b025 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@3x.png new file mode 100644 index 000000000..b24fd4c6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WasherOutline36.imageset/WasherOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/Contents.json new file mode 100644 index 000000000..d33150d66 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@1x.png new file mode 100644 index 000000000..8df1c812d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@2x.png new file mode 100644 index 000000000..060f48077 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@3x.png new file mode 100644 index 000000000..c3434f197 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill16.imageset/WatchRectangleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/Contents.json new file mode 100644 index 000000000..f88a8d70d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@1x.png new file mode 100644 index 000000000..0eaae7c16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@2x.png new file mode 100644 index 000000000..634c1d2e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@3x.png new file mode 100644 index 000000000..f7c1a0089 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill24.imageset/WatchRectangleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/Contents.json new file mode 100644 index 000000000..da366362d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@1x.png new file mode 100644 index 000000000..4b3a202b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@2x.png new file mode 100644 index 000000000..5f0c24763 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@3x.png new file mode 100644 index 000000000..d6a0711eb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleFill36.imageset/WatchRectangleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/Contents.json new file mode 100644 index 000000000..37c71e4dd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@1x.png new file mode 100644 index 000000000..c5eb074e4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@2x.png new file mode 100644 index 000000000..1cdc83fe9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@3x.png new file mode 100644 index 000000000..8e3c4f35b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline16.imageset/WatchRectangleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/Contents.json new file mode 100644 index 000000000..3666683a7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@1x.png new file mode 100644 index 000000000..03f474e87 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@2x.png new file mode 100644 index 000000000..f17907b80 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@3x.png new file mode 100644 index 000000000..5f9d91734 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline24.imageset/WatchRectangleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/Contents.json new file mode 100644 index 000000000..5dc109be4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRectangleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRectangleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRectangleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@1x.png new file mode 100644 index 000000000..28784d9be Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@2x.png new file mode 100644 index 000000000..5bf17740b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@3x.png new file mode 100644 index 000000000..72ae6d9fc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRectangleOutline36.imageset/WatchRectangleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/Contents.json new file mode 100644 index 000000000..b0b05bbb7 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@1x.png new file mode 100644 index 000000000..c030f8b08 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@2x.png new file mode 100644 index 000000000..05ecca6c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@3x.png new file mode 100644 index 000000000..86d370ae5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill16.imageset/WatchRoundClockFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/Contents.json new file mode 100644 index 000000000..10ea4fa49 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@1x.png new file mode 100644 index 000000000..1d7288cb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@2x.png new file mode 100644 index 000000000..054ba9814 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@3x.png new file mode 100644 index 000000000..2b969b99c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill24.imageset/WatchRoundClockFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/Contents.json new file mode 100644 index 000000000..ec5305d89 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@1x.png new file mode 100644 index 000000000..72e23b823 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@2x.png new file mode 100644 index 000000000..2ce75b5c4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@3x.png new file mode 100644 index 000000000..74f1ca2e9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockFill36.imageset/WatchRoundClockFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/Contents.json new file mode 100644 index 000000000..ea12fca39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@1x.png new file mode 100644 index 000000000..0897efc3f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@2x.png new file mode 100644 index 000000000..a62699cc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@3x.png new file mode 100644 index 000000000..8075016c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline16.imageset/WatchRoundClockOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/Contents.json new file mode 100644 index 000000000..33461bd2f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@1x.png new file mode 100644 index 000000000..2d7051292 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@2x.png new file mode 100644 index 000000000..114e65dbf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@3x.png new file mode 100644 index 000000000..60323cd6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline24.imageset/WatchRoundClockOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/Contents.json new file mode 100644 index 000000000..ada574b82 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundClockOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@1x.png new file mode 100644 index 000000000..39461412d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@2x.png new file mode 100644 index 000000000..5cbd4850a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@3x.png new file mode 100644 index 000000000..94c43dd48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundClockOutline36.imageset/WatchRoundClockOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/Contents.json new file mode 100644 index 000000000..709f97530 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@1x.png new file mode 100644 index 000000000..666d8084c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@2x.png new file mode 100644 index 000000000..be78d1670 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@3x.png new file mode 100644 index 000000000..4a9233391 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill16.imageset/WatchRoundFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/Contents.json new file mode 100644 index 000000000..81f2a4541 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@1x.png new file mode 100644 index 000000000..527437422 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@2x.png new file mode 100644 index 000000000..1a5fafa5e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@3x.png new file mode 100644 index 000000000..493cfb320 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill24.imageset/WatchRoundFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/Contents.json new file mode 100644 index 000000000..1b8922ad3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@1x.png new file mode 100644 index 000000000..b0ed81579 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@2x.png new file mode 100644 index 000000000..4f4f89d69 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@3x.png new file mode 100644 index 000000000..4ee11f4fa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundFill36.imageset/WatchRoundFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/Contents.json new file mode 100644 index 000000000..d9d3aef5d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@1x.png new file mode 100644 index 000000000..e82ddf98e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@2x.png new file mode 100644 index 000000000..7de96bcc1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@3x.png new file mode 100644 index 000000000..97a737e75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline16.imageset/WatchRoundOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/Contents.json new file mode 100644 index 000000000..02d153dae --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@1x.png new file mode 100644 index 000000000..aae058dca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@2x.png new file mode 100644 index 000000000..5378da8a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@3x.png new file mode 100644 index 000000000..a10eae64a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline24.imageset/WatchRoundOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/Contents.json new file mode 100644 index 000000000..b0eaf5135 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WatchRoundOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WatchRoundOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WatchRoundOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@1x.png new file mode 100644 index 000000000..83a0f43a6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@2x.png new file mode 100644 index 000000000..472195d1e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@3x.png new file mode 100644 index 000000000..390ca78fe Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WatchRoundOutline36.imageset/WatchRoundOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/Contents.json new file mode 100644 index 000000000..f0bac24f8 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WaveLine-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WaveLine-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WaveLine-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@1x.png new file mode 100644 index 000000000..46fb902e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@2x.png new file mode 100644 index 000000000..9791e9454 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@3x.png new file mode 100644 index 000000000..93426d7a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine16.imageset/WaveLine-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/Contents.json new file mode 100644 index 000000000..e46ae8a46 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WaveLine-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WaveLine-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WaveLine-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@1x.png new file mode 100644 index 000000000..ca1f39a68 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@2x.png new file mode 100644 index 000000000..6e85e4bae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@3x.png new file mode 100644 index 000000000..8117c97d2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine24.imageset/WaveLine-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/Contents.json new file mode 100644 index 000000000..b0706f7d5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WaveLine-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WaveLine-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WaveLine-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@1x.png new file mode 100644 index 000000000..457b98372 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@2x.png new file mode 100644 index 000000000..4a1bde3ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@3x.png new file mode 100644 index 000000000..d9b6f449e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WaveLine36.imageset/WaveLine-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Contents.json new file mode 100644 index 000000000..cab710c38 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Waves-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Waves-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Waves-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@1x.png new file mode 100644 index 000000000..5f636204a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@2x.png new file mode 100644 index 000000000..1a14f1bf0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@3x.png new file mode 100644 index 000000000..263f2f6f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves16.imageset/Waves-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Contents.json new file mode 100644 index 000000000..1f6aefd39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Waves-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Waves-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Waves-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@1x.png new file mode 100644 index 000000000..f566433a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@2x.png new file mode 100644 index 000000000..4a7964ffc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@3x.png new file mode 100644 index 000000000..66adaca44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves24.imageset/Waves-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Contents.json new file mode 100644 index 000000000..daba2a61b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "Waves-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "Waves-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "Waves-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@1x.png new file mode 100644 index 000000000..b5b1a921b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@2x.png new file mode 100644 index 000000000..461698e6a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@3x.png new file mode 100644 index 000000000..bd43dcd4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/Waves36.imageset/Waves-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/Contents.json new file mode 100644 index 000000000..0027bed90 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WavesCross-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WavesCross-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WavesCross-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@1x.png new file mode 100644 index 000000000..f72bcc75b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@2x.png new file mode 100644 index 000000000..96583faba Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@3x.png new file mode 100644 index 000000000..ef5f02627 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross16.imageset/WavesCross-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/Contents.json new file mode 100644 index 000000000..548a9992b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WavesCross-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WavesCross-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WavesCross-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@1x.png new file mode 100644 index 000000000..2a7582f6c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@2x.png new file mode 100644 index 000000000..953977062 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@3x.png new file mode 100644 index 000000000..9510f5f75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross24.imageset/WavesCross-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/Contents.json new file mode 100644 index 000000000..8fe1db61b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WavesCross-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WavesCross-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WavesCross-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@1x.png new file mode 100644 index 000000000..c31617938 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@2x.png new file mode 100644 index 000000000..94f559ac0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@3x.png new file mode 100644 index 000000000..96d1e7894 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WavesCross36.imageset/WavesCross-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/Contents.json new file mode 100644 index 000000000..bddae636f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@1x.png new file mode 100644 index 000000000..f3f1d09aa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@2x.png new file mode 100644 index 000000000..fccccb9ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@3x.png new file mode 100644 index 000000000..f3c667f0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill16.imageset/WeatherFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/Contents.json new file mode 100644 index 000000000..f24d05436 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@1x.png new file mode 100644 index 000000000..d8a6253f9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@2x.png new file mode 100644 index 000000000..b79d30561 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@3x.png new file mode 100644 index 000000000..3a00871bd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill24.imageset/WeatherFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/Contents.json new file mode 100644 index 000000000..2c19684fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@1x.png new file mode 100644 index 000000000..0c7ed5692 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@2x.png new file mode 100644 index 000000000..7b9b4d1d9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@3x.png new file mode 100644 index 000000000..09f1478e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherFill36.imageset/WeatherFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/Contents.json new file mode 100644 index 000000000..c89ae2485 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@1x.png new file mode 100644 index 000000000..8f6d87841 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@2x.png new file mode 100644 index 000000000..85328e717 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@3x.png new file mode 100644 index 000000000..99c6023e0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline16.imageset/WeatherOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/Contents.json new file mode 100644 index 000000000..9e749e2bd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@1x.png new file mode 100644 index 000000000..8b8e1571d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@2x.png new file mode 100644 index 000000000..9dd642ef6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@3x.png new file mode 100644 index 000000000..9afd39381 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline24.imageset/WeatherOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/Contents.json new file mode 100644 index 000000000..877dd5ee3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WeatherOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WeatherOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WeatherOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@1x.png new file mode 100644 index 000000000..a52725db8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@2x.png new file mode 100644 index 000000000..f9f976f4c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@3x.png new file mode 100644 index 000000000..afdb6603b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WeatherOutline36.imageset/WeatherOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/Contents.json new file mode 100644 index 000000000..b043f832d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@1x.png new file mode 100644 index 000000000..ac40eab38 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@2x.png new file mode 100644 index 000000000..a87e63a4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@3x.png new file mode 100644 index 000000000..7171b9cee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill16.imageset/WhistleFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/Contents.json new file mode 100644 index 000000000..6e8d43c39 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@1x.png new file mode 100644 index 000000000..ed780746a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@2x.png new file mode 100644 index 000000000..e6177c7d6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@3x.png new file mode 100644 index 000000000..bf7800c65 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill24.imageset/WhistleFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/Contents.json new file mode 100644 index 000000000..b64cdfc0e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@1x.png new file mode 100644 index 000000000..b500c0440 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@2x.png new file mode 100644 index 000000000..7b2dbc98d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@3x.png new file mode 100644 index 000000000..b42af278e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleFill36.imageset/WhistleFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/Contents.json new file mode 100644 index 000000000..7ee6af97c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@1x.png new file mode 100644 index 000000000..0c859fddb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@2x.png new file mode 100644 index 000000000..80d1e0e5d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@3x.png new file mode 100644 index 000000000..8535c1c5a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline16.imageset/WhistleOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/Contents.json new file mode 100644 index 000000000..d647a48fd --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@1x.png new file mode 100644 index 000000000..a14ed80ac Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@2x.png new file mode 100644 index 000000000..d18d781da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@3x.png new file mode 100644 index 000000000..e6477c093 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline24.imageset/WhistleOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/Contents.json new file mode 100644 index 000000000..b17448e4f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhistleOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhistleOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhistleOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@1x.png new file mode 100644 index 000000000..0d8db3d53 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@2x.png new file mode 100644 index 000000000..7115b8606 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@3x.png new file mode 100644 index 000000000..22453a63a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhistleOutline36.imageset/WhistleOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/Contents.json new file mode 100644 index 000000000..39f755dd2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@1x.png new file mode 100644 index 000000000..0d2658414 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@2x.png new file mode 100644 index 000000000..8f3f6cb15 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@3x.png new file mode 100644 index 000000000..715865c21 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill16.imageset/WhiteboardFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/Contents.json new file mode 100644 index 000000000..b4a7e2196 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@1x.png new file mode 100644 index 000000000..439a969f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@2x.png new file mode 100644 index 000000000..387d8c067 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@3x.png new file mode 100644 index 000000000..673c58d44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill24.imageset/WhiteboardFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/Contents.json new file mode 100644 index 000000000..ed80b0e8c --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@1x.png new file mode 100644 index 000000000..816736cb8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@2x.png new file mode 100644 index 000000000..174ca3601 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@3x.png new file mode 100644 index 000000000..eab094b57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardFill36.imageset/WhiteboardFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/Contents.json new file mode 100644 index 000000000..a293b943b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@1x.png new file mode 100644 index 000000000..5d6a8c966 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@2x.png new file mode 100644 index 000000000..93c2b1919 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@3x.png new file mode 100644 index 000000000..dc357640f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline16.imageset/WhiteboardOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/Contents.json new file mode 100644 index 000000000..76bf099b6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@1x.png new file mode 100644 index 000000000..79d02f80d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@2x.png new file mode 100644 index 000000000..5913685f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@3x.png new file mode 100644 index 000000000..9ad384184 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline24.imageset/WhiteboardOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/Contents.json new file mode 100644 index 000000000..3e1a95746 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WhiteboardOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WhiteboardOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WhiteboardOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@1x.png new file mode 100644 index 000000000..43e00e334 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@2x.png new file mode 100644 index 000000000..37299826e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@3x.png new file mode 100644 index 000000000..dfcd2fff9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WhiteboardOutline36.imageset/WhiteboardOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/Contents.json new file mode 100644 index 000000000..ce81c1c02 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDash-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDash-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDash-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@1x.png new file mode 100644 index 000000000..ef0dd34fd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@2x.png new file mode 100644 index 000000000..98316a71d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@3x.png new file mode 100644 index 000000000..9ec7e16b1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash16.imageset/WifiDash-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/Contents.json new file mode 100644 index 000000000..71dbe3cb0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDash-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDash-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDash-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@1x.png new file mode 100644 index 000000000..6307957f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@2x.png new file mode 100644 index 000000000..2414cb9fb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@3x.png new file mode 100644 index 000000000..193369933 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash24.imageset/WifiDash-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/Contents.json new file mode 100644 index 000000000..86b844bc1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDash-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDash-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDash-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@1x.png new file mode 100644 index 000000000..5733b64b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@2x.png new file mode 100644 index 000000000..2b6cc59f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@3x.png new file mode 100644 index 000000000..6e034335e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDash36.imageset/WifiDash-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/Contents.json new file mode 100644 index 000000000..8052fdf77 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDefault-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDefault-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDefault-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@1x.png new file mode 100644 index 000000000..760b5c7d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@2x.png new file mode 100644 index 000000000..43c3db85a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@3x.png new file mode 100644 index 000000000..f444fa1c9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault16.imageset/WifiDefault-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/Contents.json new file mode 100644 index 000000000..d673ae34f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDefault-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDefault-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDefault-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@1x.png new file mode 100644 index 000000000..e47f37970 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@2x.png new file mode 100644 index 000000000..25a208371 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@3x.png new file mode 100644 index 000000000..adb6bc5f2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault24.imageset/WifiDefault-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/Contents.json new file mode 100644 index 000000000..d7a10f8b5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiDefault-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiDefault-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiDefault-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@1x.png new file mode 100644 index 000000000..6707e5a9a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@2x.png new file mode 100644 index 000000000..3fb736df2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@3x.png new file mode 100644 index 000000000..5cf3930f4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiDefault36.imageset/WifiDefault-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/Contents.json new file mode 100644 index 000000000..a1fe270fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiLock-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiLock-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiLock-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@1x.png new file mode 100644 index 000000000..40ff2d0dc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@2x.png new file mode 100644 index 000000000..bf007aaeb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@3x.png new file mode 100644 index 000000000..c73769663 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock16.imageset/WifiLock-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/Contents.json new file mode 100644 index 000000000..a4bf6e6fc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiLock-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiLock-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiLock-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@1x.png new file mode 100644 index 000000000..ed8121118 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@2x.png new file mode 100644 index 000000000..ebd394c4a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@3x.png new file mode 100644 index 000000000..4dc8a515f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock24.imageset/WifiLock-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/Contents.json new file mode 100644 index 000000000..dd78a9716 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WifiLock-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WifiLock-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WifiLock-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@1x.png new file mode 100644 index 000000000..05999e0e7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@2x.png new file mode 100644 index 000000000..bde7fcc8d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@3x.png new file mode 100644 index 000000000..655df16d5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WifiLock36.imageset/WifiLock-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/Contents.json new file mode 100644 index 000000000..73f462b64 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@1x.png new file mode 100644 index 000000000..b033a3100 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@2x.png new file mode 100644 index 000000000..fa5a6f971 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@3x.png new file mode 100644 index 000000000..aeeaafec6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill16.imageset/WindowFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/Contents.json new file mode 100644 index 000000000..f0a2788f6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@1x.png new file mode 100644 index 000000000..ace741429 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@2x.png new file mode 100644 index 000000000..67aa51c18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@3x.png new file mode 100644 index 000000000..e628da444 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill24.imageset/WindowFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/Contents.json new file mode 100644 index 000000000..7f0793375 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@1x.png new file mode 100644 index 000000000..af720cc77 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@2x.png new file mode 100644 index 000000000..db0aba838 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@3x.png new file mode 100644 index 000000000..cb89b4e92 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowFill36.imageset/WindowFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/Contents.json new file mode 100644 index 000000000..a0d403188 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@1x.png new file mode 100644 index 000000000..a10f05ca6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@2x.png new file mode 100644 index 000000000..6b36370f5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@3x.png new file mode 100644 index 000000000..d3fe1f54b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill16.imageset/WindowMaximizeLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/Contents.json new file mode 100644 index 000000000..e37d778d2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@1x.png new file mode 100644 index 000000000..a2e576dc9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@2x.png new file mode 100644 index 000000000..d4ecc2cc3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@3x.png new file mode 100644 index 000000000..8074a0bf4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill24.imageset/WindowMaximizeLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/Contents.json new file mode 100644 index 000000000..be1387245 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@1x.png new file mode 100644 index 000000000..61fc6e6a1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@2x.png new file mode 100644 index 000000000..604c5bf96 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@3x.png new file mode 100644 index 000000000..12a89e275 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLFill36.imageset/WindowMaximizeLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/Contents.json new file mode 100644 index 000000000..5bf6984ac --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@1x.png new file mode 100644 index 000000000..5ddf10481 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@2x.png new file mode 100644 index 000000000..64b59af07 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@3x.png new file mode 100644 index 000000000..85d95a1f7 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline16.imageset/WindowMaximizeLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/Contents.json new file mode 100644 index 000000000..30c572759 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@1x.png new file mode 100644 index 000000000..31b419df9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@2x.png new file mode 100644 index 000000000..6d9cfaa0a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@3x.png new file mode 100644 index 000000000..908de4d7f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline24.imageset/WindowMaximizeLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/Contents.json new file mode 100644 index 000000000..b98dbe18e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@1x.png new file mode 100644 index 000000000..f1e23a7c6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@2x.png new file mode 100644 index 000000000..f9a642166 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@3x.png new file mode 100644 index 000000000..69983d187 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeLOutline36.imageset/WindowMaximizeLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/Contents.json new file mode 100644 index 000000000..54b293599 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@1x.png new file mode 100644 index 000000000..db7925737 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@2x.png new file mode 100644 index 000000000..7b5c96d93 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@3x.png new file mode 100644 index 000000000..6f3e7ff89 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill16.imageset/WindowMaximizeRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/Contents.json new file mode 100644 index 000000000..74de123ef --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@1x.png new file mode 100644 index 000000000..69ce3cdc5 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@2x.png new file mode 100644 index 000000000..b5c6cd2a4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@3x.png new file mode 100644 index 000000000..9bcd87111 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill24.imageset/WindowMaximizeRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/Contents.json new file mode 100644 index 000000000..df95ef427 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@1x.png new file mode 100644 index 000000000..876b30278 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@2x.png new file mode 100644 index 000000000..77968f996 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@3x.png new file mode 100644 index 000000000..c986f6342 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeRFill36.imageset/WindowMaximizeRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/Contents.json new file mode 100644 index 000000000..94794bd9b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@1x.png new file mode 100644 index 000000000..7a8057527 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@2x.png new file mode 100644 index 000000000..ea2f2dfa3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@3x.png new file mode 100644 index 000000000..a4331e40f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline16.imageset/WindowMaximizeROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/Contents.json new file mode 100644 index 000000000..d43de4bb1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@1x.png new file mode 100644 index 000000000..75df71f6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@2x.png new file mode 100644 index 000000000..c1728b7d1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@3x.png new file mode 100644 index 000000000..386bf4b14 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline24.imageset/WindowMaximizeROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/Contents.json new file mode 100644 index 000000000..5e3a5ca43 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMaximizeROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@1x.png new file mode 100644 index 000000000..c5aeaa222 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@2x.png new file mode 100644 index 000000000..575eb412c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@3x.png new file mode 100644 index 000000000..4c68e04e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMaximizeROutline36.imageset/WindowMaximizeROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/Contents.json new file mode 100644 index 000000000..800adb209 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@1x.png new file mode 100644 index 000000000..3e518d8cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@2x.png new file mode 100644 index 000000000..9100b29c3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@3x.png new file mode 100644 index 000000000..13d53f408 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill16.imageset/WindowMinimizeLFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/Contents.json new file mode 100644 index 000000000..4b6d61c4d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@1x.png new file mode 100644 index 000000000..f203da833 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@2x.png new file mode 100644 index 000000000..1d3f54f2e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@3x.png new file mode 100644 index 000000000..f4d1fe735 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill24.imageset/WindowMinimizeLFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/Contents.json new file mode 100644 index 000000000..9a4cce1d1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@1x.png new file mode 100644 index 000000000..83235fa6b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@2x.png new file mode 100644 index 000000000..9e3098449 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@3x.png new file mode 100644 index 000000000..f8cb7a95d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLFill36.imageset/WindowMinimizeLFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/Contents.json new file mode 100644 index 000000000..97675a7ed --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@1x.png new file mode 100644 index 000000000..4bb1ba2ee Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@2x.png new file mode 100644 index 000000000..dceabaa41 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@3x.png new file mode 100644 index 000000000..5c61e2055 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline16.imageset/WindowMinimizeLOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/Contents.json new file mode 100644 index 000000000..15d554238 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@1x.png new file mode 100644 index 000000000..ba1da183c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@2x.png new file mode 100644 index 000000000..0393d7b84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@3x.png new file mode 100644 index 000000000..b65a8c076 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline24.imageset/WindowMinimizeLOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/Contents.json new file mode 100644 index 000000000..2b2960a7d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeLOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@1x.png new file mode 100644 index 000000000..57144c5b3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@2x.png new file mode 100644 index 000000000..6b2601626 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@3x.png new file mode 100644 index 000000000..d3bb6bb34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeLOutline36.imageset/WindowMinimizeLOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/Contents.json new file mode 100644 index 000000000..63b29aa84 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@1x.png new file mode 100644 index 000000000..b0f2da66e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@2x.png new file mode 100644 index 000000000..89af830ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@3x.png new file mode 100644 index 000000000..7a18d5195 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill16.imageset/WindowMinimizeRFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/Contents.json new file mode 100644 index 000000000..803dc8e5e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@1x.png new file mode 100644 index 000000000..ba2b28f7b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@2x.png new file mode 100644 index 000000000..34b407321 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@3x.png new file mode 100644 index 000000000..e776246f8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill24.imageset/WindowMinimizeRFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/Contents.json new file mode 100644 index 000000000..a54421d2d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeRFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@1x.png new file mode 100644 index 000000000..905238255 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@2x.png new file mode 100644 index 000000000..dfa38a52b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@3x.png new file mode 100644 index 000000000..a1a2a64cb Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeRFill36.imageset/WindowMinimizeRFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/Contents.json new file mode 100644 index 000000000..9a5843cb6 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@1x.png new file mode 100644 index 000000000..5563a088c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@2x.png new file mode 100644 index 000000000..785070707 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@3x.png new file mode 100644 index 000000000..dbd335faa Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline16.imageset/WindowMinimizeROutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/Contents.json new file mode 100644 index 000000000..a1554b59b --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@1x.png new file mode 100644 index 000000000..48be900ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@2x.png new file mode 100644 index 000000000..e8723e6ae Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@3x.png new file mode 100644 index 000000000..51e03a6d3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline24.imageset/WindowMinimizeROutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/Contents.json new file mode 100644 index 000000000..f92d3d82f --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMinimizeROutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@1x.png new file mode 100644 index 000000000..06c885d4f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@2x.png new file mode 100644 index 000000000..293369c05 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@3x.png new file mode 100644 index 000000000..fac0dd5ad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMinimizeROutline36.imageset/WindowMinimizeROutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/Contents.json new file mode 100644 index 000000000..7e56427eb --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@1x.png new file mode 100644 index 000000000..ddaf4aa18 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@2x.png new file mode 100644 index 000000000..9c9090219 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@3x.png new file mode 100644 index 000000000..f1a7c195d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill16.imageset/WindowMultiFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/Contents.json new file mode 100644 index 000000000..bbab88ccf --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@1x.png new file mode 100644 index 000000000..19ebacc7d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@2x.png new file mode 100644 index 000000000..7d8d75521 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@3x.png new file mode 100644 index 000000000..b0fd03f48 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill24.imageset/WindowMultiFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/Contents.json new file mode 100644 index 000000000..c4db35615 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@1x.png new file mode 100644 index 000000000..cfcccaa85 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@2x.png new file mode 100644 index 000000000..b70f99074 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@3x.png new file mode 100644 index 000000000..8bbda111c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiFill36.imageset/WindowMultiFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/Contents.json new file mode 100644 index 000000000..57a7f49bc --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@1x.png new file mode 100644 index 000000000..5b17e7601 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@2x.png new file mode 100644 index 000000000..69c45ecc2 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@3x.png new file mode 100644 index 000000000..3a497138f Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline16.imageset/WindowMultiOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/Contents.json new file mode 100644 index 000000000..1a9c260f2 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@1x.png new file mode 100644 index 000000000..5d6d6d395 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@2x.png new file mode 100644 index 000000000..d6b8f5c44 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@3x.png new file mode 100644 index 000000000..4efe15762 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline24.imageset/WindowMultiOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/Contents.json new file mode 100644 index 000000000..9ab7ae373 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowMultiOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowMultiOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowMultiOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@1x.png new file mode 100644 index 000000000..414ab5b30 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@2x.png new file mode 100644 index 000000000..9160aeb49 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@3x.png new file mode 100644 index 000000000..331034da4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowMultiOutline36.imageset/WindowMultiOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/Contents.json new file mode 100644 index 000000000..b6dad55f9 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@1x.png new file mode 100644 index 000000000..930a6588b Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@2x.png new file mode 100644 index 000000000..bac7d44ea Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@3x.png new file mode 100644 index 000000000..42c1e9e3c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline16.imageset/WindowOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/Contents.json new file mode 100644 index 000000000..b9c6de239 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@1x.png new file mode 100644 index 000000000..800405174 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@2x.png new file mode 100644 index 000000000..279c8bd45 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@3x.png new file mode 100644 index 000000000..534ab60ff Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline24.imageset/WindowOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/Contents.json new file mode 100644 index 000000000..e7053ed7e --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WindowOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WindowOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WindowOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@1x.png new file mode 100644 index 000000000..102d6a8d4 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@2x.png new file mode 100644 index 000000000..911c99449 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@3x.png new file mode 100644 index 000000000..976b23937 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WindowOutline36.imageset/WindowOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/Contents.json new file mode 100644 index 000000000..d8d7e19fa --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@1x.png new file mode 100644 index 000000000..6eb675558 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@2x.png new file mode 100644 index 000000000..c1e959718 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@3x.png new file mode 100644 index 000000000..4e9eeeb57 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill16.imageset/WrenchFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/Contents.json new file mode 100644 index 000000000..b808a3a67 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@1x.png new file mode 100644 index 000000000..a3e529c84 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@2x.png new file mode 100644 index 000000000..33a373144 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@3x.png new file mode 100644 index 000000000..c43a37436 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill24.imageset/WrenchFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/Contents.json new file mode 100644 index 000000000..044894325 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@1x.png new file mode 100644 index 000000000..14a67f003 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@2x.png new file mode 100644 index 000000000..0df88c2cf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@3x.png new file mode 100644 index 000000000..81b31b7e3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchFill36.imageset/WrenchFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/Contents.json new file mode 100644 index 000000000..f09533269 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@1x.png new file mode 100644 index 000000000..126ee036d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@2x.png new file mode 100644 index 000000000..0cf8f94ca Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@3x.png new file mode 100644 index 000000000..5b972d05a Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline16.imageset/WrenchOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/Contents.json new file mode 100644 index 000000000..e1aa016b0 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@1x.png new file mode 100644 index 000000000..f9f5391df Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@2x.png new file mode 100644 index 000000000..620bed102 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@3x.png new file mode 100644 index 000000000..0dcf092b9 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline24.imageset/WrenchOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/Contents.json new file mode 100644 index 000000000..43ae01161 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "WrenchOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "WrenchOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "WrenchOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@1x.png new file mode 100644 index 000000000..b3e07f17d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@2x.png new file mode 100644 index 000000000..f22be4465 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@3x.png new file mode 100644 index 000000000..bc5e4fbad Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/WrenchOutline36.imageset/WrenchOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/Contents.json new file mode 100644 index 000000000..1443d7d00 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@1x.png new file mode 100644 index 000000000..1b939fd26 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@2x.png new file mode 100644 index 000000000..d9be04e75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@3x.png new file mode 100644 index 000000000..a1c4b8c17 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill16.imageset/ZoomMinusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/Contents.json new file mode 100644 index 000000000..75a452990 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@1x.png new file mode 100644 index 000000000..46d927216 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@2x.png new file mode 100644 index 000000000..0a6d857cc Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@3x.png new file mode 100644 index 000000000..476d9e033 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill24.imageset/ZoomMinusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/Contents.json new file mode 100644 index 000000000..7b3368da3 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@1x.png new file mode 100644 index 000000000..52597f3db Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@2x.png new file mode 100644 index 000000000..9d57590b6 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@3x.png new file mode 100644 index 000000000..0af494bce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusFill36.imageset/ZoomMinusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/Contents.json new file mode 100644 index 000000000..474885e2d --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@1x.png new file mode 100644 index 000000000..6d20ffe24 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@2x.png new file mode 100644 index 000000000..85ac18d34 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@3x.png new file mode 100644 index 000000000..e1ea497da Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline16.imageset/ZoomMinusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/Contents.json new file mode 100644 index 000000000..f138113ea --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@1x.png new file mode 100644 index 000000000..f1e86fc94 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@2x.png new file mode 100644 index 000000000..843bccf16 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@3x.png new file mode 100644 index 000000000..4902f1b95 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline24.imageset/ZoomMinusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/Contents.json new file mode 100644 index 000000000..3c68ff486 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomMinusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomMinusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomMinusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@1x.png new file mode 100644 index 000000000..f6e1a2cb3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@2x.png new file mode 100644 index 000000000..2c76ff0e8 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@3x.png new file mode 100644 index 000000000..31e8db436 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomMinusOutline36.imageset/ZoomMinusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/Contents.json new file mode 100644 index 000000000..f6d359157 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusFill-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusFill-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusFill-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@1x.png new file mode 100644 index 000000000..71ccd7ce1 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@2x.png new file mode 100644 index 000000000..ae638d69e Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@3x.png new file mode 100644 index 000000000..dcf4d027c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill16.imageset/ZoomPlusFill-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/Contents.json new file mode 100644 index 000000000..4aec3c599 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusFill-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusFill-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusFill-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@1x.png new file mode 100644 index 000000000..b7d6f2047 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@2x.png new file mode 100644 index 000000000..61d7e2157 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@3x.png new file mode 100644 index 000000000..578f364af Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill24.imageset/ZoomPlusFill-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/Contents.json new file mode 100644 index 000000000..c6e970e44 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusFill-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusFill-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusFill-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@1x.png new file mode 100644 index 000000000..7b7e9e5dd Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@2x.png new file mode 100644 index 000000000..265894fa0 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@3x.png new file mode 100644 index 000000000..ae4d3bb8c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusFill36.imageset/ZoomPlusFill-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/Contents.json new file mode 100644 index 000000000..7c8f460f4 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusOutline-16@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusOutline-16@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusOutline-16@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@1x.png new file mode 100644 index 000000000..c5acaf8ce Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@2x.png new file mode 100644 index 000000000..9c0d95f63 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@3x.png new file mode 100644 index 000000000..89b1acc6d Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline16.imageset/ZoomPlusOutline-16@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/Contents.json new file mode 100644 index 000000000..328f8b6f1 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusOutline-24@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusOutline-24@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusOutline-24@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@1x.png new file mode 100644 index 000000000..33d7b2f75 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@2x.png new file mode 100644 index 000000000..a141909bf Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@3x.png new file mode 100644 index 000000000..9b2381d0c Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline24.imageset/ZoomPlusOutline-24@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/Contents.json b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/Contents.json new file mode 100644 index 000000000..0899e6ee5 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "images": [ + { + "scale": "1x", + "idiom": "universal", + "filename": "ZoomPlusOutline-36@1x.png" + }, + { + "scale": "2x", + "idiom": "universal", + "filename": "ZoomPlusOutline-36@2x.png" + }, + { + "scale": "3x", + "idiom": "universal", + "filename": "ZoomPlusOutline-36@3x.png" + } + ] +} \ No newline at end of file diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@1x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@1x.png new file mode 100644 index 000000000..e10955de3 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@1x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@2x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@2x.png new file mode 100644 index 000000000..93092bf06 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@2x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@3x.png b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@3x.png new file mode 100644 index 000000000..1e4b65306 Binary files /dev/null and b/SDDSIcons/Sources/SDDSIcons/Assets.xcassets/ZoomPlusOutline36.imageset/ZoomPlusOutline-36@3x.png differ diff --git a/SDDSIcons/Sources/SDDSIcons/SDDSIcons.h b/SDDSIcons/Sources/SDDSIcons/SDDSIcons.h new file mode 100644 index 000000000..1ee90c192 --- /dev/null +++ b/SDDSIcons/Sources/SDDSIcons/SDDSIcons.h @@ -0,0 +1,11 @@ +#import + +//! Project version number for SDDSIcons. +FOUNDATION_EXPORT double SDDSIconsVersionNumber; + +//! Project version string for SDDSIcons. +FOUNDATION_EXPORT const unsigned char SDDSIconsVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SDDSSwiftUI/LICENCE.txt b/SDDSSwiftUI/LICENCE.txt deleted file mode 100644 index 4ac192b87..000000000 --- a/SDDSSwiftUI/LICENCE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) Salute Devices - -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/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/project.pbxproj b/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/project.pbxproj deleted file mode 100644 index 8a66c0819..000000000 --- a/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/project.pbxproj +++ /dev/null @@ -1,512 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 56; - objects = { - -/* Begin PBXBuildFile section */ - 2430DE7C2BB5B52100277123 /* SDDSSwiftUI.docc in Sources */ = {isa = PBXBuildFile; fileRef = 2430DE7B2BB5B52100277123 /* SDDSSwiftUI.docc */; }; - 2430DE822BB5B52100277123 /* SDDSSwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DE772BB5B52100277123 /* SDDSSwiftUI.framework */; }; - 2430DE872BB5B52100277123 /* SDDSSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2430DE862BB5B52100277123 /* SDDSSwiftUITests.swift */; }; - 2430DE882BB5B52100277123 /* SDDSSwiftUI.h in Headers */ = {isa = PBXBuildFile; fileRef = 2430DE7A2BB5B52100277123 /* SDDSSwiftUI.h */; settings = {ATTRIBUTES = (Public, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 2430DE832BB5B52100277123 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2430DE6E2BB5B52100277123 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2430DE762BB5B52100277123; - remoteInfo = SDDSSwiftUI; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 2430DE772BB5B52100277123 /* SDDSSwiftUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSSwiftUI.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2430DE7A2BB5B52100277123 /* SDDSSwiftUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSSwiftUI.h; sourceTree = ""; }; - 2430DE7B2BB5B52100277123 /* SDDSSwiftUI.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = SDDSSwiftUI.docc; sourceTree = ""; }; - 2430DE812BB5B52100277123 /* SDDSSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 2430DE862BB5B52100277123 /* SDDSSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSSwiftUITests.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 2430DE742BB5B52100277123 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DE7E2BB5B52100277123 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DE822BB5B52100277123 /* SDDSSwiftUI.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 2430DE6D2BB5B52100277123 = { - isa = PBXGroup; - children = ( - 2430DE792BB5B52100277123 /* SDDSSwiftUI */, - 2430DE852BB5B52100277123 /* SDDSSwiftUITests */, - 2430DE782BB5B52100277123 /* Products */, - ); - sourceTree = ""; - }; - 2430DE782BB5B52100277123 /* Products */ = { - isa = PBXGroup; - children = ( - 2430DE772BB5B52100277123 /* SDDSSwiftUI.framework */, - 2430DE812BB5B52100277123 /* SDDSSwiftUITests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 2430DE792BB5B52100277123 /* SDDSSwiftUI */ = { - isa = PBXGroup; - children = ( - 2430DE7A2BB5B52100277123 /* SDDSSwiftUI.h */, - 2430DE7B2BB5B52100277123 /* SDDSSwiftUI.docc */, - ); - path = SDDSSwiftUI; - sourceTree = ""; - }; - 2430DE852BB5B52100277123 /* SDDSSwiftUITests */ = { - isa = PBXGroup; - children = ( - 2430DE862BB5B52100277123 /* SDDSSwiftUITests.swift */, - ); - path = SDDSSwiftUITests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 2430DE722BB5B52100277123 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DE882BB5B52100277123 /* SDDSSwiftUI.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 2430DE762BB5B52100277123 /* SDDSSwiftUI */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2430DE8B2BB5B52100277123 /* Build configuration list for PBXNativeTarget "SDDSSwiftUI" */; - buildPhases = ( - 2430DE722BB5B52100277123 /* Headers */, - 2430DE732BB5B52100277123 /* Sources */, - 2430DE742BB5B52100277123 /* Frameworks */, - 2430DE752BB5B52100277123 /* Resources */, - 2430DEE82BB6B31900277123 /* Lint */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SDDSSwiftUI; - productName = SDDSSwiftUI; - productReference = 2430DE772BB5B52100277123 /* SDDSSwiftUI.framework */; - productType = "com.apple.product-type.framework"; - }; - 2430DE802BB5B52100277123 /* SDDSSwiftUITests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2430DE8E2BB5B52100277123 /* Build configuration list for PBXNativeTarget "SDDSSwiftUITests" */; - buildPhases = ( - 2430DE7D2BB5B52100277123 /* Sources */, - 2430DE7E2BB5B52100277123 /* Frameworks */, - 2430DE7F2BB5B52100277123 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 2430DE842BB5B52100277123 /* PBXTargetDependency */, - ); - name = SDDSSwiftUITests; - productName = SDDSSwiftUITests; - productReference = 2430DE812BB5B52100277123 /* SDDSSwiftUITests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 2430DE6E2BB5B52100277123 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1520; - LastUpgradeCheck = 1520; - TargetAttributes = { - 2430DE762BB5B52100277123 = { - CreatedOnToolsVersion = 15.2; - }; - 2430DE802BB5B52100277123 = { - CreatedOnToolsVersion = 15.2; - }; - }; - }; - buildConfigurationList = 2430DE712BB5B52100277123 /* Build configuration list for PBXProject "SDDSSwiftUI" */; - compatibilityVersion = "Xcode 14.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 2430DE6D2BB5B52100277123; - productRefGroup = 2430DE782BB5B52100277123 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 2430DE762BB5B52100277123 /* SDDSSwiftUI */, - 2430DE802BB5B52100277123 /* SDDSSwiftUITests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 2430DE752BB5B52100277123 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DE7F2BB5B52100277123 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 2430DEE82BB6B31900277123 /* Lint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = Lint; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [ \"$SKIP_LINT\" == \"YES\" ]; then\n echo \"Skipping Lint...\"\n exit 0\nfi\n\n/bin/sh \"${SRCROOT}/../lint.sh\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 2430DE732BB5B52100277123 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DE7C2BB5B52100277123 /* SDDSSwiftUI.docc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DE7D2BB5B52100277123 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DE872BB5B52100277123 /* SDDSSwiftUITests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 2430DE842BB5B52100277123 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 2430DE762BB5B52100277123 /* SDDSSwiftUI */; - targetProxy = 2430DE832BB5B52100277123 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 2430DE892BB5B52100277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_C_LANGUAGE_STANDARD = gnu17; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2430DE8A2BB5B52100277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GCC_C_LANGUAGE_STANDARD = gnu17; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2430DE8C2BB5B52100277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = KDMYYG676V; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSSwiftUI; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2430DE8D2BB5B52100277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = KDMYYG676V; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSSwiftUI; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 2430DE8F2BB5B52100277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSSwiftUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2430DE902BB5B52100277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSSwiftUITests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 2430DE712BB5B52100277123 /* Build configuration list for PBXProject "SDDSSwiftUI" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DE892BB5B52100277123 /* Debug */, - 2430DE8A2BB5B52100277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2430DE8B2BB5B52100277123 /* Build configuration list for PBXNativeTarget "SDDSSwiftUI" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DE8C2BB5B52100277123 /* Debug */, - 2430DE8D2BB5B52100277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2430DE8E2BB5B52100277123 /* Build configuration list for PBXNativeTarget "SDDSSwiftUITests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DE8F2BB5B52100277123 /* Debug */, - 2430DE902BB5B52100277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 2430DE6E2BB5B52100277123 /* Project object */; -} diff --git a/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUI.xcscheme b/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUI.xcscheme deleted file mode 100644 index 6faa9810e..000000000 --- a/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUI.xcscheme +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUITests.xcscheme b/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUITests.xcscheme deleted file mode 100644 index 7008e8c33..000000000 --- a/SDDSSwiftUI/SDDSSwiftUI.xcodeproj/xcshareddata/xcschemes/SDDSSwiftUITests.xcscheme +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.docc/SDDSSwiftUI.md b/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.docc/SDDSSwiftUI.md deleted file mode 100755 index fcf03e4a4..000000000 --- a/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.docc/SDDSSwiftUI.md +++ /dev/null @@ -1,13 +0,0 @@ -# ``SDDSSwiftUI`` - -Summary - -## Overview - -Text - -## Topics - -### Group - -- ``Symbol`` \ No newline at end of file diff --git a/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.h b/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.h deleted file mode 100644 index d8562fdf2..000000000 --- a/SDDSSwiftUI/SDDSSwiftUI/SDDSSwiftUI.h +++ /dev/null @@ -1,11 +0,0 @@ -#import - -//! Project version number for SDDSSwiftUI. -FOUNDATION_EXPORT double SDDSSwiftUIVersionNumber; - -//! Project version string for SDDSSwiftUI. -FOUNDATION_EXPORT const unsigned char SDDSSwiftUIVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/SDDSSwiftUI/SDDSSwiftUITests/SDDSSwiftUITests.swift b/SDDSSwiftUI/SDDSSwiftUITests/SDDSSwiftUITests.swift deleted file mode 100644 index 1ddd2d4e2..000000000 --- a/SDDSSwiftUI/SDDSSwiftUITests/SDDSSwiftUITests.swift +++ /dev/null @@ -1,29 +0,0 @@ -import XCTest -@testable import SDDSSwiftUI - -final class SDDSSwiftUITests: XCTestCase { - - override func setUpWithError() throws { - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDownWithError() throws { - // Put teardown code here. This method is called after the invocation of each test method in the class. - } - - func testExample() throws { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct results. - // Any test you write for XCTest can be annotated as throws and async. - // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error. - // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards. - } - - func testPerformanceExample() throws { - // This is an example of a performance test case. - self.measure { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/SDDSThemeBuilder/Output/0.1.0.zip b/SDDSThemeBuilder/Output/0.1.0.zip new file mode 100644 index 000000000..08cae98af Binary files /dev/null and b/SDDSThemeBuilder/Output/0.1.0.zip differ diff --git a/SDDSThemeBuilder/Output/general.json b/SDDSThemeBuilder/Output/general.json new file mode 100644 index 000000000..35bb2c13e --- /dev/null +++ b/SDDSThemeBuilder/Output/general.json @@ -0,0 +1,308 @@ +{ + "red": { + "1000": "#120809", + "950": "#2E090D", + "900": "#4A0D13", + "850": "#6B1019", + "800": "#9C1422", + "700": "#E31227", + "600": "#F31B31", + "500": "#FF293E", + "400": "#FF3D51", + "300": "#FF8F9A", + "250": "#FEB3BB", + "200": "#FECDD2", + "150": "#FFE0E3", + "100": "#FFF5F6", + "50": "#FFFFFF" + }, + "orange": { + "1000": "#100904", + "950": "#291205", + "900": "#3D1D0A", + "850": "#5C2709", + "800": "#85380C", + "700": "#D14D00", + "600": "#E85702", + "500": "#FA5F05", + "400": "#FF7024", + "300": "#FD9C68", + "250": "#FFB38A", + "200": "#FFD1B8", + "150": "#FEE2D2", + "100": "#FFF5F0", + "50": "#FFFFFF" + }, + "amber": { + "1000": "#0F0A01", + "950": "#211807", + "900": "#332200", + "850": "#493203", + "800": "#694907", + "700": "#A16B00", + "600": "#AF7604", + "500": "#BB7F07", + "400": "#CC8800", + "300": "#F3A912", + "250": "#F7BA40", + "200": "#FFD37A", + "150": "#FFE4AE", + "100": "#FFF6E5", + "50": "#FFFFFF" + }, + "gold": { + "1000": "#0D0B03", + "950": "#1F1903", + "900": "#2B2408", + "850": "#403507", + "800": "#5E4D08", + "700": "#8F7200", + "600": "#997B06", + "500": "#A68503", + "400": "#B79201", + "300": "#DCB104", + "250": "#F0C105", + "200": "#FFD83D", + "150": "#FFE88A", + "100": "#FFF7D6", + "50": "#FFFFFF" + }, + "sunny": { + "1000": "#0C0B04", + "950": "#1C1B03", + "900": "#28260B", + "850": "#39370F", + "800": "#55510C", + "700": "#7B7609", + "600": "#847E0B", + "500": "#918A0D", + "400": "#A29A07", + "300": "#C3B904", + "250": "#DBD000", + "200": "#EBDF00", + "150": "#F9EE2F", + "100": "#FDFBC9", + "50": "#FFFFFF" + }, + "spring": { + "1000": "#080A05", + "950": "#151C08", + "900": "#1E290A", + "850": "#2B3C0B", + "800": "#3C570A", + "700": "#567D0C", + "600": "#588604", + "500": "#629405", + "400": "#6FA706", + "300": "#83C804", + "250": "#93E006", + "200": "#A8F31B", + "150": "#C5FC5F", + "100": "#EEFCD4", + "50": "#FFFFFF" + }, + "herbal": { + "1000": "#050A05", + "950": "#071F07", + "900": "#082B08", + "850": "#084008", + "800": "#055C05", + "700": "#108210", + "600": "#0B8C0B", + "500": "#0C9C0C", + "400": "#15B015", + "300": "#17D317", + "250": "#3CE73C", + "200": "#69F769", + "150": "#94FF94", + "100": "#E0FFE0", + "50": "#FFFFFF" + }, + "green": { + "1000": "#050A06", + "950": "#071F0C", + "900": "#0A2B10", + "850": "#0A4014", + "800": "#095C18", + "700": "#0D8523", + "600": "#108E26", + "500": "#1A9E32", + "400": "#24B23E", + "300": "#28D247", + "250": "#45E362", + "200": "#77F38E", + "150": "#9EFAAF", + "100": "#E0FFE9", + "50": "#FFFFFF" + }, + "arctic": { + "1000": "#040A08", + "950": "#041F17", + "900": "#072B21", + "850": "#093E2F", + "800": "#0E5944", + "700": "#197D61", + "600": "#0A8A66", + "500": "#05996F", + "400": "#00AC7B", + "300": "#14CC98", + "250": "#3FE0B1", + "200": "#52F2C5", + "150": "#8DFBDC", + "100": "#DBFFF5", + "50": "#FFFFFF" + }, + "malachite": { + "1000": "#040A0A", + "950": "#0A1C1C", + "900": "#0D2A2B", + "850": "#0A3D3D", + "800": "#0C585A", + "700": "#007D80", + "600": "#0C8688", + "500": "#0C9597", + "400": "#0DA8AB", + "300": "#04C6C9", + "250": "#00DDE0", + "200": "#18EFF2", + "150": "#88F9FB", + "100": "#E6FCFC", + "50": "#FFFFFF" + }, + "skyBlue": { + "1000": "#020B0D", + "950": "#061B21", + "900": "#052933", + "850": "#073C4B", + "800": "#04566C", + "700": "#007899", + "600": "#0382A6", + "500": "#0492B9", + "400": "#00A4D1", + "300": "#12C2F3", + "250": "#4AD6FC", + "200": "#8AE6FF", + "150": "#B8F0FF", + "100": "#E8FAFF", + "50": "#FFFFFF" + }, + "blue": { + "1000": "#030A0E", + "950": "#0A1924", + "900": "#0C283B", + "850": "#0D3B59", + "800": "#0D5382", + "700": "#0C72B6", + "600": "#0B7ECB", + "500": "#118CDF", + "400": "#199AF0", + "300": "#52BAFF", + "250": "#85CEFF", + "200": "#B0DFFF", + "150": "#CFECFF", + "100": "#EDF8FF", + "50": "#FFFFFF" + }, + "electricBlue": { + "1000": "#010712", + "950": "#0A162B", + "900": "#082254", + "850": "#0C327A", + "800": "#1549AB", + "700": "#2969E3", + "600": "#2A72F8", + "500": "#3F81FD", + "400": "#528EFF", + "300": "#8BB2FC", + "250": "#A9C7FE", + "200": "#C7DAFF", + "150": "#DEE9FF", + "100": "#F2F7FF", + "50": "#FFFFFF" + }, + "orchid": { + "1000": "#0B080D", + "950": "#200F2B", + "900": "#36154C", + "850": "#501A74", + "800": "#722BA1", + "700": "#A139E5", + "600": "#AD42F5", + "500": "#B559F3", + "400": "#C46BFF", + "300": "#D39CF7", + "250": "#DEB7F7", + "200": "#EAD0FB", + "150": "#F4E3FF", + "100": "#FBF5FF", + "50": "#FFFFFF" + }, + "fuchsia": { + "1000": "#0D050B", + "950": "#290923", + "900": "#450E3C", + "850": "#5E1A53", + "800": "#8A2178", + "700": "#C427AA", + "600": "#D62BBA", + "500": "#E833CA", + "400": "#F155D7", + "300": "#F391E2", + "250": "#F7B0EB", + "200": "#F9CDF2", + "150": "#FDE3F8", + "100": "#FFF2FD", + "50": "#FFFFFF" + }, + "pink": { + "1000": "#0D080A", + "950": "#2B0A17", + "900": "#4B0B25", + "850": "#6C0931", + "800": "#9B0D46", + "700": "#DB0D60", + "600": "#F00563", + "500": "#FF1F78", + "400": "#FF4791", + "300": "#FF8FBC", + "250": "#FFADCE", + "200": "#FFCCE0", + "150": "#FFE0ED", + "100": "#FFF5F9", + "50": "#FFFFFF" + }, + "coolGray": { + "1000": "#060A0C", + "950": "#13181B", + "900": "#23292D", + "850": "#30373C", + "800": "#485056", + "700": "#657179", + "600": "#707C84", + "500": "#7B868E", + "400": "#8A959D", + "300": "#ADB9C2", + "250": "#C0CBD3", + "200": "#D5DFE6", + "150": "#E8EEF2", + "100": "#F2F5F8", + "50": "#F7F9FB" + }, + "gray": { + "1000": "#080808", + "950": "#171717", + "900": "#262626", + "850": "#363636", + "800": "#4E4E4E", + "700": "#707070", + "600": "#7A7A7A", + "500": "#858585", + "400": "#949494", + "300": "#B3B3B3", + "250": "#C7C7C7", + "200": "#DDDDDD", + "150": "#ECECEC", + "100": "#F5F5F5", + "50": "#F9F9F9" + } +} diff --git a/SDDSThemeBuilder/SDDSTheme/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/SDDSThemeBuilder/SDDSTheme/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SDDSThemeBuilder/SDDSTheme/Package.swift b/SDDSThemeBuilder/SDDSTheme/Package.swift new file mode 100644 index 000000000..44cdaeb04 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Package.swift @@ -0,0 +1,28 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "SDDSTheme", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "SDDSTheme", + targets: ["SDDSTheme"]), + ], + dependencies: [ + .package(name: "SDDSThemeCore", path: "../SDDSThemeCore") + ], + targets: [ + .target( + name: "SDDSTheme", + dependencies: ["SDDSThemeCore"], + path: "Sources/SDDSTheme", + exclude: ["SDDSTheme.h"], + resources: [ + .process("Fonts") + ] + ) + ] +) diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Bold.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Bold.otf new file mode 100644 index 000000000..3879d0679 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Bold.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Light.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Light.otf new file mode 100644 index 000000000..48debb710 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Light.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Medium.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Medium.otf new file mode 100644 index 000000000..6051e0bda Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Medium.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Regular.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Regular.otf new file mode 100644 index 000000000..440fd77bd Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Regular.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Semibold.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Semibold.otf new file mode 100644 index 000000000..34fe5df19 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Semibold.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Thin.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Thin.otf new file mode 100644 index 000000000..bfb3ab648 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansDisplay-Thin.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Bold.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Bold.otf new file mode 100644 index 000000000..eabb4605c Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Bold.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-BoldItalic.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-BoldItalic.otf new file mode 100644 index 000000000..09a8373bb Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-BoldItalic.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Italic.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Italic.otf new file mode 100644 index 000000000..c89ce926f Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Italic.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Light.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Light.otf new file mode 100644 index 000000000..d55bbccf4 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Light.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-LightItalic.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-LightItalic.otf new file mode 100644 index 000000000..3bab1b9ac Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-LightItalic.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Medium.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Medium.otf new file mode 100644 index 000000000..1ca217343 Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Medium.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Regular.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Regular.otf new file mode 100644 index 000000000..40ba0fbef Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Regular.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Semibold.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Semibold.otf new file mode 100644 index 000000000..338f5c49d Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Semibold.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-SemiboldItalic.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-SemiboldItalic.otf new file mode 100644 index 000000000..b492b920e Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-SemiboldItalic.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Thin.otf b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Thin.otf new file mode 100644 index 000000000..ab036e7ae Binary files /dev/null and b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Fonts/SBSansText-Thin.otf differ diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ColorToken+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ColorToken+Generated.swift new file mode 100644 index 000000000..202c950f7 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ColorToken+Generated.swift @@ -0,0 +1,5190 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public extension ColorToken { + static var backgroundDarkPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#080808")), + lightColor: Color(UIColor(hex: "#080808")) + ) + } + static var backgroundDarkSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundDarkTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundDefaultPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#080808")), + lightColor: Color(UIColor(hex: "#F9F9F9")) + ) + } + static var backgroundDefaultSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundDefaultTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundInversePrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9")), + lightColor: Color(UIColor(hex: "#080808")) + ) + } + static var backgroundInverseSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundInverseTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundLightPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9")), + lightColor: Color(UIColor(hex: "#F9F9F9")) + ) + } + static var backgroundLightSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var backgroundLightTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultClear: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineDefaultWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineDefaultWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineDefaultWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseClear: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInversePositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInversePositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInversePositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInversePositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInversePositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInversePositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInversePromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInversePromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInversePromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInversePromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInversePromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInversePromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineInverseWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineInverseWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineInverseWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkClear: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnDarkWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnDarkWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnDarkWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightClear: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var outlineOnLightWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var outlineOnLightWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var outlineOnLightWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var overlayDefaultBlur: Self { + Self( + darkColor: Color(UIColor(hex: "#08080847")), + lightColor: Color(UIColor(hex: "#F9F9F947")) + ) + } + static var overlayDefaultHard: Self { + Self( + darkColor: Color(UIColor(hex: "#080808F5")), + lightColor: Color(UIColor(hex: "#F9F9F9F5")) + ) + } + static var overlayDefaultSoft: Self { + Self( + darkColor: Color(UIColor(hex: "#0808088F")), + lightColor: Color(UIColor(hex: "#F9F9F98F")) + ) + } + static var overlayInverseBlur: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F947")), + lightColor: Color(UIColor(hex: "#08080847")) + ) + } + static var overlayInverseHard: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9F5")), + lightColor: Color(UIColor(hex: "#080808F5")) + ) + } + static var overlayInverseSoft: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F98F")), + lightColor: Color(UIColor(hex: "#0808088F")) + ) + } + static var overlayOnDarkBlur: Self { + Self( + darkColor: Color(UIColor(hex: "#08080847")), + lightColor: Color(UIColor(hex: "#08080847")) + ) + } + static var overlayOnDarkHard: Self { + Self( + darkColor: Color(UIColor(hex: "#080808F5")), + lightColor: Color(UIColor(hex: "#080808F5")) + ) + } + static var overlayOnDarkSoft: Self { + Self( + darkColor: Color(UIColor(hex: "#0808088F")), + lightColor: Color(UIColor(hex: "#0808088F")) + ) + } + static var overlayOnLightBlur: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F947")), + lightColor: Color(UIColor(hex: "#F9F9F947")) + ) + } + static var overlayOnLightHard: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9F5")), + lightColor: Color(UIColor(hex: "#F9F9F9F5")) + ) + } + static var overlayOnLightSoft: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F98F")), + lightColor: Color(UIColor(hex: "#F9F9F98F")) + ) + } + static var surfaceDefaultAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceDefaultAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceDefaultAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceDefaultAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultClear: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceDefaultClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceDefaultClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceDefaultInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF293E")), + lightColor: Color(UIColor(hex: "#FF293E")) + ) + } + static var surfaceDefaultNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var surfaceDefaultNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF475AFF")), + lightColor: Color(UIColor(hex: "#FF5263FF")) + ) + } + static var surfaceDefaultNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceDefaultPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceDefaultPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceDefaultPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultSolidCard: Self { + Self( + darkColor: Color(UIColor(hex: "#171717")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultSolidCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#121212FF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultSolidCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1C1C1CFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultSolidDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9")), + lightColor: Color(UIColor(hex: "#080808")) + ) + } + static var surfaceDefaultSolidDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#030303FF")) + ) + } + static var surfaceDefaultSolidDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#262626FF")) + ) + } + static var surfaceDefaultSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#171717")), + lightColor: Color(UIColor(hex: "#F5F5F5")) + ) + } + static var surfaceDefaultSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#121212FF")), + lightColor: Color(UIColor(hex: "#F0F0F0FF")) + ) + } + static var surfaceDefaultSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1C1C1CFF")), + lightColor: Color(UIColor(hex: "#FAFAFAFF")) + ) + } + static var surfaceDefaultSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#262626")), + lightColor: Color(UIColor(hex: "#ECECEC")) + ) + } + static var surfaceDefaultSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#212121FF")), + lightColor: Color(UIColor(hex: "#E8E8E8FF")) + ) + } + static var surfaceDefaultSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#303030FF")), + lightColor: Color(UIColor(hex: "#F7F7F7FF")) + ) + } + static var surfaceDefaultSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#363636")), + lightColor: Color(UIColor(hex: "#DDDDDD")) + ) + } + static var surfaceDefaultSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#303030FF")), + lightColor: Color(UIColor(hex: "#D4D4D4FF")) + ) + } + static var surfaceDefaultSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#404040FF")), + lightColor: Color(UIColor(hex: "#EDEDEDFF")) + ) + } + static var surfaceDefaultTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentCard: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0A")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentDeep: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFA3")), + lightColor: Color(UIColor(hex: "#080808A3")) + ) + } + static var surfaceDefaultTransparentDeepActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF94")), + lightColor: Color(UIColor(hex: "#080808AD")) + ) + } + static var surfaceDefaultTransparentDeepHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFC2")), + lightColor: Color(UIColor(hex: "#0808088F")) + ) + } + static var surfaceDefaultTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#08080805")) + ) + } + static var surfaceDefaultTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0A")), + lightColor: Color(UIColor(hex: "#0808080A")) + ) + } + static var surfaceDefaultTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#08080800")) + ) + } + static var surfaceDefaultTransparentPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#0808080F")) + ) + } + static var surfaceDefaultTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#0808081A")) + ) + } + static var surfaceDefaultTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF3D")), + lightColor: Color(UIColor(hex: "#08080805")) + ) + } + static var surfaceDefaultTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF33")), + lightColor: Color(UIColor(hex: "#0808081F")) + ) + } + static var surfaceDefaultTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF24")), + lightColor: Color(UIColor(hex: "#08080829")) + ) + } + static var surfaceDefaultTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF52")), + lightColor: Color(UIColor(hex: "#0808080A")) + ) + } + static var surfaceDefaultTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FA5F05")), + lightColor: Color(UIColor(hex: "#FA5F05")) + ) + } + static var surfaceDefaultWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F05B05FF")), + lightColor: Color(UIColor(hex: "#E65705FF")) + ) + } + static var surfaceDefaultWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FB7223FF")), + lightColor: Color(UIColor(hex: "#FB782DFF")) + ) + } + static var surfaceDefaultWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceDefaultWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceInverseAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceInverseAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceInverseAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseClear: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceInverseClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceInverseClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceInverseInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF293E")), + lightColor: Color(UIColor(hex: "#FF293E")) + ) + } + static var surfaceInverseNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var surfaceInverseNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF475AFF")), + lightColor: Color(UIColor(hex: "#FF5263FF")) + ) + } + static var surfaceInverseNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePositive: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceInversePositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceInversePositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceInversePositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInversePromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseSolidCard: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#171717")) + ) + } + static var surfaceInverseSolidCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#0D0D0DFF")) + ) + } + static var surfaceInverseSolidCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#363636FF")) + ) + } + static var surfaceInverseSolidDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#080808")), + lightColor: Color(UIColor(hex: "#F9F9F9")) + ) + } + static var surfaceInverseSolidDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#030303FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var surfaceInverseSolidDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0D0D0DFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5")), + lightColor: Color(UIColor(hex: "#171717")) + ) + } + static var surfaceInverseSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F0F0F0FF")), + lightColor: Color(UIColor(hex: "#0D0D0DFF")) + ) + } + static var surfaceInverseSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FAFAFAFF")), + lightColor: Color(UIColor(hex: "#363636FF")) + ) + } + static var surfaceInverseSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#ECECEC")), + lightColor: Color(UIColor(hex: "#262626")) + ) + } + static var surfaceInverseSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E8E8E8FF")), + lightColor: Color(UIColor(hex: "#1C1C1CFF")) + ) + } + static var surfaceInverseSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F7F7F7FF")), + lightColor: Color(UIColor(hex: "#3B3B3BFF")) + ) + } + static var surfaceInverseSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#DDDDDD")), + lightColor: Color(UIColor(hex: "#363636")) + ) + } + static var surfaceInverseSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#D9D9D9FF")), + lightColor: Color(UIColor(hex: "#2B2B2BFF")) + ) + } + static var surfaceInverseSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#E8E8E8FF")), + lightColor: Color(UIColor(hex: "#4A4A4AFF")) + ) + } + static var surfaceInverseTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentCard: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFF0F")) + ) + } + static var surfaceInverseTransparentCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFF1A")) + ) + } + static var surfaceInverseTransparentCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFF05")) + ) + } + static var surfaceInverseTransparentDeep: Self { + Self( + darkColor: Color(UIColor(hex: "#080808A3")), + lightColor: Color(UIColor(hex: "#FFFFFFA3")) + ) + } + static var surfaceInverseTransparentDeepActive: Self { + Self( + darkColor: Color(UIColor(hex: "#08080894")), + lightColor: Color(UIColor(hex: "#FFFFFFAD")) + ) + } + static var surfaceInverseTransparentDeepHover: Self { + Self( + darkColor: Color(UIColor(hex: "#080808C2")), + lightColor: Color(UIColor(hex: "#FFFFFF8F")) + ) + } + static var surfaceInverseTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#08080805")), + lightColor: Color(UIColor(hex: "#FFFFFF0F")) + ) + } + static var surfaceInverseTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#08080800")), + lightColor: Color(UIColor(hex: "#FFFFFF1A")) + ) + } + static var surfaceInverseTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#FFFFFF05")) + ) + } + static var surfaceInverseTransparentPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#FFFFFF1F")) + ) + } + static var surfaceInverseTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080A")), + lightColor: Color(UIColor(hex: "#FFFFFF29")) + ) + } + static var surfaceInverseTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808081F")), + lightColor: Color(UIColor(hex: "#FFFFFF0A")) + ) + } + static var surfaceInverseTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#0808081F")), + lightColor: Color(UIColor(hex: "#FFFFFF33")) + ) + } + static var surfaceInverseTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#FFFFFF3D")) + ) + } + static var surfaceInverseTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808083D")), + lightColor: Color(UIColor(hex: "#FFFFFF1F")) + ) + } + static var surfaceInverseTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FA5F05")), + lightColor: Color(UIColor(hex: "#FA5F05")) + ) + } + static var surfaceInverseWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F05B05FF")), + lightColor: Color(UIColor(hex: "#E65705FF")) + ) + } + static var surfaceInverseWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FB7223FF")), + lightColor: Color(UIColor(hex: "#FB782DFF")) + ) + } + static var surfaceInverseWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceInverseWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceOnDarkAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceOnDarkAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceOnDarkAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkClear: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnDarkClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnDarkClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnDarkInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF293E")), + lightColor: Color(UIColor(hex: "#FF293E")) + ) + } + static var surfaceOnDarkNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var surfaceOnDarkNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF475AFF")), + lightColor: Color(UIColor(hex: "#FF5263FF")) + ) + } + static var surfaceOnDarkNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceOnDarkPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceOnDarkPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceOnDarkPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkSolidCard: Self { + Self( + darkColor: Color(UIColor(hex: "#171717")), + lightColor: Color(UIColor(hex: "#171717")) + ) + } + static var surfaceOnDarkSolidCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#121212FF")), + lightColor: Color(UIColor(hex: "#0D0D0DFF")) + ) + } + static var surfaceOnDarkSolidCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1C1C1CFF")), + lightColor: Color(UIColor(hex: "#363636FF")) + ) + } + static var surfaceOnDarkSolidDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#F9F9F9")), + lightColor: Color(UIColor(hex: "#F9F9F9")) + ) + } + static var surfaceOnDarkSolidDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var surfaceOnDarkSolidDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#171717")), + lightColor: Color(UIColor(hex: "#171717")) + ) + } + static var surfaceOnDarkSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#121212FF")), + lightColor: Color(UIColor(hex: "#0D0D0DFF")) + ) + } + static var surfaceOnDarkSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1C1C1CFF")), + lightColor: Color(UIColor(hex: "#363636FF")) + ) + } + static var surfaceOnDarkSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#262626")), + lightColor: Color(UIColor(hex: "#262626")) + ) + } + static var surfaceOnDarkSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#212121FF")), + lightColor: Color(UIColor(hex: "#1C1C1CFF")) + ) + } + static var surfaceOnDarkSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#303030FF")), + lightColor: Color(UIColor(hex: "#3B3B3BFF")) + ) + } + static var surfaceOnDarkSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#363636")), + lightColor: Color(UIColor(hex: "#363636")) + ) + } + static var surfaceOnDarkSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#303030FF")), + lightColor: Color(UIColor(hex: "#2B2B2BFF")) + ) + } + static var surfaceOnDarkSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#404040FF")), + lightColor: Color(UIColor(hex: "#4A4A4AFF")) + ) + } + static var surfaceOnDarkTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentCard: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#FFFFFF0F")) + ) + } + static var surfaceOnDarkTransparentCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0A")), + lightColor: Color(UIColor(hex: "#FFFFFF1A")) + ) + } + static var surfaceOnDarkTransparentCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#FFFFFF05")) + ) + } + static var surfaceOnDarkTransparentDeep: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFA3")), + lightColor: Color(UIColor(hex: "#FFFFFFA3")) + ) + } + static var surfaceOnDarkTransparentDeepActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF94")), + lightColor: Color(UIColor(hex: "#FFFFFFAD")) + ) + } + static var surfaceOnDarkTransparentDeepHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFC2")), + lightColor: Color(UIColor(hex: "#FFFFFF8F")) + ) + } + static var surfaceOnDarkTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#FFFFFF0F")) + ) + } + static var surfaceOnDarkTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0A")), + lightColor: Color(UIColor(hex: "#FFFFFF1A")) + ) + } + static var surfaceOnDarkTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#FFFFFF05")) + ) + } + static var surfaceOnDarkTransparentPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF1F")), + lightColor: Color(UIColor(hex: "#FFFFFF1F")) + ) + } + static var surfaceOnDarkTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF0F")), + lightColor: Color(UIColor(hex: "#FFFFFF29")) + ) + } + static var surfaceOnDarkTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF3D")), + lightColor: Color(UIColor(hex: "#FFFFFF0A")) + ) + } + static var surfaceOnDarkTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF33")), + lightColor: Color(UIColor(hex: "#FFFFFF33")) + ) + } + static var surfaceOnDarkTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF24")), + lightColor: Color(UIColor(hex: "#FFFFFF3D")) + ) + } + static var surfaceOnDarkTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFF52")), + lightColor: Color(UIColor(hex: "#FFFFFF1F")) + ) + } + static var surfaceOnDarkTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FA5F05")), + lightColor: Color(UIColor(hex: "#FA5F05")) + ) + } + static var surfaceOnDarkWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F05B05FF")), + lightColor: Color(UIColor(hex: "#E65705FF")) + ) + } + static var surfaceOnDarkWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FB7223FF")), + lightColor: Color(UIColor(hex: "#FB782DFF")) + ) + } + static var surfaceOnDarkWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnDarkWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceOnLightAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceOnLightAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceOnLightAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightClear: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnLightClearActive: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnLightClearHover: Self { + Self( + darkColor: Color(UIColor(hex: "#00000000")), + lightColor: Color(UIColor(hex: "#00000000")) + ) + } + static var surfaceOnLightInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF293E")), + lightColor: Color(UIColor(hex: "#FF293E")) + ) + } + static var surfaceOnLightNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var surfaceOnLightNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF475AFF")), + lightColor: Color(UIColor(hex: "#FF5263FF")) + ) + } + static var surfaceOnLightNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#1A9E32")), + lightColor: Color(UIColor(hex: "#1A9E32")) + ) + } + static var surfaceOnLightPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#18952FFF")), + lightColor: Color(UIColor(hex: "#178C2CFF")) + ) + } + static var surfaceOnLightPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1DAF37FF")), + lightColor: Color(UIColor(hex: "#1EB83AFF")) + ) + } + static var surfaceOnLightPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightSolidCard: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightSolidCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightSolidCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightSolidDefault: Self { + Self( + darkColor: Color(UIColor(hex: "#080808")), + lightColor: Color(UIColor(hex: "#080808")) + ) + } + static var surfaceOnLightSolidDefaultActive: Self { + Self( + darkColor: Color(UIColor(hex: "#030303FF")), + lightColor: Color(UIColor(hex: "#030303FF")) + ) + } + static var surfaceOnLightSolidDefaultHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0D0D0DFF")), + lightColor: Color(UIColor(hex: "#262626FF")) + ) + } + static var surfaceOnLightSolidPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5")), + lightColor: Color(UIColor(hex: "#F5F5F5")) + ) + } + static var surfaceOnLightSolidPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F0F0F0FF")), + lightColor: Color(UIColor(hex: "#F0F0F0FF")) + ) + } + static var surfaceOnLightSolidPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FAFAFAFF")), + lightColor: Color(UIColor(hex: "#FAFAFAFF")) + ) + } + static var surfaceOnLightSolidSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#ECECEC")), + lightColor: Color(UIColor(hex: "#ECECEC")) + ) + } + static var surfaceOnLightSolidSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E8E8E8FF")), + lightColor: Color(UIColor(hex: "#E8E8E8FF")) + ) + } + static var surfaceOnLightSolidSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F7F7F7FF")), + lightColor: Color(UIColor(hex: "#F7F7F7FF")) + ) + } + static var surfaceOnLightSolidTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#DDDDDD")), + lightColor: Color(UIColor(hex: "#DDDDDD")) + ) + } + static var surfaceOnLightSolidTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#D9D9D9FF")), + lightColor: Color(UIColor(hex: "#D4D4D4FF")) + ) + } + static var surfaceOnLightSolidTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#E8E8E8FF")), + lightColor: Color(UIColor(hex: "#EDEDEDFF")) + ) + } + static var surfaceOnLightTransparentAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentCard: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentCardActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080A")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentCardHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808081F")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentDeep: Self { + Self( + darkColor: Color(UIColor(hex: "#080808A3")), + lightColor: Color(UIColor(hex: "#080808A3")) + ) + } + static var surfaceOnLightTransparentDeepActive: Self { + Self( + darkColor: Color(UIColor(hex: "#08080894")), + lightColor: Color(UIColor(hex: "#080808AD")) + ) + } + static var surfaceOnLightTransparentDeepHover: Self { + Self( + darkColor: Color(UIColor(hex: "#080808C2")), + lightColor: Color(UIColor(hex: "#0808088F")) + ) + } + static var surfaceOnLightTransparentInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#08080805")), + lightColor: Color(UIColor(hex: "#08080805")) + ) + } + static var surfaceOnLightTransparentPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#08080800")), + lightColor: Color(UIColor(hex: "#0808080A")) + ) + } + static var surfaceOnLightTransparentPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#08080800")) + ) + } + static var surfaceOnLightTransparentPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#0808080F")) + ) + } + static var surfaceOnLightTransparentSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080A")), + lightColor: Color(UIColor(hex: "#0808081A")) + ) + } + static var surfaceOnLightTransparentSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808081F")), + lightColor: Color(UIColor(hex: "#08080805")) + ) + } + static var surfaceOnLightTransparentTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#0808081F")), + lightColor: Color(UIColor(hex: "#0808081F")) + ) + } + static var surfaceOnLightTransparentTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0808080F")), + lightColor: Color(UIColor(hex: "#08080829")) + ) + } + static var surfaceOnLightTransparentTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#0808083D")), + lightColor: Color(UIColor(hex: "#0808080A")) + ) + } + static var surfaceOnLightTransparentWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightTransparentWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FA5F05")), + lightColor: Color(UIColor(hex: "#FA5F05")) + ) + } + static var surfaceOnLightWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F05B05FF")), + lightColor: Color(UIColor(hex: "#E65705FF")) + ) + } + static var surfaceOnLightWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FB7223FF")), + lightColor: Color(UIColor(hex: "#FB782DFF")) + ) + } + static var surfaceOnLightWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var surfaceOnLightWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#24B23E")), + lightColor: Color(UIColor(hex: "#108E26")) + ) + } + static var textDefaultAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#1F9835FF")), + lightColor: Color(UIColor(hex: "#0C6A1BFF")) + ) + } + static var textDefaultAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#2ACB47FF")), + lightColor: Color(UIColor(hex: "#14B32EFF")) + ) + } + static var textDefaultAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF3D51")), + lightColor: Color(UIColor(hex: "#F31B31")) + ) + } + static var textDefaultNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#DA0B20FF")) + ) + } + static var textDefaultNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF5C6CFF")), + lightColor: Color(UIColor(hex: "#F54254FF")) + ) + } + static var textDefaultNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultParagraph: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5CC")), + lightColor: Color(UIColor(hex: "#171717CC")) + ) + } + static var textDefaultParagraphActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5A3")), + lightColor: Color(UIColor(hex: "#171717A3")) + ) + } + static var textDefaultParagraphHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F57A")), + lightColor: Color(UIColor(hex: "#1717177A")) + ) + } + static var textDefaultPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#24B23E")), + lightColor: Color(UIColor(hex: "#108E26")) + ) + } + static var textDefaultPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#1F9835FF")), + lightColor: Color(UIColor(hex: "#0C6A1BFF")) + ) + } + static var textDefaultPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#2ACB47FF")), + lightColor: Color(UIColor(hex: "#14B32EFF")) + ) + } + static var textDefaultPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5F5")), + lightColor: Color(UIColor(hex: "#171717F5")) + ) + } + static var textDefaultPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5C4")), + lightColor: Color(UIColor(hex: "#171717C4")) + ) + } + static var textDefaultPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F593")), + lightColor: Color(UIColor(hex: "#17171793")) + ) + } + static var textDefaultPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textDefaultSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F58F")), + lightColor: Color(UIColor(hex: "#1717178F")) + ) + } + static var textDefaultSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5AB")), + lightColor: Color(UIColor(hex: "#171717AB")) + ) + } + static var textDefaultSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#171717FF")) + ) + } + static var textDefaultTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F548")), + lightColor: Color(UIColor(hex: "#17171748")) + ) + } + static var textDefaultTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F556")), + lightColor: Color(UIColor(hex: "#17171756")) + ) + } + static var textDefaultTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#171717FF")) + ) + } + static var textDefaultWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FF7024")), + lightColor: Color(UIColor(hex: "#E85702")) + ) + } + static var textDefaultWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF5D05FF")), + lightColor: Color(UIColor(hex: "#C04802FF")) + ) + } + static var textDefaultWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF8442FF")), + lightColor: Color(UIColor(hex: "#FD6B17FF")) + ) + } + static var textDefaultWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textDefaultWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textDefaultWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#108E26")), + lightColor: Color(UIColor(hex: "#24B23E")) + ) + } + static var textInverseAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0D731EFF")), + lightColor: Color(UIColor(hex: "#1D9032FF")) + ) + } + static var textInverseAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#13AA2CFF")), + lightColor: Color(UIColor(hex: "#2BD44AFF")) + ) + } + static var textInverseAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInverseAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInverseAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInverseInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInverseInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInverseInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInverseInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#F31B31")), + lightColor: Color(UIColor(hex: "#FF3D51")) + ) + } + static var textInverseNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E40C22FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var textInverseNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5384BFF")), + lightColor: Color(UIColor(hex: "#FF6675FF")) + ) + } + static var textInverseNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInverseNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInverseNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseParagraph: Self { + Self( + darkColor: Color(UIColor(hex: "#171717CC")), + lightColor: Color(UIColor(hex: "#F5F5F5CC")) + ) + } + static var textInverseParagraphActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717A3")), + lightColor: Color(UIColor(hex: "#F5F5F5A3")) + ) + } + static var textInverseParagraphHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1717177A")), + lightColor: Color(UIColor(hex: "#F5F5F57A")) + ) + } + static var textInversePositive: Self { + Self( + darkColor: Color(UIColor(hex: "#108E26")), + lightColor: Color(UIColor(hex: "#24B23E")) + ) + } + static var textInversePositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0D731EFF")), + lightColor: Color(UIColor(hex: "#1D9032FF")) + ) + } + static var textInversePositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#13AA2CFF")), + lightColor: Color(UIColor(hex: "#2BD44AFF")) + ) + } + static var textInversePositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInversePositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInversePositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInversePrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#171717F5")), + lightColor: Color(UIColor(hex: "#F5F5F5F5")) + ) + } + static var textInversePrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717C4")), + lightColor: Color(UIColor(hex: "#F5F5F5C4")) + ) + } + static var textInversePrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#17171793")), + lightColor: Color(UIColor(hex: "#F5F5F593")) + ) + } + static var textInversePromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInversePromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInversePromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInversePromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInversePromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInversePromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textInverseSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#1717178F")), + lightColor: Color(UIColor(hex: "#F5F5F58F")) + ) + } + static var textInverseSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717AB")), + lightColor: Color(UIColor(hex: "#F5F5F5AB")) + ) + } + static var textInverseSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#171717FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var textInverseTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#17171748")), + lightColor: Color(UIColor(hex: "#F5F5F548")) + ) + } + static var textInverseTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#17171756")), + lightColor: Color(UIColor(hex: "#F5F5F556")) + ) + } + static var textInverseTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#171717FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var textInverseWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#E85702")), + lightColor: Color(UIColor(hex: "#FF7024")) + ) + } + static var textInverseWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#CA4B02FF")), + lightColor: Color(UIColor(hex: "#FA5700FF")) + ) + } + static var textInverseWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FD650DFF")), + lightColor: Color(UIColor(hex: "#FF8B4DFF")) + ) + } + static var textInverseWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textInverseWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textInverseWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#24B23E")), + lightColor: Color(UIColor(hex: "#24B23E")) + ) + } + static var textOnDarkAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#1F9835FF")), + lightColor: Color(UIColor(hex: "#1D9032FF")) + ) + } + static var textOnDarkAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#2ACB47FF")), + lightColor: Color(UIColor(hex: "#2BD44AFF")) + ) + } + static var textOnDarkAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#FF3D51")), + lightColor: Color(UIColor(hex: "#FF3D51")) + ) + } + static var textOnDarkNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF1F35FF")), + lightColor: Color(UIColor(hex: "#FF142CFF")) + ) + } + static var textOnDarkNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF5C6CFF")), + lightColor: Color(UIColor(hex: "#FF6675FF")) + ) + } + static var textOnDarkNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkParagraph: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5CC")), + lightColor: Color(UIColor(hex: "#F5F5F5CC")) + ) + } + static var textOnDarkParagraphActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5A3")), + lightColor: Color(UIColor(hex: "#F5F5F5A3")) + ) + } + static var textOnDarkParagraphHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F57A")), + lightColor: Color(UIColor(hex: "#F5F5F57A")) + ) + } + static var textOnDarkPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#24B23E")), + lightColor: Color(UIColor(hex: "#24B23E")) + ) + } + static var textOnDarkPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#1F9835FF")), + lightColor: Color(UIColor(hex: "#1D9032FF")) + ) + } + static var textOnDarkPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#2ACB47FF")), + lightColor: Color(UIColor(hex: "#2BD44AFF")) + ) + } + static var textOnDarkPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5F5")), + lightColor: Color(UIColor(hex: "#F5F5F5F5")) + ) + } + static var textOnDarkPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5C4")), + lightColor: Color(UIColor(hex: "#F5F5F5C4")) + ) + } + static var textOnDarkPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F593")), + lightColor: Color(UIColor(hex: "#F5F5F593")) + ) + } + static var textOnDarkPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnDarkSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F58F")), + lightColor: Color(UIColor(hex: "#F5F5F58F")) + ) + } + static var textOnDarkSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5AB")), + lightColor: Color(UIColor(hex: "#F5F5F5AB")) + ) + } + static var textOnDarkSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var textOnDarkTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F548")), + lightColor: Color(UIColor(hex: "#F5F5F548")) + ) + } + static var textOnDarkTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F556")), + lightColor: Color(UIColor(hex: "#F5F5F556")) + ) + } + static var textOnDarkTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5F5F5FF")), + lightColor: Color(UIColor(hex: "#F5F5F5FF")) + ) + } + static var textOnDarkWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#FF7024")), + lightColor: Color(UIColor(hex: "#FF7024")) + ) + } + static var textOnDarkWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#FF5D05FF")), + lightColor: Color(UIColor(hex: "#FA5700FF")) + ) + } + static var textOnDarkWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FF8442FF")), + lightColor: Color(UIColor(hex: "#FF8B4DFF")) + ) + } + static var textOnDarkWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnDarkWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnDarkWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightAccent: Self { + Self( + darkColor: Color(UIColor(hex: "#108E26")), + lightColor: Color(UIColor(hex: "#108E26")) + ) + } + static var textOnLightAccentActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0D731EFF")), + lightColor: Color(UIColor(hex: "#0C6A1BFF")) + ) + } + static var textOnLightAccentHover: Self { + Self( + darkColor: Color(UIColor(hex: "#13AA2CFF")), + lightColor: Color(UIColor(hex: "#14B32EFF")) + ) + } + static var textOnLightAccentMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightAccentMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightAccentMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightInfo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightInfoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightInfoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightInfoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightInfoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightInfoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightNegative: Self { + Self( + darkColor: Color(UIColor(hex: "#F31B31")), + lightColor: Color(UIColor(hex: "#F31B31")) + ) + } + static var textOnLightNegativeActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E40C22FF")), + lightColor: Color(UIColor(hex: "#DA0B20FF")) + ) + } + static var textOnLightNegativeHover: Self { + Self( + darkColor: Color(UIColor(hex: "#F5384BFF")), + lightColor: Color(UIColor(hex: "#F54254FF")) + ) + } + static var textOnLightNegativeMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightNegativeMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightNegativeMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightParagraph: Self { + Self( + darkColor: Color(UIColor(hex: "#171717CC")), + lightColor: Color(UIColor(hex: "#171717CC")) + ) + } + static var textOnLightParagraphActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717A3")), + lightColor: Color(UIColor(hex: "#171717A3")) + ) + } + static var textOnLightParagraphHover: Self { + Self( + darkColor: Color(UIColor(hex: "#1717177A")), + lightColor: Color(UIColor(hex: "#1717177A")) + ) + } + static var textOnLightPositive: Self { + Self( + darkColor: Color(UIColor(hex: "#108E26")), + lightColor: Color(UIColor(hex: "#108E26")) + ) + } + static var textOnLightPositiveActive: Self { + Self( + darkColor: Color(UIColor(hex: "#0D731EFF")), + lightColor: Color(UIColor(hex: "#0C6A1BFF")) + ) + } + static var textOnLightPositiveHover: Self { + Self( + darkColor: Color(UIColor(hex: "#13AA2CFF")), + lightColor: Color(UIColor(hex: "#14B32EFF")) + ) + } + static var textOnLightPositiveMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightPositiveMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightPositiveMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightPrimary: Self { + Self( + darkColor: Color(UIColor(hex: "#171717F5")), + lightColor: Color(UIColor(hex: "#171717F5")) + ) + } + static var textOnLightPrimaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717C4")), + lightColor: Color(UIColor(hex: "#171717C4")) + ) + } + static var textOnLightPrimaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#17171793")), + lightColor: Color(UIColor(hex: "#17171793")) + ) + } + static var textOnLightPromo: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightPromoActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightPromoHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightPromoMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightPromoMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightPromoMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } + static var textOnLightSecondary: Self { + Self( + darkColor: Color(UIColor(hex: "#1717178F")), + lightColor: Color(UIColor(hex: "#1717178F")) + ) + } + static var textOnLightSecondaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#171717AB")), + lightColor: Color(UIColor(hex: "#171717AB")) + ) + } + static var textOnLightSecondaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#171717FF")), + lightColor: Color(UIColor(hex: "#171717FF")) + ) + } + static var textOnLightTertiary: Self { + Self( + darkColor: Color(UIColor(hex: "#17171748")), + lightColor: Color(UIColor(hex: "#17171748")) + ) + } + static var textOnLightTertiaryActive: Self { + Self( + darkColor: Color(UIColor(hex: "#17171756")), + lightColor: Color(UIColor(hex: "#17171756")) + ) + } + static var textOnLightTertiaryHover: Self { + Self( + darkColor: Color(UIColor(hex: "#171717FF")), + lightColor: Color(UIColor(hex: "#171717FF")) + ) + } + static var textOnLightWarning: Self { + Self( + darkColor: Color(UIColor(hex: "#E85702")), + lightColor: Color(UIColor(hex: "#E85702")) + ) + } + static var textOnLightWarningActive: Self { + Self( + darkColor: Color(UIColor(hex: "#CA4B02FF")), + lightColor: Color(UIColor(hex: "#C04802FF")) + ) + } + static var textOnLightWarningHover: Self { + Self( + darkColor: Color(UIColor(hex: "#FD650DFF")), + lightColor: Color(UIColor(hex: "#FD6B17FF")) + ) + } + static var textOnLightWarningMinor: Self { + Self( + darkColor: Color(UIColor(hex: "#FFFFFFFF")), + lightColor: Color(UIColor(hex: "#FFFFFFFF")) + ) + } + static var textOnLightWarningMinorActive: Self { + Self( + darkColor: Color(UIColor(hex: "#E6E6E6FF")), + lightColor: Color(UIColor(hex: "#CCCCCCFF")) + ) + } + static var textOnLightWarningMinorHover: Self { + Self( + darkColor: Color(UIColor(hex: "#CCCCCCFF")), + lightColor: Color(UIColor(hex: "#000000FF")) + ) + } +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Colors+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Colors+Generated.swift new file mode 100644 index 000000000..020c96e3e --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Colors+Generated.swift @@ -0,0 +1,870 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public struct Colors { + public static let backgroundDarkPrimary = ColorToken.backgroundDarkPrimary + public static let backgroundDarkSecondary = ColorToken.backgroundDarkSecondary + public static let backgroundDarkTertiary = ColorToken.backgroundDarkTertiary + public static let backgroundDefaultPrimary = ColorToken.backgroundDefaultPrimary + public static let backgroundDefaultSecondary = ColorToken.backgroundDefaultSecondary + public static let backgroundDefaultTertiary = ColorToken.backgroundDefaultTertiary + public static let backgroundInversePrimary = ColorToken.backgroundInversePrimary + public static let backgroundInverseSecondary = ColorToken.backgroundInverseSecondary + public static let backgroundInverseTertiary = ColorToken.backgroundInverseTertiary + public static let backgroundLightPrimary = ColorToken.backgroundLightPrimary + public static let backgroundLightSecondary = ColorToken.backgroundLightSecondary + public static let backgroundLightTertiary = ColorToken.backgroundLightTertiary + public static let outlineDefaultAccent = ColorToken.outlineDefaultAccent + public static let outlineDefaultAccentActive = ColorToken.outlineDefaultAccentActive + public static let outlineDefaultAccentHover = ColorToken.outlineDefaultAccentHover + public static let outlineDefaultAccentMinor = ColorToken.outlineDefaultAccentMinor + public static let outlineDefaultAccentMinorActive = ColorToken.outlineDefaultAccentMinorActive + public static let outlineDefaultAccentMinorHover = ColorToken.outlineDefaultAccentMinorHover + public static let outlineDefaultClear = ColorToken.outlineDefaultClear + public static let outlineDefaultClearActive = ColorToken.outlineDefaultClearActive + public static let outlineDefaultClearHover = ColorToken.outlineDefaultClearHover + public static let outlineDefaultInfo = ColorToken.outlineDefaultInfo + public static let outlineDefaultInfoActive = ColorToken.outlineDefaultInfoActive + public static let outlineDefaultInfoHover = ColorToken.outlineDefaultInfoHover + public static let outlineDefaultInfoMinor = ColorToken.outlineDefaultInfoMinor + public static let outlineDefaultInfoMinorActive = ColorToken.outlineDefaultInfoMinorActive + public static let outlineDefaultInfoMinorHover = ColorToken.outlineDefaultInfoMinorHover + public static let outlineDefaultNegative = ColorToken.outlineDefaultNegative + public static let outlineDefaultNegativeActive = ColorToken.outlineDefaultNegativeActive + public static let outlineDefaultNegativeHover = ColorToken.outlineDefaultNegativeHover + public static let outlineDefaultNegativeMinor = ColorToken.outlineDefaultNegativeMinor + public static let outlineDefaultNegativeMinorActive = ColorToken.outlineDefaultNegativeMinorActive + public static let outlineDefaultNegativeMinorHover = ColorToken.outlineDefaultNegativeMinorHover + public static let outlineDefaultPositive = ColorToken.outlineDefaultPositive + public static let outlineDefaultPositiveActive = ColorToken.outlineDefaultPositiveActive + public static let outlineDefaultPositiveHover = ColorToken.outlineDefaultPositiveHover + public static let outlineDefaultPositiveMinor = ColorToken.outlineDefaultPositiveMinor + public static let outlineDefaultPositiveMinorActive = ColorToken.outlineDefaultPositiveMinorActive + public static let outlineDefaultPositiveMinorHover = ColorToken.outlineDefaultPositiveMinorHover + public static let outlineDefaultPromo = ColorToken.outlineDefaultPromo + public static let outlineDefaultPromoActive = ColorToken.outlineDefaultPromoActive + public static let outlineDefaultPromoHover = ColorToken.outlineDefaultPromoHover + public static let outlineDefaultPromoMinor = ColorToken.outlineDefaultPromoMinor + public static let outlineDefaultPromoMinorActive = ColorToken.outlineDefaultPromoMinorActive + public static let outlineDefaultPromoMinorHover = ColorToken.outlineDefaultPromoMinorHover + public static let outlineDefaultSolidPrimary = ColorToken.outlineDefaultSolidPrimary + public static let outlineDefaultSolidPrimaryActive = ColorToken.outlineDefaultSolidPrimaryActive + public static let outlineDefaultSolidPrimaryHover = ColorToken.outlineDefaultSolidPrimaryHover + public static let outlineDefaultSolidSecondary = ColorToken.outlineDefaultSolidSecondary + public static let outlineDefaultSolidSecondaryActive = ColorToken.outlineDefaultSolidSecondaryActive + public static let outlineDefaultSolidSecondaryHover = ColorToken.outlineDefaultSolidSecondaryHover + public static let outlineDefaultSolidTertiary = ColorToken.outlineDefaultSolidTertiary + public static let outlineDefaultSolidTertiaryActive = ColorToken.outlineDefaultSolidTertiaryActive + public static let outlineDefaultSolidTertiaryHover = ColorToken.outlineDefaultSolidTertiaryHover + public static let outlineDefaultTransparentAccent = ColorToken.outlineDefaultTransparentAccent + public static let outlineDefaultTransparentAccentActive = ColorToken.outlineDefaultTransparentAccentActive + public static let outlineDefaultTransparentAccentHover = ColorToken.outlineDefaultTransparentAccentHover + public static let outlineDefaultTransparentDefault = ColorToken.outlineDefaultTransparentDefault + public static let outlineDefaultTransparentDefaultActive = ColorToken.outlineDefaultTransparentDefaultActive + public static let outlineDefaultTransparentDefaultHover = ColorToken.outlineDefaultTransparentDefaultHover + public static let outlineDefaultTransparentInfo = ColorToken.outlineDefaultTransparentInfo + public static let outlineDefaultTransparentInfoActive = ColorToken.outlineDefaultTransparentInfoActive + public static let outlineDefaultTransparentInfoHover = ColorToken.outlineDefaultTransparentInfoHover + public static let outlineDefaultTransparentNegative = ColorToken.outlineDefaultTransparentNegative + public static let outlineDefaultTransparentNegativeActive = ColorToken.outlineDefaultTransparentNegativeActive + public static let outlineDefaultTransparentNegativeHover = ColorToken.outlineDefaultTransparentNegativeHover + public static let outlineDefaultTransparentPositive = ColorToken.outlineDefaultTransparentPositive + public static let outlineDefaultTransparentPositiveActive = ColorToken.outlineDefaultTransparentPositiveActive + public static let outlineDefaultTransparentPositiveHover = ColorToken.outlineDefaultTransparentPositiveHover + public static let outlineDefaultTransparentPrimary = ColorToken.outlineDefaultTransparentPrimary + public static let outlineDefaultTransparentPrimaryActive = ColorToken.outlineDefaultTransparentPrimaryActive + public static let outlineDefaultTransparentPrimaryHover = ColorToken.outlineDefaultTransparentPrimaryHover + public static let outlineDefaultTransparentSecondary = ColorToken.outlineDefaultTransparentSecondary + public static let outlineDefaultTransparentSecondaryActive = ColorToken.outlineDefaultTransparentSecondaryActive + public static let outlineDefaultTransparentSecondaryHover = ColorToken.outlineDefaultTransparentSecondaryHover + public static let outlineDefaultTransparentTertiary = ColorToken.outlineDefaultTransparentTertiary + public static let outlineDefaultTransparentTertiaryActive = ColorToken.outlineDefaultTransparentTertiaryActive + public static let outlineDefaultTransparentTertiaryHover = ColorToken.outlineDefaultTransparentTertiaryHover + public static let outlineDefaultTransparentWarning = ColorToken.outlineDefaultTransparentWarning + public static let outlineDefaultTransparentWarningActive = ColorToken.outlineDefaultTransparentWarningActive + public static let outlineDefaultTransparentWarningHover = ColorToken.outlineDefaultTransparentWarningHover + public static let outlineDefaultWarning = ColorToken.outlineDefaultWarning + public static let outlineDefaultWarningActive = ColorToken.outlineDefaultWarningActive + public static let outlineDefaultWarningHover = ColorToken.outlineDefaultWarningHover + public static let outlineDefaultWarningMinor = ColorToken.outlineDefaultWarningMinor + public static let outlineDefaultWarningMinorActive = ColorToken.outlineDefaultWarningMinorActive + public static let outlineDefaultWarningMinorHover = ColorToken.outlineDefaultWarningMinorHover + public static let outlineInverseAccent = ColorToken.outlineInverseAccent + public static let outlineInverseAccentActive = ColorToken.outlineInverseAccentActive + public static let outlineInverseAccentHover = ColorToken.outlineInverseAccentHover + public static let outlineInverseAccentMinor = ColorToken.outlineInverseAccentMinor + public static let outlineInverseAccentMinorActive = ColorToken.outlineInverseAccentMinorActive + public static let outlineInverseAccentMinorHover = ColorToken.outlineInverseAccentMinorHover + public static let outlineInverseClear = ColorToken.outlineInverseClear + public static let outlineInverseClearActive = ColorToken.outlineInverseClearActive + public static let outlineInverseClearHover = ColorToken.outlineInverseClearHover + public static let outlineInverseInfo = ColorToken.outlineInverseInfo + public static let outlineInverseInfoActive = ColorToken.outlineInverseInfoActive + public static let outlineInverseInfoHover = ColorToken.outlineInverseInfoHover + public static let outlineInverseInfoMinor = ColorToken.outlineInverseInfoMinor + public static let outlineInverseInfoMinorActive = ColorToken.outlineInverseInfoMinorActive + public static let outlineInverseInfoMinorHover = ColorToken.outlineInverseInfoMinorHover + public static let outlineInverseNegative = ColorToken.outlineInverseNegative + public static let outlineInverseNegativeActive = ColorToken.outlineInverseNegativeActive + public static let outlineInverseNegativeHover = ColorToken.outlineInverseNegativeHover + public static let outlineInverseNegativeMinor = ColorToken.outlineInverseNegativeMinor + public static let outlineInverseNegativeMinorActive = ColorToken.outlineInverseNegativeMinorActive + public static let outlineInverseNegativeMinorHover = ColorToken.outlineInverseNegativeMinorHover + public static let outlineInversePositive = ColorToken.outlineInversePositive + public static let outlineInversePositiveActive = ColorToken.outlineInversePositiveActive + public static let outlineInversePositiveHover = ColorToken.outlineInversePositiveHover + public static let outlineInversePositiveMinor = ColorToken.outlineInversePositiveMinor + public static let outlineInversePositiveMinorActive = ColorToken.outlineInversePositiveMinorActive + public static let outlineInversePositiveMinorHover = ColorToken.outlineInversePositiveMinorHover + public static let outlineInversePromo = ColorToken.outlineInversePromo + public static let outlineInversePromoActive = ColorToken.outlineInversePromoActive + public static let outlineInversePromoHover = ColorToken.outlineInversePromoHover + public static let outlineInversePromoMinor = ColorToken.outlineInversePromoMinor + public static let outlineInversePromoMinorActive = ColorToken.outlineInversePromoMinorActive + public static let outlineInversePromoMinorHover = ColorToken.outlineInversePromoMinorHover + public static let outlineInverseSolidPrimary = ColorToken.outlineInverseSolidPrimary + public static let outlineInverseSolidPrimaryActive = ColorToken.outlineInverseSolidPrimaryActive + public static let outlineInverseSolidPrimaryHover = ColorToken.outlineInverseSolidPrimaryHover + public static let outlineInverseSolidSecondary = ColorToken.outlineInverseSolidSecondary + public static let outlineInverseSolidSecondaryActive = ColorToken.outlineInverseSolidSecondaryActive + public static let outlineInverseSolidSecondaryHover = ColorToken.outlineInverseSolidSecondaryHover + public static let outlineInverseSolidTertiary = ColorToken.outlineInverseSolidTertiary + public static let outlineInverseSolidTertiaryActive = ColorToken.outlineInverseSolidTertiaryActive + public static let outlineInverseSolidTertiaryHover = ColorToken.outlineInverseSolidTertiaryHover + public static let outlineInverseTransparentAccent = ColorToken.outlineInverseTransparentAccent + public static let outlineInverseTransparentAccentActive = ColorToken.outlineInverseTransparentAccentActive + public static let outlineInverseTransparentAccentHover = ColorToken.outlineInverseTransparentAccentHover + public static let outlineInverseTransparentDefault = ColorToken.outlineInverseTransparentDefault + public static let outlineInverseTransparentDefaultActive = ColorToken.outlineInverseTransparentDefaultActive + public static let outlineInverseTransparentDefaultHover = ColorToken.outlineInverseTransparentDefaultHover + public static let outlineInverseTransparentInfo = ColorToken.outlineInverseTransparentInfo + public static let outlineInverseTransparentInfoActive = ColorToken.outlineInverseTransparentInfoActive + public static let outlineInverseTransparentInfoHover = ColorToken.outlineInverseTransparentInfoHover + public static let outlineInverseTransparentNegative = ColorToken.outlineInverseTransparentNegative + public static let outlineInverseTransparentNegativeActive = ColorToken.outlineInverseTransparentNegativeActive + public static let outlineInverseTransparentNegativeHover = ColorToken.outlineInverseTransparentNegativeHover + public static let outlineInverseTransparentPositive = ColorToken.outlineInverseTransparentPositive + public static let outlineInverseTransparentPositiveActive = ColorToken.outlineInverseTransparentPositiveActive + public static let outlineInverseTransparentPositiveHover = ColorToken.outlineInverseTransparentPositiveHover + public static let outlineInverseTransparentPrimary = ColorToken.outlineInverseTransparentPrimary + public static let outlineInverseTransparentPrimaryActive = ColorToken.outlineInverseTransparentPrimaryActive + public static let outlineInverseTransparentPrimaryHover = ColorToken.outlineInverseTransparentPrimaryHover + public static let outlineInverseTransparentSecondary = ColorToken.outlineInverseTransparentSecondary + public static let outlineInverseTransparentSecondaryActive = ColorToken.outlineInverseTransparentSecondaryActive + public static let outlineInverseTransparentSecondaryHover = ColorToken.outlineInverseTransparentSecondaryHover + public static let outlineInverseTransparentTertiary = ColorToken.outlineInverseTransparentTertiary + public static let outlineInverseTransparentTertiaryActive = ColorToken.outlineInverseTransparentTertiaryActive + public static let outlineInverseTransparentTertiaryHover = ColorToken.outlineInverseTransparentTertiaryHover + public static let outlineInverseTransparentWarning = ColorToken.outlineInverseTransparentWarning + public static let outlineInverseTransparentWarningActive = ColorToken.outlineInverseTransparentWarningActive + public static let outlineInverseTransparentWarningHover = ColorToken.outlineInverseTransparentWarningHover + public static let outlineInverseWarning = ColorToken.outlineInverseWarning + public static let outlineInverseWarningActive = ColorToken.outlineInverseWarningActive + public static let outlineInverseWarningHover = ColorToken.outlineInverseWarningHover + public static let outlineInverseWarningMinor = ColorToken.outlineInverseWarningMinor + public static let outlineInverseWarningMinorActive = ColorToken.outlineInverseWarningMinorActive + public static let outlineInverseWarningMinorHover = ColorToken.outlineInverseWarningMinorHover + public static let outlineOnDarkAccent = ColorToken.outlineOnDarkAccent + public static let outlineOnDarkAccentActive = ColorToken.outlineOnDarkAccentActive + public static let outlineOnDarkAccentHover = ColorToken.outlineOnDarkAccentHover + public static let outlineOnDarkAccentMinor = ColorToken.outlineOnDarkAccentMinor + public static let outlineOnDarkAccentMinorActive = ColorToken.outlineOnDarkAccentMinorActive + public static let outlineOnDarkAccentMinorHover = ColorToken.outlineOnDarkAccentMinorHover + public static let outlineOnDarkClear = ColorToken.outlineOnDarkClear + public static let outlineOnDarkClearActive = ColorToken.outlineOnDarkClearActive + public static let outlineOnDarkClearHover = ColorToken.outlineOnDarkClearHover + public static let outlineOnDarkInfo = ColorToken.outlineOnDarkInfo + public static let outlineOnDarkInfoActive = ColorToken.outlineOnDarkInfoActive + public static let outlineOnDarkInfoHover = ColorToken.outlineOnDarkInfoHover + public static let outlineOnDarkInfoMinor = ColorToken.outlineOnDarkInfoMinor + public static let outlineOnDarkInfoMinorActive = ColorToken.outlineOnDarkInfoMinorActive + public static let outlineOnDarkInfoMinorHover = ColorToken.outlineOnDarkInfoMinorHover + public static let outlineOnDarkNegative = ColorToken.outlineOnDarkNegative + public static let outlineOnDarkNegativeActive = ColorToken.outlineOnDarkNegativeActive + public static let outlineOnDarkNegativeHover = ColorToken.outlineOnDarkNegativeHover + public static let outlineOnDarkNegativeMinor = ColorToken.outlineOnDarkNegativeMinor + public static let outlineOnDarkNegativeMinorActive = ColorToken.outlineOnDarkNegativeMinorActive + public static let outlineOnDarkNegativeMinorHover = ColorToken.outlineOnDarkNegativeMinorHover + public static let outlineOnDarkPositive = ColorToken.outlineOnDarkPositive + public static let outlineOnDarkPositiveActive = ColorToken.outlineOnDarkPositiveActive + public static let outlineOnDarkPositiveHover = ColorToken.outlineOnDarkPositiveHover + public static let outlineOnDarkPositiveMinor = ColorToken.outlineOnDarkPositiveMinor + public static let outlineOnDarkPositiveMinorActive = ColorToken.outlineOnDarkPositiveMinorActive + public static let outlineOnDarkPositiveMinorHover = ColorToken.outlineOnDarkPositiveMinorHover + public static let outlineOnDarkPromo = ColorToken.outlineOnDarkPromo + public static let outlineOnDarkPromoActive = ColorToken.outlineOnDarkPromoActive + public static let outlineOnDarkPromoHover = ColorToken.outlineOnDarkPromoHover + public static let outlineOnDarkPromoMinor = ColorToken.outlineOnDarkPromoMinor + public static let outlineOnDarkPromoMinorActive = ColorToken.outlineOnDarkPromoMinorActive + public static let outlineOnDarkPromoMinorHover = ColorToken.outlineOnDarkPromoMinorHover + public static let outlineOnDarkSolidPrimary = ColorToken.outlineOnDarkSolidPrimary + public static let outlineOnDarkSolidPrimaryActive = ColorToken.outlineOnDarkSolidPrimaryActive + public static let outlineOnDarkSolidPrimaryHover = ColorToken.outlineOnDarkSolidPrimaryHover + public static let outlineOnDarkSolidSecondary = ColorToken.outlineOnDarkSolidSecondary + public static let outlineOnDarkSolidSecondaryActive = ColorToken.outlineOnDarkSolidSecondaryActive + public static let outlineOnDarkSolidSecondaryHover = ColorToken.outlineOnDarkSolidSecondaryHover + public static let outlineOnDarkSolidTertiary = ColorToken.outlineOnDarkSolidTertiary + public static let outlineOnDarkSolidTertiaryActive = ColorToken.outlineOnDarkSolidTertiaryActive + public static let outlineOnDarkSolidTertiaryHover = ColorToken.outlineOnDarkSolidTertiaryHover + public static let outlineOnDarkTransparentAccent = ColorToken.outlineOnDarkTransparentAccent + public static let outlineOnDarkTransparentAccentActive = ColorToken.outlineOnDarkTransparentAccentActive + public static let outlineOnDarkTransparentAccentHover = ColorToken.outlineOnDarkTransparentAccentHover + public static let outlineOnDarkTransparentDefault = ColorToken.outlineOnDarkTransparentDefault + public static let outlineOnDarkTransparentDefaultActive = ColorToken.outlineOnDarkTransparentDefaultActive + public static let outlineOnDarkTransparentDefaultHover = ColorToken.outlineOnDarkTransparentDefaultHover + public static let outlineOnDarkTransparentInfo = ColorToken.outlineOnDarkTransparentInfo + public static let outlineOnDarkTransparentInfoActive = ColorToken.outlineOnDarkTransparentInfoActive + public static let outlineOnDarkTransparentInfoHover = ColorToken.outlineOnDarkTransparentInfoHover + public static let outlineOnDarkTransparentNegative = ColorToken.outlineOnDarkTransparentNegative + public static let outlineOnDarkTransparentNegativeActive = ColorToken.outlineOnDarkTransparentNegativeActive + public static let outlineOnDarkTransparentNegativeHover = ColorToken.outlineOnDarkTransparentNegativeHover + public static let outlineOnDarkTransparentPositive = ColorToken.outlineOnDarkTransparentPositive + public static let outlineOnDarkTransparentPositiveActive = ColorToken.outlineOnDarkTransparentPositiveActive + public static let outlineOnDarkTransparentPositiveHover = ColorToken.outlineOnDarkTransparentPositiveHover + public static let outlineOnDarkTransparentPrimary = ColorToken.outlineOnDarkTransparentPrimary + public static let outlineOnDarkTransparentPrimaryActive = ColorToken.outlineOnDarkTransparentPrimaryActive + public static let outlineOnDarkTransparentPrimaryHover = ColorToken.outlineOnDarkTransparentPrimaryHover + public static let outlineOnDarkTransparentSecondary = ColorToken.outlineOnDarkTransparentSecondary + public static let outlineOnDarkTransparentSecondaryActive = ColorToken.outlineOnDarkTransparentSecondaryActive + public static let outlineOnDarkTransparentSecondaryHover = ColorToken.outlineOnDarkTransparentSecondaryHover + public static let outlineOnDarkTransparentTertiary = ColorToken.outlineOnDarkTransparentTertiary + public static let outlineOnDarkTransparentTertiaryActive = ColorToken.outlineOnDarkTransparentTertiaryActive + public static let outlineOnDarkTransparentTertiaryHover = ColorToken.outlineOnDarkTransparentTertiaryHover + public static let outlineOnDarkTransparentWarning = ColorToken.outlineOnDarkTransparentWarning + public static let outlineOnDarkTransparentWarningActive = ColorToken.outlineOnDarkTransparentWarningActive + public static let outlineOnDarkTransparentWarningHover = ColorToken.outlineOnDarkTransparentWarningHover + public static let outlineOnDarkWarning = ColorToken.outlineOnDarkWarning + public static let outlineOnDarkWarningActive = ColorToken.outlineOnDarkWarningActive + public static let outlineOnDarkWarningHover = ColorToken.outlineOnDarkWarningHover + public static let outlineOnDarkWarningMinor = ColorToken.outlineOnDarkWarningMinor + public static let outlineOnDarkWarningMinorActive = ColorToken.outlineOnDarkWarningMinorActive + public static let outlineOnDarkWarningMinorHover = ColorToken.outlineOnDarkWarningMinorHover + public static let outlineOnLightAccent = ColorToken.outlineOnLightAccent + public static let outlineOnLightAccentActive = ColorToken.outlineOnLightAccentActive + public static let outlineOnLightAccentHover = ColorToken.outlineOnLightAccentHover + public static let outlineOnLightAccentMinor = ColorToken.outlineOnLightAccentMinor + public static let outlineOnLightAccentMinorActive = ColorToken.outlineOnLightAccentMinorActive + public static let outlineOnLightAccentMinorHover = ColorToken.outlineOnLightAccentMinorHover + public static let outlineOnLightClear = ColorToken.outlineOnLightClear + public static let outlineOnLightClearActive = ColorToken.outlineOnLightClearActive + public static let outlineOnLightClearHover = ColorToken.outlineOnLightClearHover + public static let outlineOnLightInfo = ColorToken.outlineOnLightInfo + public static let outlineOnLightInfoActive = ColorToken.outlineOnLightInfoActive + public static let outlineOnLightInfoHover = ColorToken.outlineOnLightInfoHover + public static let outlineOnLightInfoMinor = ColorToken.outlineOnLightInfoMinor + public static let outlineOnLightInfoMinorActive = ColorToken.outlineOnLightInfoMinorActive + public static let outlineOnLightInfoMinorHover = ColorToken.outlineOnLightInfoMinorHover + public static let outlineOnLightNegative = ColorToken.outlineOnLightNegative + public static let outlineOnLightNegativeActive = ColorToken.outlineOnLightNegativeActive + public static let outlineOnLightNegativeHover = ColorToken.outlineOnLightNegativeHover + public static let outlineOnLightNegativeMinor = ColorToken.outlineOnLightNegativeMinor + public static let outlineOnLightNegativeMinorActive = ColorToken.outlineOnLightNegativeMinorActive + public static let outlineOnLightNegativeMinorHover = ColorToken.outlineOnLightNegativeMinorHover + public static let outlineOnLightPositive = ColorToken.outlineOnLightPositive + public static let outlineOnLightPositiveActive = ColorToken.outlineOnLightPositiveActive + public static let outlineOnLightPositiveHover = ColorToken.outlineOnLightPositiveHover + public static let outlineOnLightPositiveMinor = ColorToken.outlineOnLightPositiveMinor + public static let outlineOnLightPositiveMinorActive = ColorToken.outlineOnLightPositiveMinorActive + public static let outlineOnLightPositiveMinorHover = ColorToken.outlineOnLightPositiveMinorHover + public static let outlineOnLightPromo = ColorToken.outlineOnLightPromo + public static let outlineOnLightPromoActive = ColorToken.outlineOnLightPromoActive + public static let outlineOnLightPromoHover = ColorToken.outlineOnLightPromoHover + public static let outlineOnLightPromoMinor = ColorToken.outlineOnLightPromoMinor + public static let outlineOnLightPromoMinorActive = ColorToken.outlineOnLightPromoMinorActive + public static let outlineOnLightPromoMinorHover = ColorToken.outlineOnLightPromoMinorHover + public static let outlineOnLightSolidPrimary = ColorToken.outlineOnLightSolidPrimary + public static let outlineOnLightSolidPrimaryActive = ColorToken.outlineOnLightSolidPrimaryActive + public static let outlineOnLightSolidPrimaryHover = ColorToken.outlineOnLightSolidPrimaryHover + public static let outlineOnLightSolidSecondary = ColorToken.outlineOnLightSolidSecondary + public static let outlineOnLightSolidSecondaryActive = ColorToken.outlineOnLightSolidSecondaryActive + public static let outlineOnLightSolidSecondaryHover = ColorToken.outlineOnLightSolidSecondaryHover + public static let outlineOnLightSolidTertiary = ColorToken.outlineOnLightSolidTertiary + public static let outlineOnLightSolidTertiaryActive = ColorToken.outlineOnLightSolidTertiaryActive + public static let outlineOnLightSolidTertiaryHover = ColorToken.outlineOnLightSolidTertiaryHover + public static let outlineOnLightTransparentAccent = ColorToken.outlineOnLightTransparentAccent + public static let outlineOnLightTransparentAccentActive = ColorToken.outlineOnLightTransparentAccentActive + public static let outlineOnLightTransparentAccentHover = ColorToken.outlineOnLightTransparentAccentHover + public static let outlineOnLightTransparentDefault = ColorToken.outlineOnLightTransparentDefault + public static let outlineOnLightTransparentDefaultActive = ColorToken.outlineOnLightTransparentDefaultActive + public static let outlineOnLightTransparentDefaultHover = ColorToken.outlineOnLightTransparentDefaultHover + public static let outlineOnLightTransparentInfo = ColorToken.outlineOnLightTransparentInfo + public static let outlineOnLightTransparentInfoActive = ColorToken.outlineOnLightTransparentInfoActive + public static let outlineOnLightTransparentInfoHover = ColorToken.outlineOnLightTransparentInfoHover + public static let outlineOnLightTransparentNegative = ColorToken.outlineOnLightTransparentNegative + public static let outlineOnLightTransparentNegativeActive = ColorToken.outlineOnLightTransparentNegativeActive + public static let outlineOnLightTransparentNegativeHover = ColorToken.outlineOnLightTransparentNegativeHover + public static let outlineOnLightTransparentPositive = ColorToken.outlineOnLightTransparentPositive + public static let outlineOnLightTransparentPositiveActive = ColorToken.outlineOnLightTransparentPositiveActive + public static let outlineOnLightTransparentPositiveHover = ColorToken.outlineOnLightTransparentPositiveHover + public static let outlineOnLightTransparentPrimary = ColorToken.outlineOnLightTransparentPrimary + public static let outlineOnLightTransparentPrimaryActive = ColorToken.outlineOnLightTransparentPrimaryActive + public static let outlineOnLightTransparentPrimaryHover = ColorToken.outlineOnLightTransparentPrimaryHover + public static let outlineOnLightTransparentSecondary = ColorToken.outlineOnLightTransparentSecondary + public static let outlineOnLightTransparentSecondaryActive = ColorToken.outlineOnLightTransparentSecondaryActive + public static let outlineOnLightTransparentSecondaryHover = ColorToken.outlineOnLightTransparentSecondaryHover + public static let outlineOnLightTransparentTertiary = ColorToken.outlineOnLightTransparentTertiary + public static let outlineOnLightTransparentTertiaryActive = ColorToken.outlineOnLightTransparentTertiaryActive + public static let outlineOnLightTransparentTertiaryHover = ColorToken.outlineOnLightTransparentTertiaryHover + public static let outlineOnLightTransparentWarning = ColorToken.outlineOnLightTransparentWarning + public static let outlineOnLightTransparentWarningActive = ColorToken.outlineOnLightTransparentWarningActive + public static let outlineOnLightTransparentWarningHover = ColorToken.outlineOnLightTransparentWarningHover + public static let outlineOnLightWarning = ColorToken.outlineOnLightWarning + public static let outlineOnLightWarningActive = ColorToken.outlineOnLightWarningActive + public static let outlineOnLightWarningHover = ColorToken.outlineOnLightWarningHover + public static let outlineOnLightWarningMinor = ColorToken.outlineOnLightWarningMinor + public static let outlineOnLightWarningMinorActive = ColorToken.outlineOnLightWarningMinorActive + public static let outlineOnLightWarningMinorHover = ColorToken.outlineOnLightWarningMinorHover + public static let overlayDefaultBlur = ColorToken.overlayDefaultBlur + public static let overlayDefaultHard = ColorToken.overlayDefaultHard + public static let overlayDefaultSoft = ColorToken.overlayDefaultSoft + public static let overlayInverseBlur = ColorToken.overlayInverseBlur + public static let overlayInverseHard = ColorToken.overlayInverseHard + public static let overlayInverseSoft = ColorToken.overlayInverseSoft + public static let overlayOnDarkBlur = ColorToken.overlayOnDarkBlur + public static let overlayOnDarkHard = ColorToken.overlayOnDarkHard + public static let overlayOnDarkSoft = ColorToken.overlayOnDarkSoft + public static let overlayOnLightBlur = ColorToken.overlayOnLightBlur + public static let overlayOnLightHard = ColorToken.overlayOnLightHard + public static let overlayOnLightSoft = ColorToken.overlayOnLightSoft + public static let surfaceDefaultAccent = ColorToken.surfaceDefaultAccent + public static let surfaceDefaultAccentActive = ColorToken.surfaceDefaultAccentActive + public static let surfaceDefaultAccentHover = ColorToken.surfaceDefaultAccentHover + public static let surfaceDefaultAccentMinor = ColorToken.surfaceDefaultAccentMinor + public static let surfaceDefaultAccentMinorActive = ColorToken.surfaceDefaultAccentMinorActive + public static let surfaceDefaultAccentMinorHover = ColorToken.surfaceDefaultAccentMinorHover + public static let surfaceDefaultClear = ColorToken.surfaceDefaultClear + public static let surfaceDefaultClearActive = ColorToken.surfaceDefaultClearActive + public static let surfaceDefaultClearHover = ColorToken.surfaceDefaultClearHover + public static let surfaceDefaultInfo = ColorToken.surfaceDefaultInfo + public static let surfaceDefaultInfoActive = ColorToken.surfaceDefaultInfoActive + public static let surfaceDefaultInfoHover = ColorToken.surfaceDefaultInfoHover + public static let surfaceDefaultInfoMinor = ColorToken.surfaceDefaultInfoMinor + public static let surfaceDefaultInfoMinorActive = ColorToken.surfaceDefaultInfoMinorActive + public static let surfaceDefaultInfoMinorHover = ColorToken.surfaceDefaultInfoMinorHover + public static let surfaceDefaultNegative = ColorToken.surfaceDefaultNegative + public static let surfaceDefaultNegativeActive = ColorToken.surfaceDefaultNegativeActive + public static let surfaceDefaultNegativeHover = ColorToken.surfaceDefaultNegativeHover + public static let surfaceDefaultNegativeMinor = ColorToken.surfaceDefaultNegativeMinor + public static let surfaceDefaultNegativeMinorActive = ColorToken.surfaceDefaultNegativeMinorActive + public static let surfaceDefaultNegativeMinorHover = ColorToken.surfaceDefaultNegativeMinorHover + public static let surfaceDefaultPositive = ColorToken.surfaceDefaultPositive + public static let surfaceDefaultPositiveActive = ColorToken.surfaceDefaultPositiveActive + public static let surfaceDefaultPositiveHover = ColorToken.surfaceDefaultPositiveHover + public static let surfaceDefaultPositiveMinor = ColorToken.surfaceDefaultPositiveMinor + public static let surfaceDefaultPositiveMinorActive = ColorToken.surfaceDefaultPositiveMinorActive + public static let surfaceDefaultPositiveMinorHover = ColorToken.surfaceDefaultPositiveMinorHover + public static let surfaceDefaultPromo = ColorToken.surfaceDefaultPromo + public static let surfaceDefaultPromoActive = ColorToken.surfaceDefaultPromoActive + public static let surfaceDefaultPromoHover = ColorToken.surfaceDefaultPromoHover + public static let surfaceDefaultPromoMinor = ColorToken.surfaceDefaultPromoMinor + public static let surfaceDefaultPromoMinorActive = ColorToken.surfaceDefaultPromoMinorActive + public static let surfaceDefaultPromoMinorHover = ColorToken.surfaceDefaultPromoMinorHover + public static let surfaceDefaultSolidCard = ColorToken.surfaceDefaultSolidCard + public static let surfaceDefaultSolidCardActive = ColorToken.surfaceDefaultSolidCardActive + public static let surfaceDefaultSolidCardHover = ColorToken.surfaceDefaultSolidCardHover + public static let surfaceDefaultSolidDefault = ColorToken.surfaceDefaultSolidDefault + public static let surfaceDefaultSolidDefaultActive = ColorToken.surfaceDefaultSolidDefaultActive + public static let surfaceDefaultSolidDefaultHover = ColorToken.surfaceDefaultSolidDefaultHover + public static let surfaceDefaultSolidPrimary = ColorToken.surfaceDefaultSolidPrimary + public static let surfaceDefaultSolidPrimaryActive = ColorToken.surfaceDefaultSolidPrimaryActive + public static let surfaceDefaultSolidPrimaryHover = ColorToken.surfaceDefaultSolidPrimaryHover + public static let surfaceDefaultSolidSecondary = ColorToken.surfaceDefaultSolidSecondary + public static let surfaceDefaultSolidSecondaryActive = ColorToken.surfaceDefaultSolidSecondaryActive + public static let surfaceDefaultSolidSecondaryHover = ColorToken.surfaceDefaultSolidSecondaryHover + public static let surfaceDefaultSolidTertiary = ColorToken.surfaceDefaultSolidTertiary + public static let surfaceDefaultSolidTertiaryActive = ColorToken.surfaceDefaultSolidTertiaryActive + public static let surfaceDefaultSolidTertiaryHover = ColorToken.surfaceDefaultSolidTertiaryHover + public static let surfaceDefaultTransparentAccent = ColorToken.surfaceDefaultTransparentAccent + public static let surfaceDefaultTransparentAccentActive = ColorToken.surfaceDefaultTransparentAccentActive + public static let surfaceDefaultTransparentAccentHover = ColorToken.surfaceDefaultTransparentAccentHover + public static let surfaceDefaultTransparentCard = ColorToken.surfaceDefaultTransparentCard + public static let surfaceDefaultTransparentCardActive = ColorToken.surfaceDefaultTransparentCardActive + public static let surfaceDefaultTransparentCardHover = ColorToken.surfaceDefaultTransparentCardHover + public static let surfaceDefaultTransparentDeep = ColorToken.surfaceDefaultTransparentDeep + public static let surfaceDefaultTransparentDeepActive = ColorToken.surfaceDefaultTransparentDeepActive + public static let surfaceDefaultTransparentDeepHover = ColorToken.surfaceDefaultTransparentDeepHover + public static let surfaceDefaultTransparentInfo = ColorToken.surfaceDefaultTransparentInfo + public static let surfaceDefaultTransparentInfoActive = ColorToken.surfaceDefaultTransparentInfoActive + public static let surfaceDefaultTransparentInfoHover = ColorToken.surfaceDefaultTransparentInfoHover + public static let surfaceDefaultTransparentNegative = ColorToken.surfaceDefaultTransparentNegative + public static let surfaceDefaultTransparentNegativeActive = ColorToken.surfaceDefaultTransparentNegativeActive + public static let surfaceDefaultTransparentNegativeHover = ColorToken.surfaceDefaultTransparentNegativeHover + public static let surfaceDefaultTransparentPositive = ColorToken.surfaceDefaultTransparentPositive + public static let surfaceDefaultTransparentPositiveActive = ColorToken.surfaceDefaultTransparentPositiveActive + public static let surfaceDefaultTransparentPositiveHover = ColorToken.surfaceDefaultTransparentPositiveHover + public static let surfaceDefaultTransparentPrimary = ColorToken.surfaceDefaultTransparentPrimary + public static let surfaceDefaultTransparentPrimaryActive = ColorToken.surfaceDefaultTransparentPrimaryActive + public static let surfaceDefaultTransparentPrimaryHover = ColorToken.surfaceDefaultTransparentPrimaryHover + public static let surfaceDefaultTransparentPromo = ColorToken.surfaceDefaultTransparentPromo + public static let surfaceDefaultTransparentPromoActive = ColorToken.surfaceDefaultTransparentPromoActive + public static let surfaceDefaultTransparentPromoHover = ColorToken.surfaceDefaultTransparentPromoHover + public static let surfaceDefaultTransparentSecondary = ColorToken.surfaceDefaultTransparentSecondary + public static let surfaceDefaultTransparentSecondaryActive = ColorToken.surfaceDefaultTransparentSecondaryActive + public static let surfaceDefaultTransparentSecondaryHover = ColorToken.surfaceDefaultTransparentSecondaryHover + public static let surfaceDefaultTransparentTertiary = ColorToken.surfaceDefaultTransparentTertiary + public static let surfaceDefaultTransparentTertiaryActive = ColorToken.surfaceDefaultTransparentTertiaryActive + public static let surfaceDefaultTransparentTertiaryHover = ColorToken.surfaceDefaultTransparentTertiaryHover + public static let surfaceDefaultTransparentWarning = ColorToken.surfaceDefaultTransparentWarning + public static let surfaceDefaultTransparentWarningActive = ColorToken.surfaceDefaultTransparentWarningActive + public static let surfaceDefaultTransparentWarningHover = ColorToken.surfaceDefaultTransparentWarningHover + public static let surfaceDefaultWarning = ColorToken.surfaceDefaultWarning + public static let surfaceDefaultWarningActive = ColorToken.surfaceDefaultWarningActive + public static let surfaceDefaultWarningHover = ColorToken.surfaceDefaultWarningHover + public static let surfaceDefaultWarningMinor = ColorToken.surfaceDefaultWarningMinor + public static let surfaceDefaultWarningMinorActive = ColorToken.surfaceDefaultWarningMinorActive + public static let surfaceDefaultWarningMinorHover = ColorToken.surfaceDefaultWarningMinorHover + public static let surfaceInverseAccent = ColorToken.surfaceInverseAccent + public static let surfaceInverseAccentActive = ColorToken.surfaceInverseAccentActive + public static let surfaceInverseAccentHover = ColorToken.surfaceInverseAccentHover + public static let surfaceInverseAccentMinor = ColorToken.surfaceInverseAccentMinor + public static let surfaceInverseAccentMinorActive = ColorToken.surfaceInverseAccentMinorActive + public static let surfaceInverseAccentMinorHover = ColorToken.surfaceInverseAccentMinorHover + public static let surfaceInverseClear = ColorToken.surfaceInverseClear + public static let surfaceInverseClearActive = ColorToken.surfaceInverseClearActive + public static let surfaceInverseClearHover = ColorToken.surfaceInverseClearHover + public static let surfaceInverseInfo = ColorToken.surfaceInverseInfo + public static let surfaceInverseInfoActive = ColorToken.surfaceInverseInfoActive + public static let surfaceInverseInfoHover = ColorToken.surfaceInverseInfoHover + public static let surfaceInverseInfoMinor = ColorToken.surfaceInverseInfoMinor + public static let surfaceInverseInfoMinorActive = ColorToken.surfaceInverseInfoMinorActive + public static let surfaceInverseInfoMinorHover = ColorToken.surfaceInverseInfoMinorHover + public static let surfaceInverseNegative = ColorToken.surfaceInverseNegative + public static let surfaceInverseNegativeActive = ColorToken.surfaceInverseNegativeActive + public static let surfaceInverseNegativeHover = ColorToken.surfaceInverseNegativeHover + public static let surfaceInverseNegativeMinor = ColorToken.surfaceInverseNegativeMinor + public static let surfaceInverseNegativeMinorActive = ColorToken.surfaceInverseNegativeMinorActive + public static let surfaceInverseNegativeMinorHover = ColorToken.surfaceInverseNegativeMinorHover + public static let surfaceInversePositive = ColorToken.surfaceInversePositive + public static let surfaceInversePositiveActive = ColorToken.surfaceInversePositiveActive + public static let surfaceInversePositiveHover = ColorToken.surfaceInversePositiveHover + public static let surfaceInversePositiveMinor = ColorToken.surfaceInversePositiveMinor + public static let surfaceInversePositiveMinorActive = ColorToken.surfaceInversePositiveMinorActive + public static let surfaceInversePositiveMinorHover = ColorToken.surfaceInversePositiveMinorHover + public static let surfaceInversePromo = ColorToken.surfaceInversePromo + public static let surfaceInversePromoActive = ColorToken.surfaceInversePromoActive + public static let surfaceInversePromoHover = ColorToken.surfaceInversePromoHover + public static let surfaceInversePromoMinor = ColorToken.surfaceInversePromoMinor + public static let surfaceInversePromoMinorActive = ColorToken.surfaceInversePromoMinorActive + public static let surfaceInversePromoMinorHover = ColorToken.surfaceInversePromoMinorHover + public static let surfaceInverseSolidCard = ColorToken.surfaceInverseSolidCard + public static let surfaceInverseSolidCardActive = ColorToken.surfaceInverseSolidCardActive + public static let surfaceInverseSolidCardHover = ColorToken.surfaceInverseSolidCardHover + public static let surfaceInverseSolidDefault = ColorToken.surfaceInverseSolidDefault + public static let surfaceInverseSolidDefaultActive = ColorToken.surfaceInverseSolidDefaultActive + public static let surfaceInverseSolidDefaultHover = ColorToken.surfaceInverseSolidDefaultHover + public static let surfaceInverseSolidPrimary = ColorToken.surfaceInverseSolidPrimary + public static let surfaceInverseSolidPrimaryActive = ColorToken.surfaceInverseSolidPrimaryActive + public static let surfaceInverseSolidPrimaryHover = ColorToken.surfaceInverseSolidPrimaryHover + public static let surfaceInverseSolidSecondary = ColorToken.surfaceInverseSolidSecondary + public static let surfaceInverseSolidSecondaryActive = ColorToken.surfaceInverseSolidSecondaryActive + public static let surfaceInverseSolidSecondaryHover = ColorToken.surfaceInverseSolidSecondaryHover + public static let surfaceInverseSolidTertiary = ColorToken.surfaceInverseSolidTertiary + public static let surfaceInverseSolidTertiaryActive = ColorToken.surfaceInverseSolidTertiaryActive + public static let surfaceInverseSolidTertiaryHover = ColorToken.surfaceInverseSolidTertiaryHover + public static let surfaceInverseTransparentAccent = ColorToken.surfaceInverseTransparentAccent + public static let surfaceInverseTransparentAccentActive = ColorToken.surfaceInverseTransparentAccentActive + public static let surfaceInverseTransparentAccentHover = ColorToken.surfaceInverseTransparentAccentHover + public static let surfaceInverseTransparentCard = ColorToken.surfaceInverseTransparentCard + public static let surfaceInverseTransparentCardActive = ColorToken.surfaceInverseTransparentCardActive + public static let surfaceInverseTransparentCardHover = ColorToken.surfaceInverseTransparentCardHover + public static let surfaceInverseTransparentDeep = ColorToken.surfaceInverseTransparentDeep + public static let surfaceInverseTransparentDeepActive = ColorToken.surfaceInverseTransparentDeepActive + public static let surfaceInverseTransparentDeepHover = ColorToken.surfaceInverseTransparentDeepHover + public static let surfaceInverseTransparentInfo = ColorToken.surfaceInverseTransparentInfo + public static let surfaceInverseTransparentInfoActive = ColorToken.surfaceInverseTransparentInfoActive + public static let surfaceInverseTransparentInfoHover = ColorToken.surfaceInverseTransparentInfoHover + public static let surfaceInverseTransparentNegative = ColorToken.surfaceInverseTransparentNegative + public static let surfaceInverseTransparentNegativeActive = ColorToken.surfaceInverseTransparentNegativeActive + public static let surfaceInverseTransparentNegativeHover = ColorToken.surfaceInverseTransparentNegativeHover + public static let surfaceInverseTransparentPositive = ColorToken.surfaceInverseTransparentPositive + public static let surfaceInverseTransparentPositiveActive = ColorToken.surfaceInverseTransparentPositiveActive + public static let surfaceInverseTransparentPositiveHover = ColorToken.surfaceInverseTransparentPositiveHover + public static let surfaceInverseTransparentPrimary = ColorToken.surfaceInverseTransparentPrimary + public static let surfaceInverseTransparentPrimaryActive = ColorToken.surfaceInverseTransparentPrimaryActive + public static let surfaceInverseTransparentPrimaryHover = ColorToken.surfaceInverseTransparentPrimaryHover + public static let surfaceInverseTransparentPromo = ColorToken.surfaceInverseTransparentPromo + public static let surfaceInverseTransparentPromoActive = ColorToken.surfaceInverseTransparentPromoActive + public static let surfaceInverseTransparentPromoHover = ColorToken.surfaceInverseTransparentPromoHover + public static let surfaceInverseTransparentSecondary = ColorToken.surfaceInverseTransparentSecondary + public static let surfaceInverseTransparentSecondaryActive = ColorToken.surfaceInverseTransparentSecondaryActive + public static let surfaceInverseTransparentSecondaryHover = ColorToken.surfaceInverseTransparentSecondaryHover + public static let surfaceInverseTransparentTertiary = ColorToken.surfaceInverseTransparentTertiary + public static let surfaceInverseTransparentTertiaryActive = ColorToken.surfaceInverseTransparentTertiaryActive + public static let surfaceInverseTransparentTertiaryHover = ColorToken.surfaceInverseTransparentTertiaryHover + public static let surfaceInverseTransparentWarning = ColorToken.surfaceInverseTransparentWarning + public static let surfaceInverseTransparentWarningActive = ColorToken.surfaceInverseTransparentWarningActive + public static let surfaceInverseTransparentWarningHover = ColorToken.surfaceInverseTransparentWarningHover + public static let surfaceInverseWarning = ColorToken.surfaceInverseWarning + public static let surfaceInverseWarningActive = ColorToken.surfaceInverseWarningActive + public static let surfaceInverseWarningHover = ColorToken.surfaceInverseWarningHover + public static let surfaceInverseWarningMinor = ColorToken.surfaceInverseWarningMinor + public static let surfaceInverseWarningMinorActive = ColorToken.surfaceInverseWarningMinorActive + public static let surfaceInverseWarningMinorHover = ColorToken.surfaceInverseWarningMinorHover + public static let surfaceOnDarkAccent = ColorToken.surfaceOnDarkAccent + public static let surfaceOnDarkAccentActive = ColorToken.surfaceOnDarkAccentActive + public static let surfaceOnDarkAccentHover = ColorToken.surfaceOnDarkAccentHover + public static let surfaceOnDarkAccentMinor = ColorToken.surfaceOnDarkAccentMinor + public static let surfaceOnDarkAccentMinorActive = ColorToken.surfaceOnDarkAccentMinorActive + public static let surfaceOnDarkAccentMinorHover = ColorToken.surfaceOnDarkAccentMinorHover + public static let surfaceOnDarkClear = ColorToken.surfaceOnDarkClear + public static let surfaceOnDarkClearActive = ColorToken.surfaceOnDarkClearActive + public static let surfaceOnDarkClearHover = ColorToken.surfaceOnDarkClearHover + public static let surfaceOnDarkInfo = ColorToken.surfaceOnDarkInfo + public static let surfaceOnDarkInfoActive = ColorToken.surfaceOnDarkInfoActive + public static let surfaceOnDarkInfoHover = ColorToken.surfaceOnDarkInfoHover + public static let surfaceOnDarkInfoMinor = ColorToken.surfaceOnDarkInfoMinor + public static let surfaceOnDarkInfoMinorActive = ColorToken.surfaceOnDarkInfoMinorActive + public static let surfaceOnDarkInfoMinorHover = ColorToken.surfaceOnDarkInfoMinorHover + public static let surfaceOnDarkNegative = ColorToken.surfaceOnDarkNegative + public static let surfaceOnDarkNegativeActive = ColorToken.surfaceOnDarkNegativeActive + public static let surfaceOnDarkNegativeHover = ColorToken.surfaceOnDarkNegativeHover + public static let surfaceOnDarkNegativeMinor = ColorToken.surfaceOnDarkNegativeMinor + public static let surfaceOnDarkNegativeMinorActive = ColorToken.surfaceOnDarkNegativeMinorActive + public static let surfaceOnDarkNegativeMinorHover = ColorToken.surfaceOnDarkNegativeMinorHover + public static let surfaceOnDarkPositive = ColorToken.surfaceOnDarkPositive + public static let surfaceOnDarkPositiveActive = ColorToken.surfaceOnDarkPositiveActive + public static let surfaceOnDarkPositiveHover = ColorToken.surfaceOnDarkPositiveHover + public static let surfaceOnDarkPositiveMinor = ColorToken.surfaceOnDarkPositiveMinor + public static let surfaceOnDarkPositiveMinorActive = ColorToken.surfaceOnDarkPositiveMinorActive + public static let surfaceOnDarkPositiveMinorHover = ColorToken.surfaceOnDarkPositiveMinorHover + public static let surfaceOnDarkPromo = ColorToken.surfaceOnDarkPromo + public static let surfaceOnDarkPromoActive = ColorToken.surfaceOnDarkPromoActive + public static let surfaceOnDarkPromoHover = ColorToken.surfaceOnDarkPromoHover + public static let surfaceOnDarkPromoMinor = ColorToken.surfaceOnDarkPromoMinor + public static let surfaceOnDarkPromoMinorActive = ColorToken.surfaceOnDarkPromoMinorActive + public static let surfaceOnDarkPromoMinorHover = ColorToken.surfaceOnDarkPromoMinorHover + public static let surfaceOnDarkSolidCard = ColorToken.surfaceOnDarkSolidCard + public static let surfaceOnDarkSolidCardActive = ColorToken.surfaceOnDarkSolidCardActive + public static let surfaceOnDarkSolidCardHover = ColorToken.surfaceOnDarkSolidCardHover + public static let surfaceOnDarkSolidDefault = ColorToken.surfaceOnDarkSolidDefault + public static let surfaceOnDarkSolidDefaultActive = ColorToken.surfaceOnDarkSolidDefaultActive + public static let surfaceOnDarkSolidDefaultHover = ColorToken.surfaceOnDarkSolidDefaultHover + public static let surfaceOnDarkSolidPrimary = ColorToken.surfaceOnDarkSolidPrimary + public static let surfaceOnDarkSolidPrimaryActive = ColorToken.surfaceOnDarkSolidPrimaryActive + public static let surfaceOnDarkSolidPrimaryHover = ColorToken.surfaceOnDarkSolidPrimaryHover + public static let surfaceOnDarkSolidSecondary = ColorToken.surfaceOnDarkSolidSecondary + public static let surfaceOnDarkSolidSecondaryActive = ColorToken.surfaceOnDarkSolidSecondaryActive + public static let surfaceOnDarkSolidSecondaryHover = ColorToken.surfaceOnDarkSolidSecondaryHover + public static let surfaceOnDarkSolidTertiary = ColorToken.surfaceOnDarkSolidTertiary + public static let surfaceOnDarkSolidTertiaryActive = ColorToken.surfaceOnDarkSolidTertiaryActive + public static let surfaceOnDarkSolidTertiaryHover = ColorToken.surfaceOnDarkSolidTertiaryHover + public static let surfaceOnDarkTransparentAccent = ColorToken.surfaceOnDarkTransparentAccent + public static let surfaceOnDarkTransparentAccentActive = ColorToken.surfaceOnDarkTransparentAccentActive + public static let surfaceOnDarkTransparentAccentHover = ColorToken.surfaceOnDarkTransparentAccentHover + public static let surfaceOnDarkTransparentCard = ColorToken.surfaceOnDarkTransparentCard + public static let surfaceOnDarkTransparentCardActive = ColorToken.surfaceOnDarkTransparentCardActive + public static let surfaceOnDarkTransparentCardHover = ColorToken.surfaceOnDarkTransparentCardHover + public static let surfaceOnDarkTransparentDeep = ColorToken.surfaceOnDarkTransparentDeep + public static let surfaceOnDarkTransparentDeepActive = ColorToken.surfaceOnDarkTransparentDeepActive + public static let surfaceOnDarkTransparentDeepHover = ColorToken.surfaceOnDarkTransparentDeepHover + public static let surfaceOnDarkTransparentInfo = ColorToken.surfaceOnDarkTransparentInfo + public static let surfaceOnDarkTransparentInfoActive = ColorToken.surfaceOnDarkTransparentInfoActive + public static let surfaceOnDarkTransparentInfoHover = ColorToken.surfaceOnDarkTransparentInfoHover + public static let surfaceOnDarkTransparentNegative = ColorToken.surfaceOnDarkTransparentNegative + public static let surfaceOnDarkTransparentNegativeActive = ColorToken.surfaceOnDarkTransparentNegativeActive + public static let surfaceOnDarkTransparentNegativeHover = ColorToken.surfaceOnDarkTransparentNegativeHover + public static let surfaceOnDarkTransparentPositive = ColorToken.surfaceOnDarkTransparentPositive + public static let surfaceOnDarkTransparentPositiveActive = ColorToken.surfaceOnDarkTransparentPositiveActive + public static let surfaceOnDarkTransparentPositiveHover = ColorToken.surfaceOnDarkTransparentPositiveHover + public static let surfaceOnDarkTransparentPrimary = ColorToken.surfaceOnDarkTransparentPrimary + public static let surfaceOnDarkTransparentPrimaryActive = ColorToken.surfaceOnDarkTransparentPrimaryActive + public static let surfaceOnDarkTransparentPrimaryHover = ColorToken.surfaceOnDarkTransparentPrimaryHover + public static let surfaceOnDarkTransparentPromo = ColorToken.surfaceOnDarkTransparentPromo + public static let surfaceOnDarkTransparentPromoActive = ColorToken.surfaceOnDarkTransparentPromoActive + public static let surfaceOnDarkTransparentPromoHover = ColorToken.surfaceOnDarkTransparentPromoHover + public static let surfaceOnDarkTransparentSecondary = ColorToken.surfaceOnDarkTransparentSecondary + public static let surfaceOnDarkTransparentSecondaryActive = ColorToken.surfaceOnDarkTransparentSecondaryActive + public static let surfaceOnDarkTransparentSecondaryHover = ColorToken.surfaceOnDarkTransparentSecondaryHover + public static let surfaceOnDarkTransparentTertiary = ColorToken.surfaceOnDarkTransparentTertiary + public static let surfaceOnDarkTransparentTertiaryActive = ColorToken.surfaceOnDarkTransparentTertiaryActive + public static let surfaceOnDarkTransparentTertiaryHover = ColorToken.surfaceOnDarkTransparentTertiaryHover + public static let surfaceOnDarkTransparentWarning = ColorToken.surfaceOnDarkTransparentWarning + public static let surfaceOnDarkTransparentWarningActive = ColorToken.surfaceOnDarkTransparentWarningActive + public static let surfaceOnDarkTransparentWarningHover = ColorToken.surfaceOnDarkTransparentWarningHover + public static let surfaceOnDarkWarning = ColorToken.surfaceOnDarkWarning + public static let surfaceOnDarkWarningActive = ColorToken.surfaceOnDarkWarningActive + public static let surfaceOnDarkWarningHover = ColorToken.surfaceOnDarkWarningHover + public static let surfaceOnDarkWarningMinor = ColorToken.surfaceOnDarkWarningMinor + public static let surfaceOnDarkWarningMinorActive = ColorToken.surfaceOnDarkWarningMinorActive + public static let surfaceOnDarkWarningMinorHover = ColorToken.surfaceOnDarkWarningMinorHover + public static let surfaceOnLightAccent = ColorToken.surfaceOnLightAccent + public static let surfaceOnLightAccentActive = ColorToken.surfaceOnLightAccentActive + public static let surfaceOnLightAccentHover = ColorToken.surfaceOnLightAccentHover + public static let surfaceOnLightAccentMinor = ColorToken.surfaceOnLightAccentMinor + public static let surfaceOnLightAccentMinorActive = ColorToken.surfaceOnLightAccentMinorActive + public static let surfaceOnLightAccentMinorHover = ColorToken.surfaceOnLightAccentMinorHover + public static let surfaceOnLightClear = ColorToken.surfaceOnLightClear + public static let surfaceOnLightClearActive = ColorToken.surfaceOnLightClearActive + public static let surfaceOnLightClearHover = ColorToken.surfaceOnLightClearHover + public static let surfaceOnLightInfo = ColorToken.surfaceOnLightInfo + public static let surfaceOnLightInfoActive = ColorToken.surfaceOnLightInfoActive + public static let surfaceOnLightInfoHover = ColorToken.surfaceOnLightInfoHover + public static let surfaceOnLightInfoMinor = ColorToken.surfaceOnLightInfoMinor + public static let surfaceOnLightInfoMinorActive = ColorToken.surfaceOnLightInfoMinorActive + public static let surfaceOnLightInfoMinorHover = ColorToken.surfaceOnLightInfoMinorHover + public static let surfaceOnLightNegative = ColorToken.surfaceOnLightNegative + public static let surfaceOnLightNegativeActive = ColorToken.surfaceOnLightNegativeActive + public static let surfaceOnLightNegativeHover = ColorToken.surfaceOnLightNegativeHover + public static let surfaceOnLightNegativeMinor = ColorToken.surfaceOnLightNegativeMinor + public static let surfaceOnLightNegativeMinorActive = ColorToken.surfaceOnLightNegativeMinorActive + public static let surfaceOnLightNegativeMinorHover = ColorToken.surfaceOnLightNegativeMinorHover + public static let surfaceOnLightPositive = ColorToken.surfaceOnLightPositive + public static let surfaceOnLightPositiveActive = ColorToken.surfaceOnLightPositiveActive + public static let surfaceOnLightPositiveHover = ColorToken.surfaceOnLightPositiveHover + public static let surfaceOnLightPositiveMinor = ColorToken.surfaceOnLightPositiveMinor + public static let surfaceOnLightPositiveMinorActive = ColorToken.surfaceOnLightPositiveMinorActive + public static let surfaceOnLightPositiveMinorHover = ColorToken.surfaceOnLightPositiveMinorHover + public static let surfaceOnLightPromo = ColorToken.surfaceOnLightPromo + public static let surfaceOnLightPromoActive = ColorToken.surfaceOnLightPromoActive + public static let surfaceOnLightPromoHover = ColorToken.surfaceOnLightPromoHover + public static let surfaceOnLightPromoMinor = ColorToken.surfaceOnLightPromoMinor + public static let surfaceOnLightPromoMinorActive = ColorToken.surfaceOnLightPromoMinorActive + public static let surfaceOnLightPromoMinorHover = ColorToken.surfaceOnLightPromoMinorHover + public static let surfaceOnLightSolidCard = ColorToken.surfaceOnLightSolidCard + public static let surfaceOnLightSolidCardActive = ColorToken.surfaceOnLightSolidCardActive + public static let surfaceOnLightSolidCardHover = ColorToken.surfaceOnLightSolidCardHover + public static let surfaceOnLightSolidDefault = ColorToken.surfaceOnLightSolidDefault + public static let surfaceOnLightSolidDefaultActive = ColorToken.surfaceOnLightSolidDefaultActive + public static let surfaceOnLightSolidDefaultHover = ColorToken.surfaceOnLightSolidDefaultHover + public static let surfaceOnLightSolidPrimary = ColorToken.surfaceOnLightSolidPrimary + public static let surfaceOnLightSolidPrimaryActive = ColorToken.surfaceOnLightSolidPrimaryActive + public static let surfaceOnLightSolidPrimaryHover = ColorToken.surfaceOnLightSolidPrimaryHover + public static let surfaceOnLightSolidSecondary = ColorToken.surfaceOnLightSolidSecondary + public static let surfaceOnLightSolidSecondaryActive = ColorToken.surfaceOnLightSolidSecondaryActive + public static let surfaceOnLightSolidSecondaryHover = ColorToken.surfaceOnLightSolidSecondaryHover + public static let surfaceOnLightSolidTertiary = ColorToken.surfaceOnLightSolidTertiary + public static let surfaceOnLightSolidTertiaryActive = ColorToken.surfaceOnLightSolidTertiaryActive + public static let surfaceOnLightSolidTertiaryHover = ColorToken.surfaceOnLightSolidTertiaryHover + public static let surfaceOnLightTransparentAccent = ColorToken.surfaceOnLightTransparentAccent + public static let surfaceOnLightTransparentAccentActive = ColorToken.surfaceOnLightTransparentAccentActive + public static let surfaceOnLightTransparentAccentHover = ColorToken.surfaceOnLightTransparentAccentHover + public static let surfaceOnLightTransparentCard = ColorToken.surfaceOnLightTransparentCard + public static let surfaceOnLightTransparentCardActive = ColorToken.surfaceOnLightTransparentCardActive + public static let surfaceOnLightTransparentCardHover = ColorToken.surfaceOnLightTransparentCardHover + public static let surfaceOnLightTransparentDeep = ColorToken.surfaceOnLightTransparentDeep + public static let surfaceOnLightTransparentDeepActive = ColorToken.surfaceOnLightTransparentDeepActive + public static let surfaceOnLightTransparentDeepHover = ColorToken.surfaceOnLightTransparentDeepHover + public static let surfaceOnLightTransparentInfo = ColorToken.surfaceOnLightTransparentInfo + public static let surfaceOnLightTransparentInfoActive = ColorToken.surfaceOnLightTransparentInfoActive + public static let surfaceOnLightTransparentInfoHover = ColorToken.surfaceOnLightTransparentInfoHover + public static let surfaceOnLightTransparentNegative = ColorToken.surfaceOnLightTransparentNegative + public static let surfaceOnLightTransparentNegativeActive = ColorToken.surfaceOnLightTransparentNegativeActive + public static let surfaceOnLightTransparentNegativeHover = ColorToken.surfaceOnLightTransparentNegativeHover + public static let surfaceOnLightTransparentPositive = ColorToken.surfaceOnLightTransparentPositive + public static let surfaceOnLightTransparentPositiveActive = ColorToken.surfaceOnLightTransparentPositiveActive + public static let surfaceOnLightTransparentPositiveHover = ColorToken.surfaceOnLightTransparentPositiveHover + public static let surfaceOnLightTransparentPrimary = ColorToken.surfaceOnLightTransparentPrimary + public static let surfaceOnLightTransparentPrimaryActive = ColorToken.surfaceOnLightTransparentPrimaryActive + public static let surfaceOnLightTransparentPrimaryHover = ColorToken.surfaceOnLightTransparentPrimaryHover + public static let surfaceOnLightTransparentPromo = ColorToken.surfaceOnLightTransparentPromo + public static let surfaceOnLightTransparentPromoActive = ColorToken.surfaceOnLightTransparentPromoActive + public static let surfaceOnLightTransparentPromoHover = ColorToken.surfaceOnLightTransparentPromoHover + public static let surfaceOnLightTransparentSecondary = ColorToken.surfaceOnLightTransparentSecondary + public static let surfaceOnLightTransparentSecondaryActive = ColorToken.surfaceOnLightTransparentSecondaryActive + public static let surfaceOnLightTransparentSecondaryHover = ColorToken.surfaceOnLightTransparentSecondaryHover + public static let surfaceOnLightTransparentTertiary = ColorToken.surfaceOnLightTransparentTertiary + public static let surfaceOnLightTransparentTertiaryActive = ColorToken.surfaceOnLightTransparentTertiaryActive + public static let surfaceOnLightTransparentTertiaryHover = ColorToken.surfaceOnLightTransparentTertiaryHover + public static let surfaceOnLightTransparentWarning = ColorToken.surfaceOnLightTransparentWarning + public static let surfaceOnLightTransparentWarningActive = ColorToken.surfaceOnLightTransparentWarningActive + public static let surfaceOnLightTransparentWarningHover = ColorToken.surfaceOnLightTransparentWarningHover + public static let surfaceOnLightWarning = ColorToken.surfaceOnLightWarning + public static let surfaceOnLightWarningActive = ColorToken.surfaceOnLightWarningActive + public static let surfaceOnLightWarningHover = ColorToken.surfaceOnLightWarningHover + public static let surfaceOnLightWarningMinor = ColorToken.surfaceOnLightWarningMinor + public static let surfaceOnLightWarningMinorActive = ColorToken.surfaceOnLightWarningMinorActive + public static let surfaceOnLightWarningMinorHover = ColorToken.surfaceOnLightWarningMinorHover + public static let textDefaultAccent = ColorToken.textDefaultAccent + public static let textDefaultAccentActive = ColorToken.textDefaultAccentActive + public static let textDefaultAccentHover = ColorToken.textDefaultAccentHover + public static let textDefaultAccentMinor = ColorToken.textDefaultAccentMinor + public static let textDefaultAccentMinorActive = ColorToken.textDefaultAccentMinorActive + public static let textDefaultAccentMinorHover = ColorToken.textDefaultAccentMinorHover + public static let textDefaultInfo = ColorToken.textDefaultInfo + public static let textDefaultInfoActive = ColorToken.textDefaultInfoActive + public static let textDefaultInfoHover = ColorToken.textDefaultInfoHover + public static let textDefaultInfoMinor = ColorToken.textDefaultInfoMinor + public static let textDefaultInfoMinorActive = ColorToken.textDefaultInfoMinorActive + public static let textDefaultInfoMinorHover = ColorToken.textDefaultInfoMinorHover + public static let textDefaultNegative = ColorToken.textDefaultNegative + public static let textDefaultNegativeActive = ColorToken.textDefaultNegativeActive + public static let textDefaultNegativeHover = ColorToken.textDefaultNegativeHover + public static let textDefaultNegativeMinor = ColorToken.textDefaultNegativeMinor + public static let textDefaultNegativeMinorActive = ColorToken.textDefaultNegativeMinorActive + public static let textDefaultNegativeMinorHover = ColorToken.textDefaultNegativeMinorHover + public static let textDefaultParagraph = ColorToken.textDefaultParagraph + public static let textDefaultParagraphActive = ColorToken.textDefaultParagraphActive + public static let textDefaultParagraphHover = ColorToken.textDefaultParagraphHover + public static let textDefaultPositive = ColorToken.textDefaultPositive + public static let textDefaultPositiveActive = ColorToken.textDefaultPositiveActive + public static let textDefaultPositiveHover = ColorToken.textDefaultPositiveHover + public static let textDefaultPositiveMinor = ColorToken.textDefaultPositiveMinor + public static let textDefaultPositiveMinorActive = ColorToken.textDefaultPositiveMinorActive + public static let textDefaultPositiveMinorHover = ColorToken.textDefaultPositiveMinorHover + public static let textDefaultPrimary = ColorToken.textDefaultPrimary + public static let textDefaultPrimaryActive = ColorToken.textDefaultPrimaryActive + public static let textDefaultPrimaryHover = ColorToken.textDefaultPrimaryHover + public static let textDefaultPromo = ColorToken.textDefaultPromo + public static let textDefaultPromoActive = ColorToken.textDefaultPromoActive + public static let textDefaultPromoHover = ColorToken.textDefaultPromoHover + public static let textDefaultPromoMinor = ColorToken.textDefaultPromoMinor + public static let textDefaultPromoMinorActive = ColorToken.textDefaultPromoMinorActive + public static let textDefaultPromoMinorHover = ColorToken.textDefaultPromoMinorHover + public static let textDefaultSecondary = ColorToken.textDefaultSecondary + public static let textDefaultSecondaryActive = ColorToken.textDefaultSecondaryActive + public static let textDefaultSecondaryHover = ColorToken.textDefaultSecondaryHover + public static let textDefaultTertiary = ColorToken.textDefaultTertiary + public static let textDefaultTertiaryActive = ColorToken.textDefaultTertiaryActive + public static let textDefaultTertiaryHover = ColorToken.textDefaultTertiaryHover + public static let textDefaultWarning = ColorToken.textDefaultWarning + public static let textDefaultWarningActive = ColorToken.textDefaultWarningActive + public static let textDefaultWarningHover = ColorToken.textDefaultWarningHover + public static let textDefaultWarningMinor = ColorToken.textDefaultWarningMinor + public static let textDefaultWarningMinorActive = ColorToken.textDefaultWarningMinorActive + public static let textDefaultWarningMinorHover = ColorToken.textDefaultWarningMinorHover + public static let textInverseAccent = ColorToken.textInverseAccent + public static let textInverseAccentActive = ColorToken.textInverseAccentActive + public static let textInverseAccentHover = ColorToken.textInverseAccentHover + public static let textInverseAccentMinor = ColorToken.textInverseAccentMinor + public static let textInverseAccentMinorActive = ColorToken.textInverseAccentMinorActive + public static let textInverseAccentMinorHover = ColorToken.textInverseAccentMinorHover + public static let textInverseInfo = ColorToken.textInverseInfo + public static let textInverseInfoActive = ColorToken.textInverseInfoActive + public static let textInverseInfoHover = ColorToken.textInverseInfoHover + public static let textInverseInfoMinor = ColorToken.textInverseInfoMinor + public static let textInverseInfoMinorActive = ColorToken.textInverseInfoMinorActive + public static let textInverseInfoMinorHover = ColorToken.textInverseInfoMinorHover + public static let textInverseNegative = ColorToken.textInverseNegative + public static let textInverseNegativeActive = ColorToken.textInverseNegativeActive + public static let textInverseNegativeHover = ColorToken.textInverseNegativeHover + public static let textInverseNegativeMinor = ColorToken.textInverseNegativeMinor + public static let textInverseNegativeMinorActive = ColorToken.textInverseNegativeMinorActive + public static let textInverseNegativeMinorHover = ColorToken.textInverseNegativeMinorHover + public static let textInverseParagraph = ColorToken.textInverseParagraph + public static let textInverseParagraphActive = ColorToken.textInverseParagraphActive + public static let textInverseParagraphHover = ColorToken.textInverseParagraphHover + public static let textInversePositive = ColorToken.textInversePositive + public static let textInversePositiveActive = ColorToken.textInversePositiveActive + public static let textInversePositiveHover = ColorToken.textInversePositiveHover + public static let textInversePositiveMinor = ColorToken.textInversePositiveMinor + public static let textInversePositiveMinorActive = ColorToken.textInversePositiveMinorActive + public static let textInversePositiveMinorHover = ColorToken.textInversePositiveMinorHover + public static let textInversePrimary = ColorToken.textInversePrimary + public static let textInversePrimaryActive = ColorToken.textInversePrimaryActive + public static let textInversePrimaryHover = ColorToken.textInversePrimaryHover + public static let textInversePromo = ColorToken.textInversePromo + public static let textInversePromoActive = ColorToken.textInversePromoActive + public static let textInversePromoHover = ColorToken.textInversePromoHover + public static let textInversePromoMinor = ColorToken.textInversePromoMinor + public static let textInversePromoMinorActive = ColorToken.textInversePromoMinorActive + public static let textInversePromoMinorHover = ColorToken.textInversePromoMinorHover + public static let textInverseSecondary = ColorToken.textInverseSecondary + public static let textInverseSecondaryActive = ColorToken.textInverseSecondaryActive + public static let textInverseSecondaryHover = ColorToken.textInverseSecondaryHover + public static let textInverseTertiary = ColorToken.textInverseTertiary + public static let textInverseTertiaryActive = ColorToken.textInverseTertiaryActive + public static let textInverseTertiaryHover = ColorToken.textInverseTertiaryHover + public static let textInverseWarning = ColorToken.textInverseWarning + public static let textInverseWarningActive = ColorToken.textInverseWarningActive + public static let textInverseWarningHover = ColorToken.textInverseWarningHover + public static let textInverseWarningMinor = ColorToken.textInverseWarningMinor + public static let textInverseWarningMinorActive = ColorToken.textInverseWarningMinorActive + public static let textInverseWarningMinorHover = ColorToken.textInverseWarningMinorHover + public static let textOnDarkAccent = ColorToken.textOnDarkAccent + public static let textOnDarkAccentActive = ColorToken.textOnDarkAccentActive + public static let textOnDarkAccentHover = ColorToken.textOnDarkAccentHover + public static let textOnDarkAccentMinor = ColorToken.textOnDarkAccentMinor + public static let textOnDarkAccentMinorActive = ColorToken.textOnDarkAccentMinorActive + public static let textOnDarkAccentMinorHover = ColorToken.textOnDarkAccentMinorHover + public static let textOnDarkInfo = ColorToken.textOnDarkInfo + public static let textOnDarkInfoActive = ColorToken.textOnDarkInfoActive + public static let textOnDarkInfoHover = ColorToken.textOnDarkInfoHover + public static let textOnDarkInfoMinor = ColorToken.textOnDarkInfoMinor + public static let textOnDarkInfoMinorActive = ColorToken.textOnDarkInfoMinorActive + public static let textOnDarkInfoMinorHover = ColorToken.textOnDarkInfoMinorHover + public static let textOnDarkNegative = ColorToken.textOnDarkNegative + public static let textOnDarkNegativeActive = ColorToken.textOnDarkNegativeActive + public static let textOnDarkNegativeHover = ColorToken.textOnDarkNegativeHover + public static let textOnDarkNegativeMinor = ColorToken.textOnDarkNegativeMinor + public static let textOnDarkNegativeMinorActive = ColorToken.textOnDarkNegativeMinorActive + public static let textOnDarkNegativeMinorHover = ColorToken.textOnDarkNegativeMinorHover + public static let textOnDarkParagraph = ColorToken.textOnDarkParagraph + public static let textOnDarkParagraphActive = ColorToken.textOnDarkParagraphActive + public static let textOnDarkParagraphHover = ColorToken.textOnDarkParagraphHover + public static let textOnDarkPositive = ColorToken.textOnDarkPositive + public static let textOnDarkPositiveActive = ColorToken.textOnDarkPositiveActive + public static let textOnDarkPositiveHover = ColorToken.textOnDarkPositiveHover + public static let textOnDarkPositiveMinor = ColorToken.textOnDarkPositiveMinor + public static let textOnDarkPositiveMinorActive = ColorToken.textOnDarkPositiveMinorActive + public static let textOnDarkPositiveMinorHover = ColorToken.textOnDarkPositiveMinorHover + public static let textOnDarkPrimary = ColorToken.textOnDarkPrimary + public static let textOnDarkPrimaryActive = ColorToken.textOnDarkPrimaryActive + public static let textOnDarkPrimaryHover = ColorToken.textOnDarkPrimaryHover + public static let textOnDarkPromo = ColorToken.textOnDarkPromo + public static let textOnDarkPromoActive = ColorToken.textOnDarkPromoActive + public static let textOnDarkPromoHover = ColorToken.textOnDarkPromoHover + public static let textOnDarkPromoMinor = ColorToken.textOnDarkPromoMinor + public static let textOnDarkPromoMinorActive = ColorToken.textOnDarkPromoMinorActive + public static let textOnDarkPromoMinorHover = ColorToken.textOnDarkPromoMinorHover + public static let textOnDarkSecondary = ColorToken.textOnDarkSecondary + public static let textOnDarkSecondaryActive = ColorToken.textOnDarkSecondaryActive + public static let textOnDarkSecondaryHover = ColorToken.textOnDarkSecondaryHover + public static let textOnDarkTertiary = ColorToken.textOnDarkTertiary + public static let textOnDarkTertiaryActive = ColorToken.textOnDarkTertiaryActive + public static let textOnDarkTertiaryHover = ColorToken.textOnDarkTertiaryHover + public static let textOnDarkWarning = ColorToken.textOnDarkWarning + public static let textOnDarkWarningActive = ColorToken.textOnDarkWarningActive + public static let textOnDarkWarningHover = ColorToken.textOnDarkWarningHover + public static let textOnDarkWarningMinor = ColorToken.textOnDarkWarningMinor + public static let textOnDarkWarningMinorActive = ColorToken.textOnDarkWarningMinorActive + public static let textOnDarkWarningMinorHover = ColorToken.textOnDarkWarningMinorHover + public static let textOnLightAccent = ColorToken.textOnLightAccent + public static let textOnLightAccentActive = ColorToken.textOnLightAccentActive + public static let textOnLightAccentHover = ColorToken.textOnLightAccentHover + public static let textOnLightAccentMinor = ColorToken.textOnLightAccentMinor + public static let textOnLightAccentMinorActive = ColorToken.textOnLightAccentMinorActive + public static let textOnLightAccentMinorHover = ColorToken.textOnLightAccentMinorHover + public static let textOnLightInfo = ColorToken.textOnLightInfo + public static let textOnLightInfoActive = ColorToken.textOnLightInfoActive + public static let textOnLightInfoHover = ColorToken.textOnLightInfoHover + public static let textOnLightInfoMinor = ColorToken.textOnLightInfoMinor + public static let textOnLightInfoMinorActive = ColorToken.textOnLightInfoMinorActive + public static let textOnLightInfoMinorHover = ColorToken.textOnLightInfoMinorHover + public static let textOnLightNegative = ColorToken.textOnLightNegative + public static let textOnLightNegativeActive = ColorToken.textOnLightNegativeActive + public static let textOnLightNegativeHover = ColorToken.textOnLightNegativeHover + public static let textOnLightNegativeMinor = ColorToken.textOnLightNegativeMinor + public static let textOnLightNegativeMinorActive = ColorToken.textOnLightNegativeMinorActive + public static let textOnLightNegativeMinorHover = ColorToken.textOnLightNegativeMinorHover + public static let textOnLightParagraph = ColorToken.textOnLightParagraph + public static let textOnLightParagraphActive = ColorToken.textOnLightParagraphActive + public static let textOnLightParagraphHover = ColorToken.textOnLightParagraphHover + public static let textOnLightPositive = ColorToken.textOnLightPositive + public static let textOnLightPositiveActive = ColorToken.textOnLightPositiveActive + public static let textOnLightPositiveHover = ColorToken.textOnLightPositiveHover + public static let textOnLightPositiveMinor = ColorToken.textOnLightPositiveMinor + public static let textOnLightPositiveMinorActive = ColorToken.textOnLightPositiveMinorActive + public static let textOnLightPositiveMinorHover = ColorToken.textOnLightPositiveMinorHover + public static let textOnLightPrimary = ColorToken.textOnLightPrimary + public static let textOnLightPrimaryActive = ColorToken.textOnLightPrimaryActive + public static let textOnLightPrimaryHover = ColorToken.textOnLightPrimaryHover + public static let textOnLightPromo = ColorToken.textOnLightPromo + public static let textOnLightPromoActive = ColorToken.textOnLightPromoActive + public static let textOnLightPromoHover = ColorToken.textOnLightPromoHover + public static let textOnLightPromoMinor = ColorToken.textOnLightPromoMinor + public static let textOnLightPromoMinorActive = ColorToken.textOnLightPromoMinorActive + public static let textOnLightPromoMinorHover = ColorToken.textOnLightPromoMinorHover + public static let textOnLightSecondary = ColorToken.textOnLightSecondary + public static let textOnLightSecondaryActive = ColorToken.textOnLightSecondaryActive + public static let textOnLightSecondaryHover = ColorToken.textOnLightSecondaryHover + public static let textOnLightTertiary = ColorToken.textOnLightTertiary + public static let textOnLightTertiaryActive = ColorToken.textOnLightTertiaryActive + public static let textOnLightTertiaryHover = ColorToken.textOnLightTertiaryHover + public static let textOnLightWarning = ColorToken.textOnLightWarning + public static let textOnLightWarningActive = ColorToken.textOnLightWarningActive + public static let textOnLightWarningHover = ColorToken.textOnLightWarningHover + public static let textOnLightWarningMinor = ColorToken.textOnLightWarningMinor + public static let textOnLightWarningMinorActive = ColorToken.textOnLightWarningMinorActive + public static let textOnLightWarningMinorHover = ColorToken.textOnLightWarningMinorHover +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/GradientToken+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/GradientToken+Generated.swift new file mode 100644 index 000000000..fb89d3117 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/GradientToken+Generated.swift @@ -0,0 +1,7704 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public extension GradientToken { + static var outlineDefaultAccentGradient: Self { + GradientToken( + description: "outlineDefaultAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultAccentGradientActive: Self { + GradientToken( + description: "outlineDefaultAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultAccentGradientHover: Self { + GradientToken( + description: "outlineDefaultAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultAccentMinorGradient: Self { + GradientToken( + description: "outlineDefaultAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultAccentMinorGradientActive: Self { + GradientToken( + description: "outlineDefaultAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultAccentMinorGradientHover: Self { + GradientToken( + description: "outlineDefaultAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoGradient: Self { + GradientToken( + description: "outlineDefaultPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoGradientActive: Self { + GradientToken( + description: "outlineDefaultPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoGradientHover: Self { + GradientToken( + description: "outlineDefaultPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoMinorGradient: Self { + GradientToken( + description: "outlineDefaultPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoMinorGradientActive: Self { + GradientToken( + description: "outlineDefaultPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultPromoMinorGradientHover: Self { + GradientToken( + description: "outlineDefaultPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultTransparentAccentGradient: Self { + GradientToken( + description: "outlineDefaultTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultTransparentAccentGradientActive: Self { + GradientToken( + description: "outlineDefaultTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineDefaultTransparentAccentGradientHover: Self { + GradientToken( + description: "outlineDefaultTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentGradient: Self { + GradientToken( + description: "outlineInverseAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentGradientActive: Self { + GradientToken( + description: "outlineInverseAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentGradientHover: Self { + GradientToken( + description: "outlineInverseAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentMinorGradient: Self { + GradientToken( + description: "outlineInverseAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentMinorGradientActive: Self { + GradientToken( + description: "outlineInverseAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseAccentMinorGradientHover: Self { + GradientToken( + description: "outlineInverseAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoGradient: Self { + GradientToken( + description: "outlineInversePromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoGradientActive: Self { + GradientToken( + description: "outlineInversePromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoGradientHover: Self { + GradientToken( + description: "outlineInversePromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoMinorGradient: Self { + GradientToken( + description: "outlineInversePromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoMinorGradientActive: Self { + GradientToken( + description: "outlineInversePromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInversePromoMinorGradientHover: Self { + GradientToken( + description: "outlineInversePromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseTransparentAccentGradient: Self { + GradientToken( + description: "outlineInverseTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseTransparentAccentGradientActive: Self { + GradientToken( + description: "outlineInverseTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineInverseTransparentAccentGradientHover: Self { + GradientToken( + description: "outlineInverseTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentGradient: Self { + GradientToken( + description: "outlineOnDarkAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentGradientActive: Self { + GradientToken( + description: "outlineOnDarkAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentGradientHover: Self { + GradientToken( + description: "outlineOnDarkAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentMinorGradient: Self { + GradientToken( + description: "outlineOnDarkAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentMinorGradientActive: Self { + GradientToken( + description: "outlineOnDarkAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkAccentMinorGradientHover: Self { + GradientToken( + description: "outlineOnDarkAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoGradient: Self { + GradientToken( + description: "outlineOnDarkPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoGradientActive: Self { + GradientToken( + description: "outlineOnDarkPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoGradientHover: Self { + GradientToken( + description: "outlineOnDarkPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoMinorGradient: Self { + GradientToken( + description: "outlineOnDarkPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoMinorGradientActive: Self { + GradientToken( + description: "outlineOnDarkPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkPromoMinorGradientHover: Self { + GradientToken( + description: "outlineOnDarkPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkTransparentAccentGradient: Self { + GradientToken( + description: "outlineOnDarkTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkTransparentAccentGradientActive: Self { + GradientToken( + description: "outlineOnDarkTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnDarkTransparentAccentGradientHover: Self { + GradientToken( + description: "outlineOnDarkTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentGradient: Self { + GradientToken( + description: "outlineOnLightAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentGradientActive: Self { + GradientToken( + description: "outlineOnLightAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentGradientHover: Self { + GradientToken( + description: "outlineOnLightAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentMinorGradient: Self { + GradientToken( + description: "outlineOnLightAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentMinorGradientActive: Self { + GradientToken( + description: "outlineOnLightAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightAccentMinorGradientHover: Self { + GradientToken( + description: "outlineOnLightAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoGradient: Self { + GradientToken( + description: "outlineOnLightPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoGradientActive: Self { + GradientToken( + description: "outlineOnLightPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoGradientHover: Self { + GradientToken( + description: "outlineOnLightPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoMinorGradient: Self { + GradientToken( + description: "outlineOnLightPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoMinorGradientActive: Self { + GradientToken( + description: "outlineOnLightPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightPromoMinorGradientHover: Self { + GradientToken( + description: "outlineOnLightPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightTransparentAccentGradient: Self { + GradientToken( + description: "outlineOnLightTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightTransparentAccentGradientActive: Self { + GradientToken( + description: "outlineOnLightTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var outlineOnLightTransparentAccentGradientHover: Self { + GradientToken( + description: "outlineOnLightTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentGradient: Self { + GradientToken( + description: "surfaceDefaultAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentGradientActive: Self { + GradientToken( + description: "surfaceDefaultAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentGradientHover: Self { + GradientToken( + description: "surfaceDefaultAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentMinorGradient: Self { + GradientToken( + description: "surfaceDefaultAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentMinorGradientActive: Self { + GradientToken( + description: "surfaceDefaultAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultAccentMinorGradientHover: Self { + GradientToken( + description: "surfaceDefaultAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoGradient: Self { + GradientToken( + description: "surfaceDefaultPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoGradientActive: Self { + GradientToken( + description: "surfaceDefaultPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoGradientHover: Self { + GradientToken( + description: "surfaceDefaultPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoMinorGradient: Self { + GradientToken( + description: "surfaceDefaultPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoMinorGradientActive: Self { + GradientToken( + description: "surfaceDefaultPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultPromoMinorGradientHover: Self { + GradientToken( + description: "surfaceDefaultPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonDeepGradient: Self { + GradientToken( + description: "surfaceDefaultSkeletonDeepGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonDeepGradientActive: Self { + GradientToken( + description: "surfaceDefaultSkeletonDeepGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonDeepGradientHover: Self { + GradientToken( + description: "surfaceDefaultSkeletonDeepGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonGradient: Self { + GradientToken( + description: "surfaceDefaultSkeletonGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonGradientActive: Self { + GradientToken( + description: "surfaceDefaultSkeletonGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultSkeletonGradientHover: Self { + GradientToken( + description: "surfaceDefaultSkeletonGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentAccentGradient: Self { + GradientToken( + description: "surfaceDefaultTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentAccentGradientActive: Self { + GradientToken( + description: "surfaceDefaultTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentAccentGradientHover: Self { + GradientToken( + description: "surfaceDefaultTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentPromoGradient: Self { + GradientToken( + description: "surfaceDefaultTransparentPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentPromoGradientActive: Self { + GradientToken( + description: "surfaceDefaultTransparentPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceDefaultTransparentPromoGradientHover: Self { + GradientToken( + description: "surfaceDefaultTransparentPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentGradient: Self { + GradientToken( + description: "surfaceInverseAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentGradientActive: Self { + GradientToken( + description: "surfaceInverseAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentGradientHover: Self { + GradientToken( + description: "surfaceInverseAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentMinorGradient: Self { + GradientToken( + description: "surfaceInverseAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentMinorGradientActive: Self { + GradientToken( + description: "surfaceInverseAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseAccentMinorGradientHover: Self { + GradientToken( + description: "surfaceInverseAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoGradient: Self { + GradientToken( + description: "surfaceInversePromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoGradientActive: Self { + GradientToken( + description: "surfaceInversePromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoGradientHover: Self { + GradientToken( + description: "surfaceInversePromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoMinorGradient: Self { + GradientToken( + description: "surfaceInversePromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoMinorGradientActive: Self { + GradientToken( + description: "surfaceInversePromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInversePromoMinorGradientHover: Self { + GradientToken( + description: "surfaceInversePromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonDeepGradient: Self { + GradientToken( + description: "surfaceInverseSkeletonDeepGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonDeepGradientActive: Self { + GradientToken( + description: "surfaceInverseSkeletonDeepGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonDeepGradientHover: Self { + GradientToken( + description: "surfaceInverseSkeletonDeepGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonGradient: Self { + GradientToken( + description: "surfaceInverseSkeletonGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonGradientActive: Self { + GradientToken( + description: "surfaceInverseSkeletonGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseSkeletonGradientHover: Self { + GradientToken( + description: "surfaceInverseSkeletonGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentAccentGradient: Self { + GradientToken( + description: "surfaceInverseTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentAccentGradientActive: Self { + GradientToken( + description: "surfaceInverseTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentAccentGradientHover: Self { + GradientToken( + description: "surfaceInverseTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentPromoGradient: Self { + GradientToken( + description: "surfaceInverseTransparentPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentPromoGradientActive: Self { + GradientToken( + description: "surfaceInverseTransparentPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceInverseTransparentPromoGradientHover: Self { + GradientToken( + description: "surfaceInverseTransparentPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentGradient: Self { + GradientToken( + description: "surfaceOnDarkAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentGradientActive: Self { + GradientToken( + description: "surfaceOnDarkAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentGradientHover: Self { + GradientToken( + description: "surfaceOnDarkAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentMinorGradient: Self { + GradientToken( + description: "surfaceOnDarkAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentMinorGradientActive: Self { + GradientToken( + description: "surfaceOnDarkAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkAccentMinorGradientHover: Self { + GradientToken( + description: "surfaceOnDarkAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoGradient: Self { + GradientToken( + description: "surfaceOnDarkPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoGradientActive: Self { + GradientToken( + description: "surfaceOnDarkPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoGradientHover: Self { + GradientToken( + description: "surfaceOnDarkPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoMinorGradient: Self { + GradientToken( + description: "surfaceOnDarkPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoMinorGradientActive: Self { + GradientToken( + description: "surfaceOnDarkPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkPromoMinorGradientHover: Self { + GradientToken( + description: "surfaceOnDarkPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonDeepGradient: Self { + GradientToken( + description: "surfaceOnDarkSkeletonDeepGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF0A")), + Color(UIColor(hex: "#FFFFFF33")), + Color(UIColor(hex: "#FFFFFF52")), + Color(UIColor(hex: "#FFFFFF5C")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonDeepGradientActive: Self { + GradientToken( + description: "surfaceOnDarkSkeletonDeepGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonDeepGradientHover: Self { + GradientToken( + description: "surfaceOnDarkSkeletonDeepGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonGradient: Self { + GradientToken( + description: "surfaceOnDarkSkeletonGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF03")), + Color(UIColor(hex: "#FFFFFF0D")), + Color(UIColor(hex: "#FFFFFF14")), + Color(UIColor(hex: "#FFFFFF17")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonGradientActive: Self { + GradientToken( + description: "surfaceOnDarkSkeletonGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkSkeletonGradientHover: Self { + GradientToken( + description: "surfaceOnDarkSkeletonGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentAccentGradient: Self { + GradientToken( + description: "surfaceOnDarkTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentAccentGradientActive: Self { + GradientToken( + description: "surfaceOnDarkTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentAccentGradientHover: Self { + GradientToken( + description: "surfaceOnDarkTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentPromoGradient: Self { + GradientToken( + description: "surfaceOnDarkTransparentPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentPromoGradientActive: Self { + GradientToken( + description: "surfaceOnDarkTransparentPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnDarkTransparentPromoGradientHover: Self { + GradientToken( + description: "surfaceOnDarkTransparentPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentGradient: Self { + GradientToken( + description: "surfaceOnLightAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentGradientActive: Self { + GradientToken( + description: "surfaceOnLightAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentGradientHover: Self { + GradientToken( + description: "surfaceOnLightAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentMinorGradient: Self { + GradientToken( + description: "surfaceOnLightAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentMinorGradientActive: Self { + GradientToken( + description: "surfaceOnLightAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightAccentMinorGradientHover: Self { + GradientToken( + description: "surfaceOnLightAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoGradient: Self { + GradientToken( + description: "surfaceOnLightPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoGradientActive: Self { + GradientToken( + description: "surfaceOnLightPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoGradientHover: Self { + GradientToken( + description: "surfaceOnLightPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoMinorGradient: Self { + GradientToken( + description: "surfaceOnLightPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoMinorGradientActive: Self { + GradientToken( + description: "surfaceOnLightPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightPromoMinorGradientHover: Self { + GradientToken( + description: "surfaceOnLightPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonDeepGradient: Self { + GradientToken( + description: "surfaceOnLightSkeletonDeepGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#0808080A")), + Color(UIColor(hex: "#08080833")), + Color(UIColor(hex: "#08080852")), + Color(UIColor(hex: "#0808085C")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonDeepGradientActive: Self { + GradientToken( + description: "surfaceOnLightSkeletonDeepGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonDeepGradientHover: Self { + GradientToken( + description: "surfaceOnLightSkeletonDeepGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonGradient: Self { + GradientToken( + description: "surfaceOnLightSkeletonGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 0.0625, + 0.125, + 0.25, + 0.375, + 0.4375, + 0.5, + 0.5625, + 0.625, + 0.75, + 0.875, + 0.9375, + 1 + ], + colors: [ + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080803")), + Color(UIColor(hex: "#0808080D")), + Color(UIColor(hex: "#08080814")), + Color(UIColor(hex: "#08080817")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonGradientActive: Self { + GradientToken( + description: "surfaceOnLightSkeletonGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightSkeletonGradientHover: Self { + GradientToken( + description: "surfaceOnLightSkeletonGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentAccentGradient: Self { + GradientToken( + description: "surfaceOnLightTransparentAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentAccentGradientActive: Self { + GradientToken( + description: "surfaceOnLightTransparentAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentAccentGradientHover: Self { + GradientToken( + description: "surfaceOnLightTransparentAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentPromoGradient: Self { + GradientToken( + description: "surfaceOnLightTransparentPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentPromoGradientActive: Self { + GradientToken( + description: "surfaceOnLightTransparentPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var surfaceOnLightTransparentPromoGradientHover: Self { + GradientToken( + description: "surfaceOnLightTransparentPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentGradient: Self { + GradientToken( + description: "textDefaultAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentGradientActive: Self { + GradientToken( + description: "textDefaultAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentGradientHover: Self { + GradientToken( + description: "textDefaultAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentMinorGradient: Self { + GradientToken( + description: "textDefaultAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentMinorGradientActive: Self { + GradientToken( + description: "textDefaultAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultAccentMinorGradientHover: Self { + GradientToken( + description: "textDefaultAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoGradient: Self { + GradientToken( + description: "textDefaultPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoGradientActive: Self { + GradientToken( + description: "textDefaultPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoGradientHover: Self { + GradientToken( + description: "textDefaultPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoMinorGradient: Self { + GradientToken( + description: "textDefaultPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoMinorGradientActive: Self { + GradientToken( + description: "textDefaultPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textDefaultPromoMinorGradientHover: Self { + GradientToken( + description: "textDefaultPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentGradient: Self { + GradientToken( + description: "textInverseAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentGradientActive: Self { + GradientToken( + description: "textInverseAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentGradientHover: Self { + GradientToken( + description: "textInverseAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentMinorGradient: Self { + GradientToken( + description: "textInverseAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentMinorGradientActive: Self { + GradientToken( + description: "textInverseAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInverseAccentMinorGradientHover: Self { + GradientToken( + description: "textInverseAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoGradient: Self { + GradientToken( + description: "textInversePromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoGradientActive: Self { + GradientToken( + description: "textInversePromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoGradientHover: Self { + GradientToken( + description: "textInversePromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoMinorGradient: Self { + GradientToken( + description: "textInversePromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoMinorGradientActive: Self { + GradientToken( + description: "textInversePromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textInversePromoMinorGradientHover: Self { + GradientToken( + description: "textInversePromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentGradient: Self { + GradientToken( + description: "textOnDarkAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentGradientActive: Self { + GradientToken( + description: "textOnDarkAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentGradientHover: Self { + GradientToken( + description: "textOnDarkAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentMinorGradient: Self { + GradientToken( + description: "textOnDarkAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentMinorGradientActive: Self { + GradientToken( + description: "textOnDarkAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkAccentMinorGradientHover: Self { + GradientToken( + description: "textOnDarkAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoGradient: Self { + GradientToken( + description: "textOnDarkPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoGradientActive: Self { + GradientToken( + description: "textOnDarkPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoGradientHover: Self { + GradientToken( + description: "textOnDarkPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoMinorGradient: Self { + GradientToken( + description: "textOnDarkPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoMinorGradientActive: Self { + GradientToken( + description: "textOnDarkPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnDarkPromoMinorGradientHover: Self { + GradientToken( + description: "textOnDarkPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentGradient: Self { + GradientToken( + description: "textOnLightAccentGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentGradientActive: Self { + GradientToken( + description: "textOnLightAccentGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentGradientHover: Self { + GradientToken( + description: "textOnLightAccentGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentMinorGradient: Self { + GradientToken( + description: "textOnLightAccentMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentMinorGradientActive: Self { + GradientToken( + description: "textOnLightAccentMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightAccentMinorGradientHover: Self { + GradientToken( + description: "textOnLightAccentMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoGradient: Self { + GradientToken( + description: "textOnLightPromoGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoGradientActive: Self { + GradientToken( + description: "textOnLightPromoGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoGradientHover: Self { + GradientToken( + description: "textOnLightPromoGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoMinorGradient: Self { + GradientToken( + description: "textOnLightPromoMinorGradient", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoMinorGradientActive: Self { + GradientToken( + description: "textOnLightPromoMinorGradientActive", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var textOnLightPromoMinorGradientHover: Self { + GradientToken( + description: "textOnLightPromoMinorGradientHover", + darkGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ], + lightGradients: [ + .linear( + LinearGradient( + locations: [ + 0, + 1 + ], + colors: [ + Color(UIColor(hex: "#FFFFFF")), + Color(UIColor(hex: "#000000")) + ], + angle: 90.0 + ) + ) + ] + ) + } + static var tokens: [Self] = [ + outlineDefaultAccentGradient, + outlineDefaultAccentGradientActive, + outlineDefaultAccentGradientHover, + outlineDefaultAccentMinorGradient, + outlineDefaultAccentMinorGradientActive, + outlineDefaultAccentMinorGradientHover, + outlineDefaultPromoGradient, + outlineDefaultPromoGradientActive, + outlineDefaultPromoGradientHover, + outlineDefaultPromoMinorGradient, + outlineDefaultPromoMinorGradientActive, + outlineDefaultPromoMinorGradientHover, + outlineDefaultTransparentAccentGradient, + outlineDefaultTransparentAccentGradientActive, + outlineDefaultTransparentAccentGradientHover, + outlineInverseAccentGradient, + outlineInverseAccentGradientActive, + outlineInverseAccentGradientHover, + outlineInverseAccentMinorGradient, + outlineInverseAccentMinorGradientActive, + outlineInverseAccentMinorGradientHover, + outlineInversePromoGradient, + outlineInversePromoGradientActive, + outlineInversePromoGradientHover, + outlineInversePromoMinorGradient, + outlineInversePromoMinorGradientActive, + outlineInversePromoMinorGradientHover, + outlineInverseTransparentAccentGradient, + outlineInverseTransparentAccentGradientActive, + outlineInverseTransparentAccentGradientHover, + outlineOnDarkAccentGradient, + outlineOnDarkAccentGradientActive, + outlineOnDarkAccentGradientHover, + outlineOnDarkAccentMinorGradient, + outlineOnDarkAccentMinorGradientActive, + outlineOnDarkAccentMinorGradientHover, + outlineOnDarkPromoGradient, + outlineOnDarkPromoGradientActive, + outlineOnDarkPromoGradientHover, + outlineOnDarkPromoMinorGradient, + outlineOnDarkPromoMinorGradientActive, + outlineOnDarkPromoMinorGradientHover, + outlineOnDarkTransparentAccentGradient, + outlineOnDarkTransparentAccentGradientActive, + outlineOnDarkTransparentAccentGradientHover, + outlineOnLightAccentGradient, + outlineOnLightAccentGradientActive, + outlineOnLightAccentGradientHover, + outlineOnLightAccentMinorGradient, + outlineOnLightAccentMinorGradientActive, + outlineOnLightAccentMinorGradientHover, + outlineOnLightPromoGradient, + outlineOnLightPromoGradientActive, + outlineOnLightPromoGradientHover, + outlineOnLightPromoMinorGradient, + outlineOnLightPromoMinorGradientActive, + outlineOnLightPromoMinorGradientHover, + outlineOnLightTransparentAccentGradient, + outlineOnLightTransparentAccentGradientActive, + outlineOnLightTransparentAccentGradientHover, + surfaceDefaultAccentGradient, + surfaceDefaultAccentGradientActive, + surfaceDefaultAccentGradientHover, + surfaceDefaultAccentMinorGradient, + surfaceDefaultAccentMinorGradientActive, + surfaceDefaultAccentMinorGradientHover, + surfaceDefaultPromoGradient, + surfaceDefaultPromoGradientActive, + surfaceDefaultPromoGradientHover, + surfaceDefaultPromoMinorGradient, + surfaceDefaultPromoMinorGradientActive, + surfaceDefaultPromoMinorGradientHover, + surfaceDefaultSkeletonDeepGradient, + surfaceDefaultSkeletonDeepGradientActive, + surfaceDefaultSkeletonDeepGradientHover, + surfaceDefaultSkeletonGradient, + surfaceDefaultSkeletonGradientActive, + surfaceDefaultSkeletonGradientHover, + surfaceDefaultTransparentAccentGradient, + surfaceDefaultTransparentAccentGradientActive, + surfaceDefaultTransparentAccentGradientHover, + surfaceDefaultTransparentPromoGradient, + surfaceDefaultTransparentPromoGradientActive, + surfaceDefaultTransparentPromoGradientHover, + surfaceInverseAccentGradient, + surfaceInverseAccentGradientActive, + surfaceInverseAccentGradientHover, + surfaceInverseAccentMinorGradient, + surfaceInverseAccentMinorGradientActive, + surfaceInverseAccentMinorGradientHover, + surfaceInversePromoGradient, + surfaceInversePromoGradientActive, + surfaceInversePromoGradientHover, + surfaceInversePromoMinorGradient, + surfaceInversePromoMinorGradientActive, + surfaceInversePromoMinorGradientHover, + surfaceInverseSkeletonDeepGradient, + surfaceInverseSkeletonDeepGradientActive, + surfaceInverseSkeletonDeepGradientHover, + surfaceInverseSkeletonGradient, + surfaceInverseSkeletonGradientActive, + surfaceInverseSkeletonGradientHover, + surfaceInverseTransparentAccentGradient, + surfaceInverseTransparentAccentGradientActive, + surfaceInverseTransparentAccentGradientHover, + surfaceInverseTransparentPromoGradient, + surfaceInverseTransparentPromoGradientActive, + surfaceInverseTransparentPromoGradientHover, + surfaceOnDarkAccentGradient, + surfaceOnDarkAccentGradientActive, + surfaceOnDarkAccentGradientHover, + surfaceOnDarkAccentMinorGradient, + surfaceOnDarkAccentMinorGradientActive, + surfaceOnDarkAccentMinorGradientHover, + surfaceOnDarkPromoGradient, + surfaceOnDarkPromoGradientActive, + surfaceOnDarkPromoGradientHover, + surfaceOnDarkPromoMinorGradient, + surfaceOnDarkPromoMinorGradientActive, + surfaceOnDarkPromoMinorGradientHover, + surfaceOnDarkSkeletonDeepGradient, + surfaceOnDarkSkeletonDeepGradientActive, + surfaceOnDarkSkeletonDeepGradientHover, + surfaceOnDarkSkeletonGradient, + surfaceOnDarkSkeletonGradientActive, + surfaceOnDarkSkeletonGradientHover, + surfaceOnDarkTransparentAccentGradient, + surfaceOnDarkTransparentAccentGradientActive, + surfaceOnDarkTransparentAccentGradientHover, + surfaceOnDarkTransparentPromoGradient, + surfaceOnDarkTransparentPromoGradientActive, + surfaceOnDarkTransparentPromoGradientHover, + surfaceOnLightAccentGradient, + surfaceOnLightAccentGradientActive, + surfaceOnLightAccentGradientHover, + surfaceOnLightAccentMinorGradient, + surfaceOnLightAccentMinorGradientActive, + surfaceOnLightAccentMinorGradientHover, + surfaceOnLightPromoGradient, + surfaceOnLightPromoGradientActive, + surfaceOnLightPromoGradientHover, + surfaceOnLightPromoMinorGradient, + surfaceOnLightPromoMinorGradientActive, + surfaceOnLightPromoMinorGradientHover, + surfaceOnLightSkeletonDeepGradient, + surfaceOnLightSkeletonDeepGradientActive, + surfaceOnLightSkeletonDeepGradientHover, + surfaceOnLightSkeletonGradient, + surfaceOnLightSkeletonGradientActive, + surfaceOnLightSkeletonGradientHover, + surfaceOnLightTransparentAccentGradient, + surfaceOnLightTransparentAccentGradientActive, + surfaceOnLightTransparentAccentGradientHover, + surfaceOnLightTransparentPromoGradient, + surfaceOnLightTransparentPromoGradientActive, + surfaceOnLightTransparentPromoGradientHover, + textDefaultAccentGradient, + textDefaultAccentGradientActive, + textDefaultAccentGradientHover, + textDefaultAccentMinorGradient, + textDefaultAccentMinorGradientActive, + textDefaultAccentMinorGradientHover, + textDefaultPromoGradient, + textDefaultPromoGradientActive, + textDefaultPromoGradientHover, + textDefaultPromoMinorGradient, + textDefaultPromoMinorGradientActive, + textDefaultPromoMinorGradientHover, + textInverseAccentGradient, + textInverseAccentGradientActive, + textInverseAccentGradientHover, + textInverseAccentMinorGradient, + textInverseAccentMinorGradientActive, + textInverseAccentMinorGradientHover, + textInversePromoGradient, + textInversePromoGradientActive, + textInversePromoGradientHover, + textInversePromoMinorGradient, + textInversePromoMinorGradientActive, + textInversePromoMinorGradientHover, + textOnDarkAccentGradient, + textOnDarkAccentGradientActive, + textOnDarkAccentGradientHover, + textOnDarkAccentMinorGradient, + textOnDarkAccentMinorGradientActive, + textOnDarkAccentMinorGradientHover, + textOnDarkPromoGradient, + textOnDarkPromoGradientActive, + textOnDarkPromoGradientHover, + textOnDarkPromoMinorGradient, + textOnDarkPromoMinorGradientActive, + textOnDarkPromoMinorGradientHover, + textOnLightAccentGradient, + textOnLightAccentGradientActive, + textOnLightAccentGradientHover, + textOnLightAccentMinorGradient, + textOnLightAccentMinorGradientActive, + textOnLightAccentMinorGradientHover, + textOnLightPromoGradient, + textOnLightPromoGradientActive, + textOnLightPromoGradientHover, + textOnLightPromoMinorGradient, + textOnLightPromoMinorGradientActive, + textOnLightPromoMinorGradientHover, + ] +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Gradients+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Gradients+Generated.swift new file mode 100644 index 000000000..5428e89b6 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Gradients+Generated.swift @@ -0,0 +1,210 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public struct Gradients { + public static let outlineDefaultAccentGradient = GradientToken.outlineDefaultAccentGradient + public static let outlineDefaultAccentGradientActive = GradientToken.outlineDefaultAccentGradientActive + public static let outlineDefaultAccentGradientHover = GradientToken.outlineDefaultAccentGradientHover + public static let outlineDefaultAccentMinorGradient = GradientToken.outlineDefaultAccentMinorGradient + public static let outlineDefaultAccentMinorGradientActive = GradientToken.outlineDefaultAccentMinorGradientActive + public static let outlineDefaultAccentMinorGradientHover = GradientToken.outlineDefaultAccentMinorGradientHover + public static let outlineDefaultPromoGradient = GradientToken.outlineDefaultPromoGradient + public static let outlineDefaultPromoGradientActive = GradientToken.outlineDefaultPromoGradientActive + public static let outlineDefaultPromoGradientHover = GradientToken.outlineDefaultPromoGradientHover + public static let outlineDefaultPromoMinorGradient = GradientToken.outlineDefaultPromoMinorGradient + public static let outlineDefaultPromoMinorGradientActive = GradientToken.outlineDefaultPromoMinorGradientActive + public static let outlineDefaultPromoMinorGradientHover = GradientToken.outlineDefaultPromoMinorGradientHover + public static let outlineDefaultTransparentAccentGradient = GradientToken.outlineDefaultTransparentAccentGradient + public static let outlineDefaultTransparentAccentGradientActive = GradientToken.outlineDefaultTransparentAccentGradientActive + public static let outlineDefaultTransparentAccentGradientHover = GradientToken.outlineDefaultTransparentAccentGradientHover + public static let outlineInverseAccentGradient = GradientToken.outlineInverseAccentGradient + public static let outlineInverseAccentGradientActive = GradientToken.outlineInverseAccentGradientActive + public static let outlineInverseAccentGradientHover = GradientToken.outlineInverseAccentGradientHover + public static let outlineInverseAccentMinorGradient = GradientToken.outlineInverseAccentMinorGradient + public static let outlineInverseAccentMinorGradientActive = GradientToken.outlineInverseAccentMinorGradientActive + public static let outlineInverseAccentMinorGradientHover = GradientToken.outlineInverseAccentMinorGradientHover + public static let outlineInversePromoGradient = GradientToken.outlineInversePromoGradient + public static let outlineInversePromoGradientActive = GradientToken.outlineInversePromoGradientActive + public static let outlineInversePromoGradientHover = GradientToken.outlineInversePromoGradientHover + public static let outlineInversePromoMinorGradient = GradientToken.outlineInversePromoMinorGradient + public static let outlineInversePromoMinorGradientActive = GradientToken.outlineInversePromoMinorGradientActive + public static let outlineInversePromoMinorGradientHover = GradientToken.outlineInversePromoMinorGradientHover + public static let outlineInverseTransparentAccentGradient = GradientToken.outlineInverseTransparentAccentGradient + public static let outlineInverseTransparentAccentGradientActive = GradientToken.outlineInverseTransparentAccentGradientActive + public static let outlineInverseTransparentAccentGradientHover = GradientToken.outlineInverseTransparentAccentGradientHover + public static let outlineOnDarkAccentGradient = GradientToken.outlineOnDarkAccentGradient + public static let outlineOnDarkAccentGradientActive = GradientToken.outlineOnDarkAccentGradientActive + public static let outlineOnDarkAccentGradientHover = GradientToken.outlineOnDarkAccentGradientHover + public static let outlineOnDarkAccentMinorGradient = GradientToken.outlineOnDarkAccentMinorGradient + public static let outlineOnDarkAccentMinorGradientActive = GradientToken.outlineOnDarkAccentMinorGradientActive + public static let outlineOnDarkAccentMinorGradientHover = GradientToken.outlineOnDarkAccentMinorGradientHover + public static let outlineOnDarkPromoGradient = GradientToken.outlineOnDarkPromoGradient + public static let outlineOnDarkPromoGradientActive = GradientToken.outlineOnDarkPromoGradientActive + public static let outlineOnDarkPromoGradientHover = GradientToken.outlineOnDarkPromoGradientHover + public static let outlineOnDarkPromoMinorGradient = GradientToken.outlineOnDarkPromoMinorGradient + public static let outlineOnDarkPromoMinorGradientActive = GradientToken.outlineOnDarkPromoMinorGradientActive + public static let outlineOnDarkPromoMinorGradientHover = GradientToken.outlineOnDarkPromoMinorGradientHover + public static let outlineOnDarkTransparentAccentGradient = GradientToken.outlineOnDarkTransparentAccentGradient + public static let outlineOnDarkTransparentAccentGradientActive = GradientToken.outlineOnDarkTransparentAccentGradientActive + public static let outlineOnDarkTransparentAccentGradientHover = GradientToken.outlineOnDarkTransparentAccentGradientHover + public static let outlineOnLightAccentGradient = GradientToken.outlineOnLightAccentGradient + public static let outlineOnLightAccentGradientActive = GradientToken.outlineOnLightAccentGradientActive + public static let outlineOnLightAccentGradientHover = GradientToken.outlineOnLightAccentGradientHover + public static let outlineOnLightAccentMinorGradient = GradientToken.outlineOnLightAccentMinorGradient + public static let outlineOnLightAccentMinorGradientActive = GradientToken.outlineOnLightAccentMinorGradientActive + public static let outlineOnLightAccentMinorGradientHover = GradientToken.outlineOnLightAccentMinorGradientHover + public static let outlineOnLightPromoGradient = GradientToken.outlineOnLightPromoGradient + public static let outlineOnLightPromoGradientActive = GradientToken.outlineOnLightPromoGradientActive + public static let outlineOnLightPromoGradientHover = GradientToken.outlineOnLightPromoGradientHover + public static let outlineOnLightPromoMinorGradient = GradientToken.outlineOnLightPromoMinorGradient + public static let outlineOnLightPromoMinorGradientActive = GradientToken.outlineOnLightPromoMinorGradientActive + public static let outlineOnLightPromoMinorGradientHover = GradientToken.outlineOnLightPromoMinorGradientHover + public static let outlineOnLightTransparentAccentGradient = GradientToken.outlineOnLightTransparentAccentGradient + public static let outlineOnLightTransparentAccentGradientActive = GradientToken.outlineOnLightTransparentAccentGradientActive + public static let outlineOnLightTransparentAccentGradientHover = GradientToken.outlineOnLightTransparentAccentGradientHover + public static let surfaceDefaultAccentGradient = GradientToken.surfaceDefaultAccentGradient + public static let surfaceDefaultAccentGradientActive = GradientToken.surfaceDefaultAccentGradientActive + public static let surfaceDefaultAccentGradientHover = GradientToken.surfaceDefaultAccentGradientHover + public static let surfaceDefaultAccentMinorGradient = GradientToken.surfaceDefaultAccentMinorGradient + public static let surfaceDefaultAccentMinorGradientActive = GradientToken.surfaceDefaultAccentMinorGradientActive + public static let surfaceDefaultAccentMinorGradientHover = GradientToken.surfaceDefaultAccentMinorGradientHover + public static let surfaceDefaultPromoGradient = GradientToken.surfaceDefaultPromoGradient + public static let surfaceDefaultPromoGradientActive = GradientToken.surfaceDefaultPromoGradientActive + public static let surfaceDefaultPromoGradientHover = GradientToken.surfaceDefaultPromoGradientHover + public static let surfaceDefaultPromoMinorGradient = GradientToken.surfaceDefaultPromoMinorGradient + public static let surfaceDefaultPromoMinorGradientActive = GradientToken.surfaceDefaultPromoMinorGradientActive + public static let surfaceDefaultPromoMinorGradientHover = GradientToken.surfaceDefaultPromoMinorGradientHover + public static let surfaceDefaultSkeletonDeepGradient = GradientToken.surfaceDefaultSkeletonDeepGradient + public static let surfaceDefaultSkeletonDeepGradientActive = GradientToken.surfaceDefaultSkeletonDeepGradientActive + public static let surfaceDefaultSkeletonDeepGradientHover = GradientToken.surfaceDefaultSkeletonDeepGradientHover + public static let surfaceDefaultSkeletonGradient = GradientToken.surfaceDefaultSkeletonGradient + public static let surfaceDefaultSkeletonGradientActive = GradientToken.surfaceDefaultSkeletonGradientActive + public static let surfaceDefaultSkeletonGradientHover = GradientToken.surfaceDefaultSkeletonGradientHover + public static let surfaceDefaultTransparentAccentGradient = GradientToken.surfaceDefaultTransparentAccentGradient + public static let surfaceDefaultTransparentAccentGradientActive = GradientToken.surfaceDefaultTransparentAccentGradientActive + public static let surfaceDefaultTransparentAccentGradientHover = GradientToken.surfaceDefaultTransparentAccentGradientHover + public static let surfaceDefaultTransparentPromoGradient = GradientToken.surfaceDefaultTransparentPromoGradient + public static let surfaceDefaultTransparentPromoGradientActive = GradientToken.surfaceDefaultTransparentPromoGradientActive + public static let surfaceDefaultTransparentPromoGradientHover = GradientToken.surfaceDefaultTransparentPromoGradientHover + public static let surfaceInverseAccentGradient = GradientToken.surfaceInverseAccentGradient + public static let surfaceInverseAccentGradientActive = GradientToken.surfaceInverseAccentGradientActive + public static let surfaceInverseAccentGradientHover = GradientToken.surfaceInverseAccentGradientHover + public static let surfaceInverseAccentMinorGradient = GradientToken.surfaceInverseAccentMinorGradient + public static let surfaceInverseAccentMinorGradientActive = GradientToken.surfaceInverseAccentMinorGradientActive + public static let surfaceInverseAccentMinorGradientHover = GradientToken.surfaceInverseAccentMinorGradientHover + public static let surfaceInversePromoGradient = GradientToken.surfaceInversePromoGradient + public static let surfaceInversePromoGradientActive = GradientToken.surfaceInversePromoGradientActive + public static let surfaceInversePromoGradientHover = GradientToken.surfaceInversePromoGradientHover + public static let surfaceInversePromoMinorGradient = GradientToken.surfaceInversePromoMinorGradient + public static let surfaceInversePromoMinorGradientActive = GradientToken.surfaceInversePromoMinorGradientActive + public static let surfaceInversePromoMinorGradientHover = GradientToken.surfaceInversePromoMinorGradientHover + public static let surfaceInverseSkeletonDeepGradient = GradientToken.surfaceInverseSkeletonDeepGradient + public static let surfaceInverseSkeletonDeepGradientActive = GradientToken.surfaceInverseSkeletonDeepGradientActive + public static let surfaceInverseSkeletonDeepGradientHover = GradientToken.surfaceInverseSkeletonDeepGradientHover + public static let surfaceInverseSkeletonGradient = GradientToken.surfaceInverseSkeletonGradient + public static let surfaceInverseSkeletonGradientActive = GradientToken.surfaceInverseSkeletonGradientActive + public static let surfaceInverseSkeletonGradientHover = GradientToken.surfaceInverseSkeletonGradientHover + public static let surfaceInverseTransparentAccentGradient = GradientToken.surfaceInverseTransparentAccentGradient + public static let surfaceInverseTransparentAccentGradientActive = GradientToken.surfaceInverseTransparentAccentGradientActive + public static let surfaceInverseTransparentAccentGradientHover = GradientToken.surfaceInverseTransparentAccentGradientHover + public static let surfaceInverseTransparentPromoGradient = GradientToken.surfaceInverseTransparentPromoGradient + public static let surfaceInverseTransparentPromoGradientActive = GradientToken.surfaceInverseTransparentPromoGradientActive + public static let surfaceInverseTransparentPromoGradientHover = GradientToken.surfaceInverseTransparentPromoGradientHover + public static let surfaceOnDarkAccentGradient = GradientToken.surfaceOnDarkAccentGradient + public static let surfaceOnDarkAccentGradientActive = GradientToken.surfaceOnDarkAccentGradientActive + public static let surfaceOnDarkAccentGradientHover = GradientToken.surfaceOnDarkAccentGradientHover + public static let surfaceOnDarkAccentMinorGradient = GradientToken.surfaceOnDarkAccentMinorGradient + public static let surfaceOnDarkAccentMinorGradientActive = GradientToken.surfaceOnDarkAccentMinorGradientActive + public static let surfaceOnDarkAccentMinorGradientHover = GradientToken.surfaceOnDarkAccentMinorGradientHover + public static let surfaceOnDarkPromoGradient = GradientToken.surfaceOnDarkPromoGradient + public static let surfaceOnDarkPromoGradientActive = GradientToken.surfaceOnDarkPromoGradientActive + public static let surfaceOnDarkPromoGradientHover = GradientToken.surfaceOnDarkPromoGradientHover + public static let surfaceOnDarkPromoMinorGradient = GradientToken.surfaceOnDarkPromoMinorGradient + public static let surfaceOnDarkPromoMinorGradientActive = GradientToken.surfaceOnDarkPromoMinorGradientActive + public static let surfaceOnDarkPromoMinorGradientHover = GradientToken.surfaceOnDarkPromoMinorGradientHover + public static let surfaceOnDarkSkeletonDeepGradient = GradientToken.surfaceOnDarkSkeletonDeepGradient + public static let surfaceOnDarkSkeletonDeepGradientActive = GradientToken.surfaceOnDarkSkeletonDeepGradientActive + public static let surfaceOnDarkSkeletonDeepGradientHover = GradientToken.surfaceOnDarkSkeletonDeepGradientHover + public static let surfaceOnDarkSkeletonGradient = GradientToken.surfaceOnDarkSkeletonGradient + public static let surfaceOnDarkSkeletonGradientActive = GradientToken.surfaceOnDarkSkeletonGradientActive + public static let surfaceOnDarkSkeletonGradientHover = GradientToken.surfaceOnDarkSkeletonGradientHover + public static let surfaceOnDarkTransparentAccentGradient = GradientToken.surfaceOnDarkTransparentAccentGradient + public static let surfaceOnDarkTransparentAccentGradientActive = GradientToken.surfaceOnDarkTransparentAccentGradientActive + public static let surfaceOnDarkTransparentAccentGradientHover = GradientToken.surfaceOnDarkTransparentAccentGradientHover + public static let surfaceOnDarkTransparentPromoGradient = GradientToken.surfaceOnDarkTransparentPromoGradient + public static let surfaceOnDarkTransparentPromoGradientActive = GradientToken.surfaceOnDarkTransparentPromoGradientActive + public static let surfaceOnDarkTransparentPromoGradientHover = GradientToken.surfaceOnDarkTransparentPromoGradientHover + public static let surfaceOnLightAccentGradient = GradientToken.surfaceOnLightAccentGradient + public static let surfaceOnLightAccentGradientActive = GradientToken.surfaceOnLightAccentGradientActive + public static let surfaceOnLightAccentGradientHover = GradientToken.surfaceOnLightAccentGradientHover + public static let surfaceOnLightAccentMinorGradient = GradientToken.surfaceOnLightAccentMinorGradient + public static let surfaceOnLightAccentMinorGradientActive = GradientToken.surfaceOnLightAccentMinorGradientActive + public static let surfaceOnLightAccentMinorGradientHover = GradientToken.surfaceOnLightAccentMinorGradientHover + public static let surfaceOnLightPromoGradient = GradientToken.surfaceOnLightPromoGradient + public static let surfaceOnLightPromoGradientActive = GradientToken.surfaceOnLightPromoGradientActive + public static let surfaceOnLightPromoGradientHover = GradientToken.surfaceOnLightPromoGradientHover + public static let surfaceOnLightPromoMinorGradient = GradientToken.surfaceOnLightPromoMinorGradient + public static let surfaceOnLightPromoMinorGradientActive = GradientToken.surfaceOnLightPromoMinorGradientActive + public static let surfaceOnLightPromoMinorGradientHover = GradientToken.surfaceOnLightPromoMinorGradientHover + public static let surfaceOnLightSkeletonDeepGradient = GradientToken.surfaceOnLightSkeletonDeepGradient + public static let surfaceOnLightSkeletonDeepGradientActive = GradientToken.surfaceOnLightSkeletonDeepGradientActive + public static let surfaceOnLightSkeletonDeepGradientHover = GradientToken.surfaceOnLightSkeletonDeepGradientHover + public static let surfaceOnLightSkeletonGradient = GradientToken.surfaceOnLightSkeletonGradient + public static let surfaceOnLightSkeletonGradientActive = GradientToken.surfaceOnLightSkeletonGradientActive + public static let surfaceOnLightSkeletonGradientHover = GradientToken.surfaceOnLightSkeletonGradientHover + public static let surfaceOnLightTransparentAccentGradient = GradientToken.surfaceOnLightTransparentAccentGradient + public static let surfaceOnLightTransparentAccentGradientActive = GradientToken.surfaceOnLightTransparentAccentGradientActive + public static let surfaceOnLightTransparentAccentGradientHover = GradientToken.surfaceOnLightTransparentAccentGradientHover + public static let surfaceOnLightTransparentPromoGradient = GradientToken.surfaceOnLightTransparentPromoGradient + public static let surfaceOnLightTransparentPromoGradientActive = GradientToken.surfaceOnLightTransparentPromoGradientActive + public static let surfaceOnLightTransparentPromoGradientHover = GradientToken.surfaceOnLightTransparentPromoGradientHover + public static let textDefaultAccentGradient = GradientToken.textDefaultAccentGradient + public static let textDefaultAccentGradientActive = GradientToken.textDefaultAccentGradientActive + public static let textDefaultAccentGradientHover = GradientToken.textDefaultAccentGradientHover + public static let textDefaultAccentMinorGradient = GradientToken.textDefaultAccentMinorGradient + public static let textDefaultAccentMinorGradientActive = GradientToken.textDefaultAccentMinorGradientActive + public static let textDefaultAccentMinorGradientHover = GradientToken.textDefaultAccentMinorGradientHover + public static let textDefaultPromoGradient = GradientToken.textDefaultPromoGradient + public static let textDefaultPromoGradientActive = GradientToken.textDefaultPromoGradientActive + public static let textDefaultPromoGradientHover = GradientToken.textDefaultPromoGradientHover + public static let textDefaultPromoMinorGradient = GradientToken.textDefaultPromoMinorGradient + public static let textDefaultPromoMinorGradientActive = GradientToken.textDefaultPromoMinorGradientActive + public static let textDefaultPromoMinorGradientHover = GradientToken.textDefaultPromoMinorGradientHover + public static let textInverseAccentGradient = GradientToken.textInverseAccentGradient + public static let textInverseAccentGradientActive = GradientToken.textInverseAccentGradientActive + public static let textInverseAccentGradientHover = GradientToken.textInverseAccentGradientHover + public static let textInverseAccentMinorGradient = GradientToken.textInverseAccentMinorGradient + public static let textInverseAccentMinorGradientActive = GradientToken.textInverseAccentMinorGradientActive + public static let textInverseAccentMinorGradientHover = GradientToken.textInverseAccentMinorGradientHover + public static let textInversePromoGradient = GradientToken.textInversePromoGradient + public static let textInversePromoGradientActive = GradientToken.textInversePromoGradientActive + public static let textInversePromoGradientHover = GradientToken.textInversePromoGradientHover + public static let textInversePromoMinorGradient = GradientToken.textInversePromoMinorGradient + public static let textInversePromoMinorGradientActive = GradientToken.textInversePromoMinorGradientActive + public static let textInversePromoMinorGradientHover = GradientToken.textInversePromoMinorGradientHover + public static let textOnDarkAccentGradient = GradientToken.textOnDarkAccentGradient + public static let textOnDarkAccentGradientActive = GradientToken.textOnDarkAccentGradientActive + public static let textOnDarkAccentGradientHover = GradientToken.textOnDarkAccentGradientHover + public static let textOnDarkAccentMinorGradient = GradientToken.textOnDarkAccentMinorGradient + public static let textOnDarkAccentMinorGradientActive = GradientToken.textOnDarkAccentMinorGradientActive + public static let textOnDarkAccentMinorGradientHover = GradientToken.textOnDarkAccentMinorGradientHover + public static let textOnDarkPromoGradient = GradientToken.textOnDarkPromoGradient + public static let textOnDarkPromoGradientActive = GradientToken.textOnDarkPromoGradientActive + public static let textOnDarkPromoGradientHover = GradientToken.textOnDarkPromoGradientHover + public static let textOnDarkPromoMinorGradient = GradientToken.textOnDarkPromoMinorGradient + public static let textOnDarkPromoMinorGradientActive = GradientToken.textOnDarkPromoMinorGradientActive + public static let textOnDarkPromoMinorGradientHover = GradientToken.textOnDarkPromoMinorGradientHover + public static let textOnLightAccentGradient = GradientToken.textOnLightAccentGradient + public static let textOnLightAccentGradientActive = GradientToken.textOnLightAccentGradientActive + public static let textOnLightAccentGradientHover = GradientToken.textOnLightAccentGradientHover + public static let textOnLightAccentMinorGradient = GradientToken.textOnLightAccentMinorGradient + public static let textOnLightAccentMinorGradientActive = GradientToken.textOnLightAccentMinorGradientActive + public static let textOnLightAccentMinorGradientHover = GradientToken.textOnLightAccentMinorGradientHover + public static let textOnLightPromoGradient = GradientToken.textOnLightPromoGradient + public static let textOnLightPromoGradientActive = GradientToken.textOnLightPromoGradientActive + public static let textOnLightPromoGradientHover = GradientToken.textOnLightPromoGradientHover + public static let textOnLightPromoMinorGradient = GradientToken.textOnLightPromoMinorGradient + public static let textOnLightPromoMinorGradientActive = GradientToken.textOnLightPromoMinorGradientActive + public static let textOnLightPromoMinorGradientHover = GradientToken.textOnLightPromoMinorGradientHover +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShadowToken+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShadowToken+Generated.swift new file mode 100644 index 000000000..2eb45f1fe --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShadowToken+Generated.swift @@ -0,0 +1,138 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public extension ShadowToken { + static var downHardL: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var downHardM: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var downHardS: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var downSoftL: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var downSoftM: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var downSoftS: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upHardL: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upHardM: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upHardS: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upSoftL: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upSoftM: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } + static var upSoftS: Self { + Self( + color: Color(UIColor(hex: "#000000")), + offset: Offset( + width: 0, + height: 5 + ), + opacity: 0,5, + radius: 1,5 + ) + } +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shadows+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shadows+Generated.swift new file mode 100644 index 000000000..a0953ea42 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shadows+Generated.swift @@ -0,0 +1,18 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public struct Shadows { + public static let downHardL = ShadowToken.downHardL + public static let downHardM = ShadowToken.downHardM + public static let downHardS = ShadowToken.downHardS + public static let downSoftL = ShadowToken.downSoftL + public static let downSoftM = ShadowToken.downSoftM + public static let downSoftS = ShadowToken.downSoftS + public static let upHardL = ShadowToken.upHardL + public static let upHardM = ShadowToken.upHardM + public static let upHardS = ShadowToken.upHardS + public static let upSoftL = ShadowToken.upSoftL + public static let upSoftM = ShadowToken.upSoftM + public static let upSoftS = ShadowToken.upSoftS +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShapeToken+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShapeToken+Generated.swift new file mode 100644 index 000000000..a5e270888 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/ShapeToken+Generated.swift @@ -0,0 +1,48 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public extension ShapeToken { + static var roundL: Self { + Self( + cornerRadius: 20, + kind: .round + ) + } + static var roundM: Self { + Self( + cornerRadius: 16, + kind: .round + ) + } + static var roundS: Self { + Self( + cornerRadius: 12, + kind: .round + ) + } + static var roundXl: Self { + Self( + cornerRadius: 24, + kind: .round + ) + } + static var roundXs: Self { + Self( + cornerRadius: 8, + kind: .round + ) + } + static var roundXxl: Self { + Self( + cornerRadius: 32, + kind: .round + ) + } + static var roundXxs: Self { + Self( + cornerRadius: 4, + kind: .round + ) + } +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shapes+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shapes+Generated.swift new file mode 100644 index 000000000..326a7b6eb --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Shapes+Generated.swift @@ -0,0 +1,13 @@ +import SwiftUI +import UIKit +@_exported import SDDSThemeCore + +public struct Shapes { + public static let roundL = ShapeToken.roundL + public static let roundM = ShapeToken.roundM + public static let roundS = ShapeToken.roundS + public static let roundXl = ShapeToken.roundXl + public static let roundXs = ShapeToken.roundXs + public static let roundXxl = ShapeToken.roundXxl + public static let roundXxs = ShapeToken.roundXxs +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Typographies+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Typographies+Generated.swift new file mode 100644 index 000000000..27a46bbbc --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/Typographies+Generated.swift @@ -0,0 +1,39 @@ +import Foundation +@_exported import SDDSThemeCore + +public struct Typographies { + public static let bodyLBold = AdaptiveTypographyToken.bodyLBold + public static let bodyLNormal = AdaptiveTypographyToken.bodyLNormal + public static let bodyMBold = AdaptiveTypographyToken.bodyMBold + public static let bodyMNormal = AdaptiveTypographyToken.bodyMNormal + public static let bodySBold = AdaptiveTypographyToken.bodySBold + public static let bodySNormal = AdaptiveTypographyToken.bodySNormal + public static let bodyXsBold = AdaptiveTypographyToken.bodyXsBold + public static let bodyXsNormal = AdaptiveTypographyToken.bodyXsNormal + public static let bodyXxsBold = AdaptiveTypographyToken.bodyXxsBold + public static let bodyXxsNormal = AdaptiveTypographyToken.bodyXxsNormal + public static let displayLBold = AdaptiveTypographyToken.displayLBold + public static let displayLNormal = AdaptiveTypographyToken.displayLNormal + public static let displayMBold = AdaptiveTypographyToken.displayMBold + public static let displayMNormal = AdaptiveTypographyToken.displayMNormal + public static let displaySBold = AdaptiveTypographyToken.displaySBold + public static let displaySNormal = AdaptiveTypographyToken.displaySNormal + public static let headerH1Bold = AdaptiveTypographyToken.headerH1Bold + public static let headerH1Normal = AdaptiveTypographyToken.headerH1Normal + public static let headerH2Bold = AdaptiveTypographyToken.headerH2Bold + public static let headerH2Normal = AdaptiveTypographyToken.headerH2Normal + public static let headerH3Bold = AdaptiveTypographyToken.headerH3Bold + public static let headerH3Normal = AdaptiveTypographyToken.headerH3Normal + public static let headerH4Bold = AdaptiveTypographyToken.headerH4Bold + public static let headerH4Normal = AdaptiveTypographyToken.headerH4Normal + public static let headerH5Bold = AdaptiveTypographyToken.headerH5Bold + public static let headerH5Normal = AdaptiveTypographyToken.headerH5Normal + public static let textLBold = AdaptiveTypographyToken.textLBold + public static let textLNormal = AdaptiveTypographyToken.textLNormal + public static let textMBold = AdaptiveTypographyToken.textMBold + public static let textMNormal = AdaptiveTypographyToken.textMNormal + public static let textSBold = AdaptiveTypographyToken.textSBold + public static let textSNormal = AdaptiveTypographyToken.textSNormal + public static let textXsBold = AdaptiveTypographyToken.textXsBold + public static let textXsNormal = AdaptiveTypographyToken.textXsNormal +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/TypographyToken+Generated.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/TypographyToken+Generated.swift new file mode 100644 index 000000000..d6e7e8cb8 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Generated/TypographyToken+Generated.swift @@ -0,0 +1,993 @@ +import Foundation +@_exported import SDDSThemeCore + +public extension AdaptiveTypographyToken { + static var bodyLBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ) + ) + } + static var bodyLNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 22.0, + kerning: -0,02 + ) + ) + } + static var bodyMBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ) + ) + } + static var bodyMNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 20.0, + kerning: -0,02 + ) + ) + } + static var bodySBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ) + ) + } + static var bodySNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 18.0, + kerning: -0,02 + ) + ) + } + static var bodyXsBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ) + ) + } + static var bodyXsNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 14.0, + kerning: -0,02 + ) + ) + } + static var bodyXxsBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ) + ) + } + static var bodyXxsNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 10.0, + lineHeight: 12.0, + kerning: -0,02 + ) + ) + } + static var displayLBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 88.0, + lineHeight: 92.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 112.0, + lineHeight: 112.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 128.0, + lineHeight: 128.0, + kerning: 0 + ) + ) + } + static var displayLNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 88.0, + lineHeight: 92.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 112.0, + lineHeight: 112.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 128.0, + lineHeight: 128.0, + kerning: 0 + ) + ) + } + static var displayMBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 56.0, + lineHeight: 62.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 72.0, + lineHeight: 76.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 88.0, + lineHeight: 92.0, + kerning: 0 + ) + ) + } + static var displayMNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 56.0, + lineHeight: 62.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 72.0, + lineHeight: 76.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 88.0, + lineHeight: 92.0, + kerning: 0 + ) + ) + } + static var displaySBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 40.0, + lineHeight: 46.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 48.0, + lineHeight: 54.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 64.0, + lineHeight: 68.0, + kerning: 0 + ) + ) + } + static var displaySNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 40.0, + lineHeight: 46.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 48.0, + lineHeight: 54.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Light", + weight: .light, + style: .normal, + size: 64.0, + lineHeight: 68.0, + kerning: 0 + ) + ) + } + static var headerH1Bold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 28.0, + lineHeight: 34.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 40.0, + lineHeight: 46.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 48.0, + lineHeight: 54.0, + kerning: 0 + ) + ) + } + static var headerH1Normal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 28.0, + lineHeight: 34.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 40.0, + lineHeight: 46.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 48.0, + lineHeight: 54.0, + kerning: 0 + ) + ) + } + static var headerH2Bold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 24.0, + lineHeight: 30.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 28.0, + lineHeight: 34.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 32.0, + lineHeight: 38.0, + kerning: 0 + ) + ) + } + static var headerH2Normal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 24.0, + lineHeight: 30.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 28.0, + lineHeight: 34.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 32.0, + lineHeight: 38.0, + kerning: 0 + ) + ) + } + static var headerH3Bold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 24.0, + lineHeight: 30.0, + kerning: 0 + ) + ) + } + static var headerH3Normal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 24.0, + lineHeight: 30.0, + kerning: 0 + ) + ) + } + static var headerH4Bold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ) + ) + } + static var headerH4Normal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 20.0, + lineHeight: 26.0, + kerning: 0 + ) + ) + } + static var headerH5Bold: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 22.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 22.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ) + ) + } + static var headerH5Normal: Self { + Self( + small: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 22.0, + kerning: 0 + ), + medium: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 22.0, + kerning: 0 + ), + large: TypographyToken( + fontName: "SBSansDisplay-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 24.0, + kerning: 0 + ) + ) + } + static var textLBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 26.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 20.0, + lineHeight: 28.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 24.0, + lineHeight: 32.0, + kerning: -0,02 + ) + ) + } + static var textLNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 26.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 20.0, + lineHeight: 28.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 24.0, + lineHeight: 32.0, + kerning: -0,02 + ) + ) + } + static var textMBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 24.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 16.0, + lineHeight: 24.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 18.0, + lineHeight: 26.0, + kerning: -0,02 + ) + ) + } + static var textMNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 24.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 16.0, + lineHeight: 24.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 18.0, + lineHeight: 26.0, + kerning: -0,02 + ) + ) + } + static var textSBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ) + ) + } + static var textSNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 14.0, + lineHeight: 20.0, + kerning: -0,02 + ) + ) + } + static var textXsBold: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Semibold", + weight: .semibold, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ) + ) + } + static var textXsNormal: Self { + Self( + small: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ), + medium: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ), + large: TypographyToken( + fontName: "SBSansText-Regular", + weight: .regular, + style: .normal, + size: 12.0, + lineHeight: 16.0, + kerning: -0,02 + ) + ) + } + static var tokens: [Self] = [ + bodyLBold, + bodyLNormal, + bodyMBold, + bodyMNormal, + bodySBold, + bodySNormal, + bodyXsBold, + bodyXsNormal, + bodyXxsBold, + bodyXxsNormal, + displayLBold, + displayLNormal, + displayMBold, + displayMNormal, + displaySBold, + displaySNormal, + headerH1Bold, + headerH1Normal, + headerH2Bold, + headerH2Normal, + headerH3Bold, + headerH3Normal, + headerH4Bold, + headerH4Normal, + headerH5Bold, + headerH5Normal, + textLBold, + textLNormal, + textMBold, + textMNormal, + textSBold, + textSNormal, + textXsBold, + textXsNormal + ] +} diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/SDDSTheme.h b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/SDDSTheme.h new file mode 100644 index 000000000..1a3a60932 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/SDDSTheme.h @@ -0,0 +1,18 @@ +// +// SDDSTheme.h +// SDDSTheme +// +// Created by Vladimir Kaltyrin on 05.06.2024. +// + +#import + +//! Project version number for SDDSTheme. +FOUNDATION_EXPORT double SDDSThemeVersionNumber; + +//! Project version string for SDDSTheme. +FOUNDATION_EXPORT const unsigned char SDDSThemeVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Theme.swift b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Theme.swift new file mode 100644 index 000000000..f3286c401 --- /dev/null +++ b/SDDSThemeBuilder/SDDSTheme/Sources/SDDSTheme/Theme.swift @@ -0,0 +1,29 @@ +import Foundation +@_exported import SDDSThemeCore + +/// Структура темы, она дает единую точку доступа для всех токенов. +/// +/// # Пример: +/// ```swift +/// func example() { +/// let color = Theme.colors.backgroundDarkPrimary.color +/// let shape = Theme.shapes.roundL +/// let typography = Theme.typographies.bodyLBold.typography +/// let shadow = Theme.shadows.downHardL +/// } +/// ``` +/// +/// Эта структура содержит вложенные структуры для работы с цветами, формами, типографикой и тенями. +public class Theme { + public static let colors = Colors() + public static let shapes = Shapes() + public static let typographies = Typographies() + public static let shadows = Shadows() + + public class func initialize() { + guard let fontsDirectoryURL = Bundle(for: self).resourceURL else { + fatalError("Fonts directory not found in bundle") + } + FontsService.shared.initialize(fontsDirectoryURL: fontsDirectoryURL) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/project.pbxproj b/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/project.pbxproj index 16cf32127..9f03ffce3 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/project.pbxproj +++ b/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 56; + objectVersion = 60; objects = { /* Begin PBXAggregateTarget section */ @@ -30,12 +30,24 @@ 246D68BA2BFC938700AB0020 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246D68B72BFC938700AB0020 /* MainView.swift */; }; 246D68BB2BFC938700AB0020 /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246D68B82BFC938700AB0020 /* GradientView.swift */; }; 2489D0A52BC7F3790053AAB1 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2489D0A42BC7F3790053AAB1 /* main.swift */; }; - 2489D0BF2BC7F3850053AAB1 /* SDDSThemeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2489D0BE2BC7F3850053AAB1 /* SDDSThemeTests.swift */; }; 249C3D4E2BD92595007533DE /* GenerateTokensCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 249C3D4D2BD92595007533DE /* GenerateTokensCommand.swift */; }; 24CB390C2BC95BDF00B32463 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 24CB390B2BC95BDF00B32463 /* ArgumentParser */; }; 24F383152BD7C11100AB8057 /* ColorContextBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F383142BD7C11100AB8057 /* ColorContextBuilder.swift */; }; 24F3831B2BD7C8F300AB8057 /* PaletteAlias.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F3831A2BD7C8F300AB8057 /* PaletteAlias.swift */; }; - 810CB4882BF786C0002E718E /* GradientToken.stencil in Sources */ = {isa = PBXBuildFile; fileRef = 810CB4872BF786C0002E718E /* GradientToken.stencil */; }; + 810DE53D2C2AC5EB00F1C96F /* PrepareDirectoriesCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810DE53C2C2AC5EB00F1C96F /* PrepareDirectoriesCommand.swift */; }; + 810DE53E2C2AC77700F1C96F /* ShapeToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 81E1EDB52BD2B4CD00F86AE1 /* ShapeToken.stencil */; }; + 810DE53F2C2AC77700F1C96F /* ColorToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 817539362BCE745600138866 /* ColorToken.stencil */; }; + 810DE5402C2AC77700F1C96F /* ShadowToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 81E1EDB72BD2B9B600F86AE1 /* ShadowToken.stencil */; }; + 810DE5412C2AC77700F1C96F /* TypographyToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 81E1EDF02BDA5E6200F86AE1 /* TypographyToken.stencil */; }; + 810DE5422C2AC77800F1C96F /* Shapes.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 243C1D142C05D38600C17C0F /* Shapes.stencil */; }; + 810DE5432C2AC77800F1C96F /* Colors.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 243C1D122C05D1D300C17C0F /* Colors.stencil */; }; + 810DE5442C2AC77800F1C96F /* GradientToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 810CB4872BF786C0002E718E /* GradientToken.stencil */; }; + 810DE5452C2AC77800F1C96F /* Shadows.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 243C1D162C05D39E00C17C0F /* Shadows.stencil */; }; + 810DE5462C2AC77800F1C96F /* Gradients.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 243C1D1A2C05D3C800C17C0F /* Gradients.stencil */; }; + 810DE5472C2AC77800F1C96F /* ShadowToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 81E1EDB72BD2B9B600F86AE1 /* ShadowToken.stencil */; }; + 810DE5482C2AC77800F1C96F /* Typographies.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 243C1D182C05D3B200C17C0F /* Typographies.stencil */; }; + 810DE5492C2AC77800F1C96F /* TypographyToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 81E1EDF02BDA5E6200F86AE1 /* TypographyToken.stencil */; }; + 810DE54A2C2AC7FB00F1C96F /* GradientToken.stencil in Resources */ = {isa = PBXBuildFile; fileRef = 810CB4872BF786C0002E718E /* GradientToken.stencil */; }; 813340122C063151005AD84F /* TypographyContextBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 813340112C063151005AD84F /* TypographyContextBuilderTests.swift */; }; 813340142C0631D0005AD84F /* ColorContextBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 813340132C0631D0005AD84F /* ColorContextBuilderTests.swift */; }; 813340162C0632EA005AD84F /* palette.json in Resources */ = {isa = PBXBuildFile; fileRef = 813340152C0632EA005AD84F /* palette.json */; }; @@ -50,6 +62,7 @@ 8139EB462C1B4F3600D6A049 /* ThemeContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8139EB452C1B4F3600D6A049 /* ThemeContext.swift */; }; 8139EB482C20403C00D6A049 /* String+Hex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8139EB472C20403C00D6A049 /* String+Hex.swift */; }; 8139EB4A2C2040E300D6A049 /* ColorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8139EB492C2040E300D6A049 /* ColorContext.swift */; }; + 816E049D2C58DCDB00EE7A7F /* SDDSThemeCore in Frameworks */ = {isa = PBXBuildFile; productRef = 816E049C2C58DCDB00EE7A7F /* SDDSThemeCore */; }; 8175395C2BD0077300138866 /* SDDSThemeBuilderCore.docc in Sources */ = {isa = PBXBuildFile; fileRef = 8175395B2BD0077200138866 /* SDDSThemeBuilderCore.docc */; }; 817539622BD0077300138866 /* SDDSThemeBuilderCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817539582BD0077200138866 /* SDDSThemeBuilderCore.framework */; }; 817539682BD0077300138866 /* SDDSThemeBuilderCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8175395A2BD0077200138866 /* SDDSThemeBuilderCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -65,7 +78,6 @@ 817539832BD008A500138866 /* GeneralError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817539442BCE94E000138866 /* GeneralError.swift */; }; 817539842BD008A500138866 /* StencilTemplate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8175393E2BCE869C00138866 /* StencilTemplate.swift */; }; 817539852BD008A500138866 /* CodeGenerationError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8175393C2BCE83EF00138866 /* CodeGenerationError.swift */; }; - 817539862BD008A500138866 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817539422BCE8DD700138866 /* Extensions.swift */; }; 817539872BD008A500138866 /* FileWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817539512BD0032700138866 /* FileWriter.swift */; }; 817539882BD008A500138866 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2489D0D02BC7F5EA0053AAB1 /* Constants.swift */; }; 8175398B2BD0091700138866 /* Stencil in Frameworks */ = {isa = PBXBuildFile; productRef = 8175398A2BD0091700138866 /* Stencil */; }; @@ -81,24 +93,15 @@ 817539AE2BD16D7E00138866 /* OHHTTPStubsSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 817539AD2BD16D7E00138866 /* OHHTTPStubsSwift */; }; 8180A5112C107DA900009AF5 /* TypographyToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A49B2C0F71A500009AF5 /* TypographyToken.swift */; }; 8180A53F2C11067100009AF5 /* SDDSTheme.h in Headers */ = {isa = PBXBuildFile; fileRef = 8180A53E2C11067100009AF5 /* SDDSTheme.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8180A5422C11067100009AF5 /* SDDSTheme.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A53C2C11067100009AF5 /* SDDSTheme.framework */; }; - 8180A5432C11067100009AF5 /* SDDSTheme.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A53C2C11067100009AF5 /* SDDSTheme.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 8180A54F2C1106A700009AF5 /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A54E2C1106A700009AF5 /* Theme.swift */; }; 8180A5842C11C01D00009AF5 /* SDDSThemeCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 8180A5832C11C01D00009AF5 /* SDDSThemeCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8180A5872C11C01D00009AF5 /* SDDSThemeCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A5812C11C01C00009AF5 /* SDDSThemeCore.framework */; }; - 8180A5882C11C01D00009AF5 /* SDDSThemeCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A5812C11C01C00009AF5 /* SDDSThemeCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 8180A58C2C11C05E00009AF5 /* FontsService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4992C0F71A500009AF5 /* FontsService.swift */; }; - 8180A58D2C11C08C00009AF5 /* SDDSThemeCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A5812C11C01C00009AF5 /* SDDSThemeCore.framework */; }; - 8180A58E2C11C08C00009AF5 /* SDDSThemeCore.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8180A5812C11C01C00009AF5 /* SDDSThemeCore.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 8180A5912C11C0A500009AF5 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817539422BCE8DD700138866 /* Extensions.swift */; }; - 8180A5922C11C0B100009AF5 /* FileExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819B2ADB2BF283A600688624 /* FileExtension.swift */; }; 8180A5932C11C2A100009AF5 /* TypographyToken.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A49B2C0F71A500009AF5 /* TypographyToken.swift */; }; 8180A5942C11C34000009AF5 /* ShapeModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4A42C0F71A500009AF5 /* ShapeModifier.swift */; }; 8180A5952C11C34000009AF5 /* GradientModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4A52C0F71A500009AF5 /* GradientModifier.swift */; }; 8180A5962C11C34000009AF5 /* ShadowModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4A62C0F71A500009AF5 /* ShadowModifier.swift */; }; 8180A5972C11C34000009AF5 /* LineHeightModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4A22C0F71A500009AF5 /* LineHeightModifier.swift */; }; 8180A5982C11C34000009AF5 /* TypographyModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4A32C0F71A500009AF5 /* TypographyModifier.swift */; }; - 8180A5992C11C34400009AF5 /* UIScreen+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4AD2C0F71A500009AF5 /* UIScreen+Extensions.swift */; }; 8180A59A2C11C34400009AF5 /* GradientToken+Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4AE2C0F71A500009AF5 /* GradientToken+Theme.swift */; }; 8180A59B2C11C34400009AF5 /* TypographyToken+AdaptiveStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4B12C0F71A500009AF5 /* TypographyToken+AdaptiveStyle.swift */; }; 8180A59C2C11C34400009AF5 /* ColorToken+Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180A4AF2C0F71A500009AF5 /* ColorToken+Theme.swift */; }; @@ -144,16 +147,18 @@ 8180A5DD2C131CCA00009AF5 /* SBSansDisplay-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 8180A5CE2C131CCA00009AF5 /* SBSansDisplay-Bold.otf */; }; 8181E3AA2BFB6A5F00D4012C /* GradientContextBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8181E3A92BFB6A5F00D4012C /* GradientContextBuilder.swift */; }; 8181E3BC2BFB9DFF00D4012C /* GradientContextBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8181E3BB2BFB9DFF00D4012C /* GradientContextBuilderTests.swift */; }; + 818C03BD2C43C0FE002C6D0A /* UIScreen+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 818C03BC2C43C0FD002C6D0A /* UIScreen+Extensions.swift */; }; 819B2A892BF23B1600688624 /* Font+FontName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819B2A882BF23B1600688624 /* Font+FontName.swift */; }; 819B2ACA2BF280F900688624 /* SDDSDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819B2AC92BF280F900688624 /* SDDSDemoApp.swift */; }; 819B2ACE2BF280FB00688624 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 819B2ACD2BF280FB00688624 /* Assets.xcassets */; }; 819B2AD12BF280FB00688624 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 819B2AD02BF280FB00688624 /* Preview Assets.xcassets */; }; - 819B2ADD2BF283A600688624 /* FileExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819B2ADB2BF283A600688624 /* FileExtension.swift */; }; 819B2AE02BF2842300688624 /* ScreenSize+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 819B2ADE2BF2842300688624 /* ScreenSize+Extensions.swift */; }; + 81BC36762C58E46000A363D0 /* SDDSTheme in Frameworks */ = {isa = PBXBuildFile; productRef = 81BC36752C58E46000A363D0 /* SDDSTheme */; }; + 81BC36782C58E4B300A363D0 /* SDDSThemeCore in Frameworks */ = {isa = PBXBuildFile; productRef = 81BC36772C58E4B300A363D0 /* SDDSThemeCore */; }; + 81BC36862C591D6F00A363D0 /* SDDSThemeUtilities in Frameworks */ = {isa = PBXBuildFile; productRef = 81BC36852C591D6F00A363D0 /* SDDSThemeUtilities */; }; + 81BC36882C591D8200A363D0 /* SDDSThemeUtilities in Frameworks */ = {isa = PBXBuildFile; productRef = 81BC36872C591D8200A363D0 /* SDDSThemeUtilities */; }; 81C10A1D2C2929850055BB04 /* meta.json in Resources */ = {isa = PBXBuildFile; fileRef = 81C10A1C2C2929850055BB04 /* meta.json */; }; 81C10A222C292E4D0055BB04 /* Double+Stencil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81C10A212C292E4D0055BB04 /* Double+Stencil.swift */; }; - 81CB0FBD2C2193DC003B1064 /* HexConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CB0FBC2C2193DC003B1064 /* HexConverter.swift */; }; - 81CB0FBE2C2193EB003B1064 /* HexConverter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CB0FBC2C2193DC003B1064 /* HexConverter.swift */; }; 81CB0FC02C2194DF003B1064 /* Color+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CB0FBF2C2194DF003B1064 /* Color+Extension.swift */; }; 81CB0FC12C2194DF003B1064 /* Color+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CB0FBF2C2194DF003B1064 /* Color+Extension.swift */; }; 81CB0FDE2C245046003B1064 /* SchemeTokenNameValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CB0FDD2C245046003B1064 /* SchemeTokenNameValidator.swift */; }; @@ -214,20 +219,6 @@ remoteGlobalIDString = 817539572BD0077200138866; remoteInfo = SDDSThemeBuilderCore; }; - 8180A48E2C0F718F00009AF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2489D0992BC7F3790053AAB1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8180A5802C11C01C00009AF5; - remoteInfo = SDDSThemeCore; - }; - 8180A5402C11067100009AF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2489D0992BC7F3790053AAB1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8180A53B2C11067100009AF5; - remoteInfo = SDDSTheme; - }; 8180A5852C11C01D00009AF5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 2489D0992BC7F3790053AAB1 /* Project object */; @@ -235,13 +226,6 @@ remoteGlobalIDString = 8180A5802C11C01C00009AF5; remoteInfo = SDDSThemeCore; }; - 8180A58F2C11C08C00009AF5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2489D0992BC7F3790053AAB1 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8180A5802C11C01C00009AF5; - remoteInfo = SDDSThemeCore; - }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -265,29 +249,6 @@ name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; - 8180A5722C11AC6300009AF5 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 8180A58E2C11C08C00009AF5 /* SDDSThemeCore.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; - 819B2AD92BF2810500688624 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - 8180A5432C11067100009AF5 /* SDDSTheme.framework in Embed Frameworks */, - 8180A5882C11C01D00009AF5 /* SDDSThemeCore.framework in Embed Frameworks */, - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ @@ -301,8 +262,6 @@ 246D68B82BFC938700AB0020 /* GradientView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = ""; }; 2489D0A12BC7F3790053AAB1 /* SDDSThemeBuilder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SDDSThemeBuilder; sourceTree = BUILT_PRODUCTS_DIR; }; 2489D0A42BC7F3790053AAB1 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - 2489D0B92BC7F3850053AAB1 /* SDDSThemeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSThemeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 2489D0BE2BC7F3850053AAB1 /* SDDSThemeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSThemeTests.swift; sourceTree = ""; }; 2489D0C72BC7F3EC0053AAB1 /* Command.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = ""; }; 2489D0CD2BC7F5AD0053AAB1 /* DownloadCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadCommand.swift; sourceTree = ""; }; 2489D0D02BC7F5EA0053AAB1 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = ""; }; @@ -314,6 +273,7 @@ 24F383142BD7C11100AB8057 /* ColorContextBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorContextBuilder.swift; sourceTree = ""; }; 24F3831A2BD7C8F300AB8057 /* PaletteAlias.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaletteAlias.swift; sourceTree = ""; }; 810CB4872BF786C0002E718E /* GradientToken.stencil */ = {isa = PBXFileReference; lastKnownFileType = text; path = GradientToken.stencil; sourceTree = ""; }; + 810DE53C2C2AC5EB00F1C96F /* PrepareDirectoriesCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrepareDirectoriesCommand.swift; sourceTree = ""; }; 813340112C063151005AD84F /* TypographyContextBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypographyContextBuilderTests.swift; sourceTree = ""; }; 813340132C0631D0005AD84F /* ColorContextBuilderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorContextBuilderTests.swift; sourceTree = ""; }; 813340152C0632EA005AD84F /* palette.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = palette.json; sourceTree = ""; }; @@ -327,11 +287,12 @@ 8139EB452C1B4F3600D6A049 /* ThemeContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThemeContext.swift; sourceTree = ""; }; 8139EB472C20403C00D6A049 /* String+Hex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Hex.swift"; sourceTree = ""; }; 8139EB492C2040E300D6A049 /* ColorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorContext.swift; sourceTree = ""; }; + 814F71E92C58D4A0006385E4 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; + 816E04A22C58DD5600EE7A7F /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; }; 817539362BCE745600138866 /* ColorToken.stencil */ = {isa = PBXFileReference; lastKnownFileType = text; path = ColorToken.stencil; sourceTree = ""; }; 8175393C2BCE83EF00138866 /* CodeGenerationError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CodeGenerationError.swift; sourceTree = ""; }; 8175393E2BCE869C00138866 /* StencilTemplate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StencilTemplate.swift; sourceTree = ""; }; 817539402BCE87B700138866 /* Renderable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Renderable.swift; sourceTree = ""; }; - 817539422BCE8DD700138866 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = ""; }; 817539442BCE94E000138866 /* GeneralError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeneralError.swift; sourceTree = ""; }; 817539512BD0032700138866 /* FileWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileWriter.swift; sourceTree = ""; }; 817539582BD0077200138866 /* SDDSThemeBuilderCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSThemeBuilderCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -345,7 +306,6 @@ 8175399C2BD1303400138866 /* RunnableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnableMock.swift; sourceTree = ""; }; 817539A12BD1681100138866 /* ios_colors.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = ios_colors.json; sourceTree = ""; }; 817539A52BD1699B00138866 /* RenderableMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RenderableMock.swift; sourceTree = ""; }; - 8180A48B2C0F718F00009AF5 /* SDDSThemeCoreTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSThemeCoreTests.swift; sourceTree = ""; }; 8180A4992C0F71A500009AF5 /* FontsService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontsService.swift; sourceTree = ""; }; 8180A49B2C0F71A500009AF5 /* TypographyToken.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypographyToken.swift; sourceTree = ""; }; 8180A49C2C0F71A500009AF5 /* ShadowToken.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShadowToken.swift; sourceTree = ""; }; @@ -363,7 +323,6 @@ 8180A4AA2C0F71A500009AF5 /* View+Conditional.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+Conditional.swift"; sourceTree = ""; }; 8180A4AB2C0F71A500009AF5 /* View+Tokens.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "View+Tokens.swift"; sourceTree = ""; }; 8180A4AC2C0F71A500009AF5 /* AdaptiveTypographyToken+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AdaptiveTypographyToken+Extensions.swift"; sourceTree = ""; }; - 8180A4AD2C0F71A500009AF5 /* UIScreen+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIScreen+Extensions.swift"; sourceTree = ""; }; 8180A4AE2C0F71A500009AF5 /* GradientToken+Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GradientToken+Theme.swift"; sourceTree = ""; }; 8180A4AF2C0F71A500009AF5 /* ColorToken+Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ColorToken+Theme.swift"; sourceTree = ""; }; 8180A4B02C0F71A500009AF5 /* GradientKind+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GradientKind+Extensions.swift"; sourceTree = ""; }; @@ -409,11 +368,10 @@ 819B2AC92BF280F900688624 /* SDDSDemoApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSDemoApp.swift; sourceTree = ""; }; 819B2ACD2BF280FB00688624 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 819B2AD02BF280FB00688624 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 819B2ADB2BF283A600688624 /* FileExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileExtension.swift; sourceTree = ""; }; 819B2ADE2BF2842300688624 /* ScreenSize+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ScreenSize+Extensions.swift"; sourceTree = ""; }; + 81BC367D2C58E64900A363D0 /* SDDSThemeUtilities */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = SDDSThemeUtilities; sourceTree = ""; }; 81C10A1C2C2929850055BB04 /* meta.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = meta.json; sourceTree = ""; }; 81C10A212C292E4D0055BB04 /* Double+Stencil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+Stencil.swift"; sourceTree = ""; }; - 81CB0FBC2C2193DC003B1064 /* HexConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HexConverter.swift; sourceTree = ""; }; 81CB0FBF2C2194DF003B1064 /* Color+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extension.swift"; sourceTree = ""; }; 81CB0FDD2C245046003B1064 /* SchemeTokenNameValidator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SchemeTokenNameValidator.swift; sourceTree = ""; }; 81CB0FE02C245052003B1064 /* TemplateRenderer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TemplateRenderer.swift; sourceTree = ""; }; @@ -473,18 +431,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2489D0B62BC7F3850053AAB1 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 817539552BD0077200138866 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 8175398B2BD0091700138866 /* Stencil in Frameworks */, + 81BC36862C591D6F00A363D0 /* SDDSThemeUtilities in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -502,7 +454,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8180A58D2C11C08C00009AF5 /* SDDSThemeCore.framework in Frameworks */, + 816E049D2C58DCDB00EE7A7F /* SDDSThemeCore in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -510,6 +462,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 81BC36882C591D8200A363D0 /* SDDSThemeUtilities in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -517,8 +470,8 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8180A5422C11067100009AF5 /* SDDSTheme.framework in Frameworks */, - 8180A5872C11C01D00009AF5 /* SDDSThemeCore.framework in Frameworks */, + 81BC36762C58E46000A363D0 /* SDDSTheme in Frameworks */, + 81BC36782C58E4B300A363D0 /* SDDSThemeCore in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -538,12 +491,11 @@ 2489D0982BC7F3790053AAB1 = { isa = PBXGroup; children = ( + 81BC367D2C58E64900A363D0 /* SDDSThemeUtilities */, 2489D0A32BC7F3790053AAB1 /* SDDSThemeBuilder */, - 2489D0BD2BC7F3850053AAB1 /* SDDSThemeTests */, 817539592BD0077200138866 /* SDDSThemeBuilderCore */, 817539652BD0077300138866 /* SDDSThemeBuilderCoreTests */, 819B2AC82BF280F900688624 /* SDDSDemo */, - 8180A48A2C0F718F00009AF5 /* SDDSThemeCoreTests */, 8180A53D2C11067100009AF5 /* SDDSTheme */, 8180A5822C11C01D00009AF5 /* SDDSThemeCore */, 2489D0A22BC7F3790053AAB1 /* Products */, @@ -555,7 +507,6 @@ isa = PBXGroup; children = ( 2489D0A12BC7F3790053AAB1 /* SDDSThemeBuilder */, - 2489D0B92BC7F3850053AAB1 /* SDDSThemeTests.xctest */, 817539582BD0077200138866 /* SDDSThemeBuilderCore.framework */, 817539612BD0077300138866 /* SDDSThemeBuilderCoreTests.xctest */, 819B2AC72BF280F900688624 /* SDDSDemo.app */, @@ -573,14 +524,6 @@ path = SDDSThemeBuilder; sourceTree = ""; }; - 2489D0BD2BC7F3850053AAB1 /* SDDSThemeTests */ = { - isa = PBXGroup; - children = ( - 2489D0BE2BC7F3850053AAB1 /* SDDSThemeTests.swift */, - ); - path = SDDSThemeTests; - sourceTree = ""; - }; 2489D0C92BC7F44F0053AAB1 /* Model */ = { isa = PBXGroup; children = ( @@ -599,6 +542,7 @@ 81E1EDC22BD6ADC100F86AE1 /* UnpackThemeCommand.swift */, 24CB39172BC96CDE00B32463 /* DecodeCommand.swift */, 81E1EE5C2BE3B14600F86AE1 /* InstallFontsCommand.swift */, + 810DE53C2C2AC5EB00F1C96F /* PrepareDirectoriesCommand.swift */, ); path = Commands; sourceTree = ""; @@ -610,13 +554,11 @@ 8175393C2BCE83EF00138866 /* CodeGenerationError.swift */, 8175393E2BCE869C00138866 /* StencilTemplate.swift */, 817539402BCE87B700138866 /* Renderable.swift */, - 817539422BCE8DD700138866 /* Extensions.swift */, 817539442BCE94E000138866 /* GeneralError.swift */, 817539512BD0032700138866 /* FileWriter.swift */, 81E1EDC42BD6BBD200F86AE1 /* SchemeDirectory.swift */, 24F3831A2BD7C8F300AB8057 /* PaletteAlias.swift */, 81E1EDF52BDA7B9900F86AE1 /* ScreenSize.swift */, - 819B2ADB2BF283A600688624 /* FileExtension.swift */, 819B2ADE2BF2842300688624 /* ScreenSize+Extensions.swift */, 8133402F2C073C42005AD84F /* URL+Extensions.swift */, ); @@ -629,7 +571,6 @@ 81CB0FE62C245052003B1064 /* SchemeValidationLogger.swift */, 81CB0FDF2C245052003B1064 /* TemplateRenderer */, 2489D0D52BC7F7E60053AAB1 /* Logger.swift */, - 81CB0FBC2C2193DC003B1064 /* HexConverter.swift */, ); path = Utilities; sourceTree = ""; @@ -654,6 +595,48 @@ path = ContextBuilders; sourceTree = ""; }; + 814F71EB2C58D4AA006385E4 /* Sources */ = { + isa = PBXGroup; + children = ( + 814F71EC2C58D4AE006385E4 /* SDDSThemeCore */, + ); + path = Sources; + sourceTree = ""; + }; + 814F71EC2C58D4AE006385E4 /* SDDSThemeCore */ = { + isa = PBXGroup; + children = ( + 8180A5832C11C01D00009AF5 /* SDDSThemeCore.h */, + 8180A4C92C0F71A600009AF5 /* Common */, + 8180A4A72C0F71A500009AF5 /* Extensions */, + 8180A4A12C0F71A500009AF5 /* Modifiers */, + 8180A4992C0F71A500009AF5 /* FontsService.swift */, + 8180A49A2C0F71A500009AF5 /* Tokens */, + 8180A4B32C0F71A500009AF5 /* Utilities */, + 8180A4B52C0F71A500009AF5 /* Views */, + ); + path = SDDSThemeCore; + sourceTree = ""; + }; + 816E04A02C58DD3800EE7A7F /* Sources */ = { + isa = PBXGroup; + children = ( + 816E04A12C58DD4200EE7A7F /* SDDSTheme */, + ); + path = Sources; + sourceTree = ""; + }; + 816E04A12C58DD4200EE7A7F /* SDDSTheme */ = { + isa = PBXGroup; + children = ( + 8180A54E2C1106A700009AF5 /* Theme.swift */, + 8180A53E2C11067100009AF5 /* SDDSTheme.h */, + 8180A54C2C11068300009AF5 /* Fonts */, + 8180A54D2C11068700009AF5 /* Generated */, + ); + path = SDDSTheme; + sourceTree = ""; + }; 817539352BCE744300138866 /* Stencil */ = { isa = PBXGroup; children = ( @@ -739,14 +722,6 @@ path = Files; sourceTree = ""; }; - 8180A48A2C0F718F00009AF5 /* SDDSThemeCoreTests */ = { - isa = PBXGroup; - children = ( - 8180A48B2C0F718F00009AF5 /* SDDSThemeCoreTests.swift */, - ); - path = SDDSThemeCoreTests; - sourceTree = ""; - }; 8180A49A2C0F71A500009AF5 /* Tokens */ = { isa = PBXGroup; children = ( @@ -775,12 +750,12 @@ 8180A4A72C0F71A500009AF5 /* Extensions */ = { isa = PBXGroup; children = ( + 818C03BC2C43C0FD002C6D0A /* UIScreen+Extensions.swift */, 8180A4A82C0F71A500009AF5 /* GradientToken+SwiftUI.swift */, 8180A4A92C0F71A500009AF5 /* UIColor+Hex.swift */, 8180A4AA2C0F71A500009AF5 /* View+Conditional.swift */, 8180A4AB2C0F71A500009AF5 /* View+Tokens.swift */, 8180A4AC2C0F71A500009AF5 /* AdaptiveTypographyToken+Extensions.swift */, - 8180A4AD2C0F71A500009AF5 /* UIScreen+Extensions.swift */, 8180A4AE2C0F71A500009AF5 /* GradientToken+Theme.swift */, 8180A4AF2C0F71A500009AF5 /* ColorToken+Theme.swift */, 8180A4B02C0F71A500009AF5 /* GradientKind+Extensions.swift */, @@ -817,10 +792,8 @@ 8180A53D2C11067100009AF5 /* SDDSTheme */ = { isa = PBXGroup; children = ( - 8180A54D2C11068700009AF5 /* Generated */, - 8180A54C2C11068300009AF5 /* Fonts */, - 8180A53E2C11067100009AF5 /* SDDSTheme.h */, - 8180A54E2C1106A700009AF5 /* Theme.swift */, + 816E04A02C58DD3800EE7A7F /* Sources */, + 816E04A22C58DD5600EE7A7F /* Package.swift */, ); path = SDDSTheme; sourceTree = ""; @@ -867,14 +840,8 @@ 8180A5822C11C01D00009AF5 /* SDDSThemeCore */ = { isa = PBXGroup; children = ( - 8180A4B52C0F71A500009AF5 /* Views */, - 8180A4B32C0F71A500009AF5 /* Utilities */, - 8180A49A2C0F71A500009AF5 /* Tokens */, - 8180A4992C0F71A500009AF5 /* FontsService.swift */, - 8180A4A12C0F71A500009AF5 /* Modifiers */, - 8180A4A72C0F71A500009AF5 /* Extensions */, - 8180A4C92C0F71A600009AF5 /* Common */, - 8180A5832C11C01D00009AF5 /* SDDSThemeCore.h */, + 814F71EB2C58D4AA006385E4 /* Sources */, + 814F71E92C58D4A0006385E4 /* Package.swift */, ); path = SDDSThemeCore; sourceTree = ""; @@ -1033,23 +1000,6 @@ productReference = 2489D0A12BC7F3790053AAB1 /* SDDSThemeBuilder */; productType = "com.apple.product-type.tool"; }; - 2489D0B82BC7F3850053AAB1 /* SDDSThemeTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2489D0C42BC7F3850053AAB1 /* Build configuration list for PBXNativeTarget "SDDSThemeTests" */; - buildPhases = ( - 2489D0B52BC7F3850053AAB1 /* Sources */, - 2489D0B62BC7F3850053AAB1 /* Frameworks */, - 2489D0B72BC7F3850053AAB1 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SDDSThemeTests; - productName = SDDSThemeTests; - productReference = 2489D0B92BC7F3850053AAB1 /* SDDSThemeTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; 817539572BD0077200138866 /* SDDSThemeBuilderCore */ = { isa = PBXNativeTarget; buildConfigurationList = 817539692BD0077300138866 /* Build configuration list for PBXNativeTarget "SDDSThemeBuilderCore" */; @@ -1066,6 +1016,7 @@ name = SDDSThemeBuilderCore; packageProductDependencies = ( 8175398A2BD0091700138866 /* Stencil */, + 81BC36852C591D6F00A363D0 /* SDDSThemeUtilities */, ); productName = SDDSThemeBuilderCore; productReference = 817539582BD0077200138866 /* SDDSThemeBuilderCore.framework */; @@ -1101,14 +1052,15 @@ 8180A5382C11067100009AF5 /* Sources */, 8180A5392C11067100009AF5 /* Frameworks */, 8180A53A2C11067100009AF5 /* Resources */, - 8180A5722C11AC6300009AF5 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( - 8180A5902C11C08C00009AF5 /* PBXTargetDependency */, ); name = SDDSTheme; + packageProductDependencies = ( + 816E049C2C58DCDB00EE7A7F /* SDDSThemeCore */, + ); productName = SDDSTheme; productReference = 8180A53C2C11067100009AF5 /* SDDSTheme.framework */; productType = "com.apple.product-type.framework"; @@ -1127,6 +1079,9 @@ dependencies = ( ); name = SDDSThemeCore; + packageProductDependencies = ( + 81BC36872C591D8200A363D0 /* SDDSThemeUtilities */, + ); productName = SDDSThemeCore; productReference = 8180A5812C11C01C00009AF5 /* SDDSThemeCore.framework */; productType = "com.apple.product-type.framework"; @@ -1138,16 +1093,17 @@ 819B2AC32BF280F900688624 /* Sources */, 819B2AC42BF280F900688624 /* Frameworks */, 819B2AC52BF280F900688624 /* Resources */, - 819B2AD92BF2810500688624 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( - 8180A48F2C0F718F00009AF5 /* PBXTargetDependency */, - 8180A5412C11067100009AF5 /* PBXTargetDependency */, 8180A5862C11C01D00009AF5 /* PBXTargetDependency */, ); name = SDDSDemo; + packageProductDependencies = ( + 81BC36752C58E46000A363D0 /* SDDSTheme */, + 81BC36772C58E4B300A363D0 /* SDDSThemeCore */, + ); productName = SDDSDemo; productReference = 819B2AC72BF280F900688624 /* SDDSDemo.app */; productType = "com.apple.product-type.application"; @@ -1165,9 +1121,6 @@ 2489D0A02BC7F3790053AAB1 = { CreatedOnToolsVersion = 15.2; }; - 2489D0B82BC7F3850053AAB1 = { - CreatedOnToolsVersion = 15.2; - }; 817539572BD0077200138866 = { CreatedOnToolsVersion = 15.0; }; @@ -1202,13 +1155,15 @@ 24CB390A2BC95BDF00B32463 /* XCRemoteSwiftPackageReference "swift-argument-parser" */, 817539892BD0091700138866 /* XCRemoteSwiftPackageReference "Stencil" */, 817539AA2BD16D7E00138866 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */, + 816E049B2C58DCDB00EE7A7F /* XCLocalSwiftPackageReference "SDDSThemeCore" */, + 816E04A62C58E25F00EE7A7F /* XCLocalSwiftPackageReference "SDDSThemeUtilities" */, + 81BC36742C58E46000A363D0 /* XCLocalSwiftPackageReference "SDDSTheme" */, ); productRefGroup = 2489D0A22BC7F3790053AAB1 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 2489D0A02BC7F3790053AAB1 /* SDDSThemeBuilder */, - 2489D0B82BC7F3850053AAB1 /* SDDSThemeTests */, 817539572BD0077200138866 /* SDDSThemeBuilderCore */, 817539602BD0077300138866 /* SDDSThemeBuilderCoreTests */, 819B2A942BF2456800688624 /* Build XCFramework */, @@ -1220,21 +1175,19 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 2489D0B72BC7F3850053AAB1 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 817539562BD0077200138866 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 810DE53E2C2AC77700F1C96F /* ShapeToken.stencil in Resources */, 243C1D192C05D3B200C17C0F /* Typographies.stencil in Resources */, + 810DE5402C2AC77700F1C96F /* ShadowToken.stencil in Resources */, 243C1D132C05D1D300C17C0F /* Colors.stencil in Resources */, 243C1D172C05D39E00C17C0F /* Shadows.stencil in Resources */, 243C1D152C05D38600C17C0F /* Shapes.stencil in Resources */, + 810DE54A2C2AC7FB00F1C96F /* GradientToken.stencil in Resources */, + 810DE53F2C2AC77700F1C96F /* ColorToken.stencil in Resources */, + 810DE5412C2AC77700F1C96F /* TypographyToken.stencil in Resources */, 243C1D1B2C05D3C800C17C0F /* Gradients.stencil in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1248,12 +1201,19 @@ 8133401C2C0636F0005AD84F /* ios_gradient.json in Resources */, 813340162C0632EA005AD84F /* palette.json in Resources */, 817539912BD11E5500138866 /* scheme.json in Resources */, + 810DE5462C2AC77800F1C96F /* Gradients.stencil in Resources */, + 810DE5492C2AC77800F1C96F /* TypographyToken.stencil in Resources */, 8133402C2C072F78005AD84F /* ShapeToken.stencil in Resources */, 817539A02BD1676200138866 /* ColorToken.stencil in Resources */, + 810DE5452C2AC77800F1C96F /* Shadows.stencil in Resources */, + 810DE5482C2AC77800F1C96F /* Typographies.stencil in Resources */, 817539932BD12E7500138866 /* empty.json in Resources */, 817539A22BD1681100138866 /* ios_colors.json in Resources */, 813340192C0635AA005AD84F /* SBSansDisplay-Bold.otf in Resources */, + 810DE5432C2AC77800F1C96F /* Colors.stencil in Resources */, + 810DE5472C2AC77800F1C96F /* ShadowToken.stencil in Resources */, 813340242C063A71005AD84F /* ios_shape.json in Resources */, + 810DE5422C2AC77800F1C96F /* Shapes.stencil in Resources */, 8133402E2C073924005AD84F /* ios_gradient_invalid.json in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1328,14 +1288,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2489D0B52BC7F3850053AAB1 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2489D0BF2BC7F3850053AAB1 /* SDDSThemeTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 817539542BD0077200138866 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1389,7 +1341,6 @@ 81CB10022C258823003B1064 /* TemplateRendererError.swift in Sources */, 8175395C2BD0077300138866 /* SDDSThemeBuilderCore.docc in Sources */, 81E1EE5B2BE3A6D600F86AE1 /* FontFamilyContainer.swift in Sources */, - 819B2ADD2BF283A600688624 /* FileExtension.swift in Sources */, 81CB0FEC2C245052003B1064 /* EnsureDoubleInRangeNode.swift in Sources */, 81E1EDDC2BD6D6BD00F86AE1 /* GeneralContextBuilder.swift in Sources */, 817539752BD007D300138866 /* App.swift in Sources */, @@ -1399,13 +1350,11 @@ 817539762BD0087500138866 /* Command.swift in Sources */, 81E1EE5D2BE3B14600F86AE1 /* InstallFontsCommand.swift in Sources */, 817539802BD0088400138866 /* Logger.swift in Sources */, - 810CB4882BF786C0002E718E /* GradientToken.stencil in Sources */, 81E1EE362BE3A57300F86AE1 /* Mode.swift in Sources */, 81E1EE512BE3A65D00F86AE1 /* ShadowStyle.swift in Sources */, 817539872BD008A500138866 /* FileWriter.swift in Sources */, 817539852BD008A500138866 /* CodeGenerationError.swift in Sources */, - 817539862BD008A500138866 /* Extensions.swift in Sources */, - 81CB0FBD2C2193DC003B1064 /* HexConverter.swift in Sources */, + 810DE53D2C2AC5EB00F1C96F /* PrepareDirectoriesCommand.swift in Sources */, 8139EB462C1B4F3600D6A049 /* ThemeContext.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1458,12 +1407,11 @@ 8180A5932C11C2A100009AF5 /* TypographyToken.swift in Sources */, 8180A5962C11C34000009AF5 /* ShadowModifier.swift in Sources */, 8180A59F2C11C34400009AF5 /* AdaptiveTypographyToken+Extensions.swift in Sources */, + 818C03BD2C43C0FE002C6D0A /* UIScreen+Extensions.swift in Sources */, 8180A59A2C11C34400009AF5 /* GradientToken+Theme.swift in Sources */, 8180A59B2C11C34400009AF5 /* TypographyToken+AdaptiveStyle.swift in Sources */, 8180A5972C11C34000009AF5 /* LineHeightModifier.swift in Sources */, - 8180A5922C11C0B100009AF5 /* FileExtension.swift in Sources */, 8180A5A92C11C35700009AF5 /* GradientView.swift in Sources */, - 81CB0FBE2C2193EB003B1064 /* HexConverter.swift in Sources */, 8180A5A72C11C35500009AF5 /* FontFamilyToken.swift in Sources */, 8180A5982C11C34000009AF5 /* TypographyModifier.swift in Sources */, 8180A5942C11C34000009AF5 /* ShapeModifier.swift in Sources */, @@ -1474,12 +1422,10 @@ 8180A59C2C11C34400009AF5 /* ColorToken+Theme.swift in Sources */, 8180A5AB2C11C37F00009AF5 /* Device.swift in Sources */, 8180A5A22C11C34400009AF5 /* GradientToken+SwiftUI.swift in Sources */, - 8180A5992C11C34400009AF5 /* UIScreen+Extensions.swift in Sources */, 8180A5A12C11C34400009AF5 /* TypographyToken+Extensions.swift in Sources */, 8180A5AA2C11C36C00009AF5 /* ThemeStyle.swift in Sources */, 8180A59D2C11C34400009AF5 /* GradientKind+Extensions.swift in Sources */, 8180A58C2C11C05E00009AF5 /* FontsService.swift in Sources */, - 8180A5912C11C0A500009AF5 /* Extensions.swift in Sources */, 8180A5A82C11C35500009AF5 /* ShapeToken.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1508,26 +1454,11 @@ target = 817539572BD0077200138866 /* SDDSThemeBuilderCore */; targetProxy = 817539722BD0078800138866 /* PBXContainerItemProxy */; }; - 8180A48F2C0F718F00009AF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8180A5802C11C01C00009AF5 /* SDDSThemeCore */; - targetProxy = 8180A48E2C0F718F00009AF5 /* PBXContainerItemProxy */; - }; - 8180A5412C11067100009AF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8180A53B2C11067100009AF5 /* SDDSTheme */; - targetProxy = 8180A5402C11067100009AF5 /* PBXContainerItemProxy */; - }; 8180A5862C11C01D00009AF5 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 8180A5802C11C01C00009AF5 /* SDDSThemeCore */; targetProxy = 8180A5852C11C01D00009AF5 /* PBXContainerItemProxy */; }; - 8180A5902C11C08C00009AF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 8180A5802C11C01C00009AF5 /* SDDSThemeCore */; - targetProxy = 8180A58F2C11C08C00009AF5 /* PBXContainerItemProxy */; - }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -1685,45 +1616,6 @@ }; name = Release; }; - 2489D0C52BC7F3850053AAB1 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSThemeTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2489D0C62BC7F3850053AAB1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSThemeTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SDKROOT = iphoneos; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; 8175396A2BD0077300138866 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -2014,7 +1906,6 @@ 819B2AD32BF280FB00688624 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; @@ -2029,7 +1920,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 17.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2047,7 +1938,6 @@ 819B2AD42BF280FB00688624 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; @@ -2062,7 +1952,7 @@ INFOPLIST_KEY_UILaunchScreen_Generation = YES; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 17.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2099,15 +1989,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - 2489D0C42BC7F3850053AAB1 /* Build configuration list for PBXNativeTarget "SDDSThemeTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2489D0C52BC7F3850053AAB1 /* Debug */, - 2489D0C62BC7F3850053AAB1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; - }; 817539692BD0077300138866 /* Build configuration list for PBXNativeTarget "SDDSThemeBuilderCore" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -2164,6 +2045,21 @@ }; /* End XCConfigurationList section */ +/* Begin XCLocalSwiftPackageReference section */ + 816E049B2C58DCDB00EE7A7F /* XCLocalSwiftPackageReference "SDDSThemeCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = SDDSThemeCore; + }; + 816E04A62C58E25F00EE7A7F /* XCLocalSwiftPackageReference "SDDSThemeUtilities" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = SDDSThemeUtilities; + }; + 81BC36742C58E46000A363D0 /* XCLocalSwiftPackageReference "SDDSTheme" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = SDDSTheme; + }; +/* End XCLocalSwiftPackageReference section */ + /* Begin XCRemoteSwiftPackageReference section */ 24CB390A2BC95BDF00B32463 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = { isa = XCRemoteSwiftPackageReference; @@ -2197,6 +2093,10 @@ package = 24CB390A2BC95BDF00B32463 /* XCRemoteSwiftPackageReference "swift-argument-parser" */; productName = ArgumentParser; }; + 816E049C2C58DCDB00EE7A7F /* SDDSThemeCore */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeCore; + }; 8175398A2BD0091700138866 /* Stencil */ = { isa = XCSwiftPackageProductDependency; package = 817539892BD0091700138866 /* XCRemoteSwiftPackageReference "Stencil" */; @@ -2212,6 +2112,22 @@ package = 817539AA2BD16D7E00138866 /* XCRemoteSwiftPackageReference "OHHTTPStubs" */; productName = OHHTTPStubsSwift; }; + 81BC36752C58E46000A363D0 /* SDDSTheme */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSTheme; + }; + 81BC36772C58E4B300A363D0 /* SDDSThemeCore */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeCore; + }; + 81BC36852C591D6F00A363D0 /* SDDSThemeUtilities */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeUtilities; + }; + 81BC36872C591D8200A363D0 /* SDDSThemeUtilities */ = { + isa = XCSwiftPackageProductDependency; + productName = SDDSThemeUtilities; + }; /* End XCSwiftPackageProductDependency section */ }; rootObject = 2489D0992BC7F3790053AAB1 /* Project object */; diff --git a/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/xcshareddata/xcschemes/SDDSThemeBuilderCoreTests.xcscheme b/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/xcshareddata/xcschemes/SDDSThemeBuilderCoreTests.xcscheme index 84ee7f3e8..e212548bf 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/xcshareddata/xcschemes/SDDSThemeBuilderCoreTests.xcscheme +++ b/SDDSThemeBuilder/SDDSThemeBuilder.xcodeproj/xcshareddata/xcschemes/SDDSThemeBuilderCoreTests.xcscheme @@ -30,6 +30,9 @@ + + diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/App.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/App.swift index f1880aeb8..c671811f8 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/App.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/App.swift @@ -7,6 +7,11 @@ public final class App { let themeBuilderURL: URL private func executeCommands() { + PrepareDirectoriesCommand( + themeBuilderURL: themeBuilderURL, + outputDirectoryURL: outputDirectoryURL, + themeURL: themeURL + ).run() DownloadCommand(fileURL: schemeZipURL, outputURL: schemeZipLocalURL).run() DownloadCommand(fileURL: paletteURL, outputURL: paletteLocalURL).run() @@ -44,7 +49,6 @@ public final class App { name: "Generate Color Tokens", schemeURL: schemeDirectory.url(for: .colors), themeURL: themeURL, - templatesURL: templatesURL, templates: [.colorToken, .colors], generatedOutputURL: generatedTokensURL, contextBuilder: ColorContextBuilder( @@ -56,7 +60,6 @@ public final class App { name: "Generate Shadow Tokens", schemeURL: schemeDirectory.url(for: .shadows), themeURL: themeURL, - templatesURL: templatesURL, templates: [.shadowToken, .shadows], generatedOutputURL: generatedTokensURL, contextBuilder: GeneralContextBuilder( @@ -68,7 +71,6 @@ public final class App { name: "Generate Shape Tokens", schemeURL: schemeDirectory.url(for: .shapes), themeURL: themeURL, - templatesURL: templatesURL, templates: [.shapeToken, .shapes], generatedOutputURL: generatedTokensURL, contextBuilder: GeneralContextBuilder( @@ -80,7 +82,6 @@ public final class App { name: "Generate Typography Tokens", schemeURL: schemeDirectory.url(for: .typography), themeURL: themeURL, - templatesURL: templatesURL, templates: [.typographyToken, .typographies], generatedOutputURL: generatedTokensURL, contextBuilder: TypographyContextBuilder( @@ -92,7 +93,6 @@ public final class App { name: "Generate Gradient Tokens", schemeURL: schemeDirectory.url(for: .gradients), themeURL: themeURL, - templatesURL: templatesURL, templates: [.gradientToken, .gradients], generatedOutputURL: generatedTokensURL, contextBuilder: GradientContextBuilder( @@ -133,7 +133,7 @@ extension App { } private var themeURL: URL { - themeBuilderURL.appending(component: "SDDSTheme") + themeBuilderURL.appending(component: "SDDSTheme/Sources/SDDSTheme") } private var templatesURL: URL { diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/GenerateTokensCommand.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/GenerateTokensCommand.swift index 0aa279c6b..b878062bd 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/GenerateTokensCommand.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/GenerateTokensCommand.swift @@ -5,7 +5,6 @@ import PathKit final class GenerateTokensCommand: Command, FileWriter { private let schemeURL: URL private let themeURL: URL - private let templatesURL: URL private let templates: [StencilTemplate] private let generatedOutputURL: URL private let templateRender: Renderable @@ -14,7 +13,6 @@ final class GenerateTokensCommand: Command, FileWriter { init(name: String, schemeURL: URL, themeURL: URL, - templatesURL: URL, templates: [StencilTemplate], generatedOutputURL: URL, templateRender: Renderable = TemplateRenderer(), @@ -22,7 +20,6 @@ final class GenerateTokensCommand: Command, FileWriter { ) { self.schemeURL = schemeURL self.themeURL = themeURL - self.templatesURL = templatesURL self.templates = templates self.generatedOutputURL = generatedOutputURL self.templateRender = templateRender @@ -62,7 +59,7 @@ final class GenerateTokensCommand: Command, FileWriter { } for template in templates { - result = templateRender.render(context: context, template: template, templatesURL: templatesURL) + result = templateRender.render(context: context, template: template) guard let generatedContent = result.asGenerated else { return result } diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/PrepareDirectoriesCommand.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/PrepareDirectoriesCommand.swift new file mode 100644 index 000000000..c5cc99e9b --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Commands/PrepareDirectoriesCommand.swift @@ -0,0 +1,33 @@ +import Foundation + +final class PrepareDirectoriesCommand: Command { + let themeBuilderURL: URL + let outputDirectoryURL: URL + let themeURL: URL + + init(themeBuilderURL: URL, outputDirectoryURL: URL, themeURL: URL) { + self.themeBuilderURL = themeBuilderURL + self.outputDirectoryURL = outputDirectoryURL + self.themeURL = themeURL + + super.init(name: "Prepare Directories") + } + + override func run() -> CommandResult { + super.run() + + for url in [themeBuilderURL, outputDirectoryURL, themeURL] { + prepareDirectory(url: url) + } + return .success + } + + private func prepareDirectory(url: URL) { + let fileManager = FileManager.default + if !fileManager.fileExists(atPath: url.path()) { + try? fileManager.createDirectory(at: url, withIntermediateDirectories: false) + } + } +} + + diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/ContextBuilders/GradientContextBuilder.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/ContextBuilders/GradientContextBuilder.swift index 15a6b4931..9782b1fab 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/ContextBuilders/GradientContextBuilder.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/ContextBuilders/GradientContextBuilder.swift @@ -86,6 +86,11 @@ extension GradientContextBuilder { } return gradientDictionary } + let gradient = gradients.first + guard let locations = gradient?[GradientDictionaryKey.locations.rawValue] as? [Double], + let colors = gradient?[GradientDictionaryKey.colors.rawValue] as? [String], locations.count == colors.count else { + return .failure(GeneralError.invalidColorTokenFormat) + } value[mode.rawValue] = gradients result[colorName] = value @@ -101,4 +106,5 @@ extension GradientContextBuilder { private enum GradientDictionaryKey: String { case colors case background + case locations } diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Core/Renderable.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Core/Renderable.swift index b532a7038..dc4f4fe24 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Core/Renderable.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Core/Renderable.swift @@ -1,5 +1,5 @@ import Foundation protocol Renderable { - func render(context: [String: Any], template: StencilTemplate, templatesURL: URL) -> CommandResult + func render(context: [String: Any], template: StencilTemplate) -> CommandResult } diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Extensions/Color+Extension.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Extensions/Color+Extension.swift index 6f3eb67f8..4d933beec 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Extensions/Color+Extension.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Extensions/Color+Extension.swift @@ -1,5 +1,6 @@ import Foundation import SwiftUI +import SDDSThemeUtilities extension Color { init(hex: String) { diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ColorToken.stencil b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ColorToken.stencil index 7e0c11295..47277fde5 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ColorToken.stencil +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ColorToken.stencil @@ -9,8 +9,8 @@ public extension ColorToken { static var {{ key }}: Self { Self( - darkColor: Color(UIColor(hex: "{{ value.dark|default:'' }}")), - lightColor: Color(UIColor(hex: "{{ value.light|default:'' }}")) + darkColor: Color(UIColor(hex: "{{ value.dark|ensure_valid_hex|default:'' }}")), + lightColor: Color(UIColor(hex: "{{ value.light|ensure_valid_hex|default:'' }}")) ) } {%- endfor %} diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/GradientToken.stencil b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/GradientToken.stencil index 459253887..84c9c0ec0 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/GradientToken.stencil +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/GradientToken.stencil @@ -88,7 +88,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], angle: {{ gradient.angle|ensure_double_in_range:-360,360 }} @@ -102,7 +102,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], center: CGPoint( @@ -121,7 +121,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], startAngle: {{ gradient.startAngle|ensure_double_in_range:-360,360 }}, @@ -133,7 +133,7 @@ public extension GradientToken { ) {%- elif gradient.kind == "color" %} PlainColor( - background: Color(UIColor(hex: "{{ gradient.background|ensure }}")) + background: Color(UIColor(hex: "{{ gradient.background|ensure|ensure_valid_hex }}")) ) {%- endif %} ){% if not forloop.last %}, {% endif %} @@ -151,7 +151,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], angle: {{ gradient.angle|ensure_double_in_range:-360,360 }} @@ -165,7 +165,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], center: CGPoint( @@ -184,7 +184,7 @@ public extension GradientToken { ], colors: [ {%- for color in gradient.colors %} - Color(UIColor(hex: "{{ color|ensure }}")){% if not forloop.last %}, {% endif %} + Color(UIColor(hex: "{{ color|ensure|ensure_valid_hex }}")){% if not forloop.last %}, {% endif %} {%- endfor %} ], startAngle: {{ gradient.startAngle|ensure_double_in_range:-360,360 }}, @@ -196,7 +196,7 @@ public extension GradientToken { ) {%- elif gradient.kind == "color" %} PlainColor( - background: Color(UIColor(hex: "{{ gradient.background|ensure }}")) + background: Color(UIColor(hex: "{{ gradient.background|ensure|ensure_valid_hex }}")) ) {%- endif %} ){% if not forloop.last %}, {% endif %} diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ShapeToken.stencil b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ShapeToken.stencil index 63bcb3a00..aeb0f236a 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ShapeToken.stencil +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Stencil/ShapeToken.stencil @@ -10,8 +10,8 @@ public extension ShapeToken { static var {{ key }}: Self { Self( - cornerRadius: {{ value.cornerRadius|ensure }}, - kind: .{{ value.kind|ensure }} + cornerRadius: {{ value.cornerRadius|ensure|ensure_double_non_negative }}, + kind: .{{ value.kind|ensure|ensure_shape_kind_in_range }} ) } {%- endfor %} diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/Double+Stencil.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/Double+Stencil.swift index e81b0f3de..4740ca8bc 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/Double+Stencil.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/Double+Stencil.swift @@ -3,6 +3,7 @@ import Foundation extension Formatter { static let twoDecimals: NumberFormatter = { let formatter = NumberFormatter() + formatter.decimalSeparator = "." formatter.minimumFractionDigits = 0 formatter.maximumFractionDigits = 2 return formatter diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/TemplateRenderer.swift b/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/TemplateRenderer.swift index 740b25b76..e09b0620a 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/TemplateRenderer.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCore/Utilities/TemplateRenderer/TemplateRenderer.swift @@ -1,6 +1,7 @@ import Foundation import Stencil import PathKit +import SwiftUI private enum Tag: String { case ensureValueExists = "ensure_value_exists" @@ -13,15 +14,20 @@ private enum Filter: String { case ensure = "ensure" case ensureDoubleNonNegative = "ensure_double_non_negative" case ensureDoubleInRange = "ensure_double_in_range" + case ensureShapeKindInRange = "ensure_shape_kind_in_range" + case ensureValidHex = "ensure_valid_hex" } final class TemplateRenderer: Renderable { - func render(context: [String: Any], template: StencilTemplate, templatesURL: URL) -> CommandResult { + func render(context: [String: Any], template: StencilTemplate) -> CommandResult { let ext = Extension() registerFilters(ext: ext) registerTags(ext: ext) - - let templatesPath = templatesURL.absolutePath + + guard let templatesURL = Bundle(for: TemplateRenderer.self).url(forResource: template.rawValue, withExtension: "stencil")?.deletingLastPathComponent() else { + return .error(CodeGenerationError.templateLoadingFailed) + } + let templatesPath = templatesURL.path() let stencilEnvironment = Environment(loader: FileSystemLoader(paths: [Path(templatesPath)]), extensions: [ext]) guard let template = try? stencilEnvironment.loadTemplate(name: template.withStencilExt) else { @@ -42,7 +48,6 @@ final class TemplateRenderer: Renderable { func removeExtraNewlines(from content: String) -> String { var lines = content.components(separatedBy: .newlines) lines = lines.filter { $0 != " " } - return lines.joined(separator: "\n") } @@ -56,8 +61,8 @@ final class TemplateRenderer: Renderable { return EnsureAnyValueExistsNode(arguments: arguments, token: token) } ext.registerTag(Tag.ensureDoubleNonNegative.rawValue) { parser, token in - let arguments = token.components.dropFirst().map { $0 } - return EnsureFloatNonNegativeNode(arguments: arguments, token: token) + let arguments = token.components.dropFirst().map { $0 } + return EnsureFloatNonNegativeNode(arguments: arguments, token: token) } ext.registerTag(Tag.ensureDoubleInRange.rawValue) { parser, token in let arguments = token.components.dropFirst().map { $0 } @@ -77,13 +82,7 @@ final class TemplateRenderer: Renderable { } ext.registerFilter(Filter.ensureDoubleInRange.rawValue) { (value: Any?, arguments: [Any?]) in let range = arguments.compactMap { value in - if let intValue = value as? Int { - return Double(intValue) - } else if let doubleValue = value as? Double { - return doubleValue - } else { - return nil - } + return Double.convert(value) } guard range.count == 2 else { throw TemplateSyntaxError("Invalid range for ensure_double_in_range") @@ -94,10 +93,38 @@ final class TemplateRenderer: Renderable { return doubleValue } ext.registerFilter(Filter.ensureDoubleNonNegative.rawValue) { (value: Any?) in - guard let doubleValue = value as? Double, doubleValue >= 0 else { - throw TemplateSyntaxError("Value \(value) is not a non-negative double") - } - return doubleValue + guard let doubleValue = Double.convert(value), doubleValue >= 0 else { + throw TemplateSyntaxError("Value \(String(describing: value)) is not a non-negative double") + } + return doubleValue + } + ext.registerFilter(Filter.ensureShapeKindInRange.rawValue) { (value: Any?) in + guard let stringValue = value as? String, stringValue == "round" else { + throw TemplateSyntaxError("Value \(String(describing: value)) can only be equal to `round`") + } + return stringValue + } + ext.registerFilter(Filter.ensureValidHex.rawValue) { (value: Any?) in + guard let stringValue = value as? String else { + throw TemplateSyntaxError("Value \(String(describing: value)) for hex should be string") + } + _ = Color(hex: stringValue) + + return stringValue + } + } +} + +fileprivate extension Double { + static func convert(_ value: Any?) -> Double? { + if let intValue = value as? Int { + return Double(intValue) + } else if let doubleValue = value as? Double { + return doubleValue + } else if let stringValue = value as? String { + return Double(stringValue) + } else { + return nil } } } diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/Mocks/RenderableMock.swift b/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/Mocks/RenderableMock.swift index 8a901d88b..86b2b7335 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/Mocks/RenderableMock.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/Mocks/RenderableMock.swift @@ -4,7 +4,7 @@ import Foundation final class RenderableMock: Renderable { var stubbedResult: CommandResult = .empty - func render(context: [String : Any], template: StencilTemplate, templatesURL: URL) -> CommandResult { + func render(context: [String : Any], template: StencilTemplate) -> CommandResult { return stubbedResult } } diff --git a/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/TemplateRendererTests.swift b/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/TemplateRendererTests.swift index 5110cf6e7..8290a6efc 100644 --- a/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/TemplateRendererTests.swift +++ b/SDDSThemeBuilder/SDDSThemeBuilderCoreTests/TemplateRendererTests.swift @@ -5,7 +5,6 @@ final class TemplateRendererTests: XCTestCase { var templateRenderer: TemplateRenderer! var templatesURL: URL! var contextBuilder: GeneralContextBuilder! - override func setUp() { super.setUp() templateRenderer = TemplateRenderer() @@ -17,7 +16,6 @@ final class TemplateRendererTests: XCTestCase { contextBuilder = GeneralContextBuilder(kind: .shape, metaScheme: scheme) } - static var shapesURL: URL { let bundle = Bundle(for: TemplateRendererTests.self) guard let url = bundle.url(forResource: "ios_shape", withExtension: "json") else { @@ -25,16 +23,15 @@ final class TemplateRendererTests: XCTestCase { } return url } - func testRenderShapesFromJSON_Success() { // given let template = StencilTemplate.shapeToken let jsonData = try! Data(contentsOf: TemplateRendererTests.shapesURL) let context = contextBuilder.buildContext(from: jsonData).asDictionary ?? [:] - + // when - let result = templateRenderer.render(context: context, template: template, templatesURL: templatesURL) - + let result = templateRenderer.render(context: context, template: template) + // then switch result { case .generated(let renderedContent): @@ -44,23 +41,30 @@ final class TemplateRendererTests: XCTestCase { XCTFail("Expected successful rendering of shapes based on JSON") } } - + func testRenderShapesFromJSON_Failure() { // given - let template = StencilTemplate.shapes + let template = StencilTemplate.shapeToken let jsonData = try! Data(contentsOf: TemplateRendererTests.shapesURL) var json = try! JSONSerialization.jsonObject(with: jsonData) as? [String: Any] ?? [:] - json["round.xxl"] = nil + json["round.m"] = [ + "kind": "circle", + "cornerRadius": 16 + ] let modifiedJsonData = try! JSONSerialization.data(withJSONObject: json) let context = contextBuilder.buildContext(from: modifiedJsonData).asDictionary ?? [:] - + // when - let result = templateRenderer.render(context: context, template: template, templatesURL: templatesURL) - + let result = templateRenderer.render(context: context, template: template) + // then - if !result.isError { + switch result { + case .error: + break + default: XCTFail("Expected failure in rendering due to manipulated JSON") } + } } @@ -68,7 +72,7 @@ private extension TemplateRendererTests { var cornerRadius12: String { """ Self( - cornerRadius: 16, + cornerRadius: 16.0, kind: .round ) """ @@ -77,7 +81,7 @@ private extension TemplateRendererTests { var cornerRadius32: String { """ Self( - cornerRadius: 32, + cornerRadius: 32.0, kind: .round ) """ diff --git a/SDDSThemeBuilder/SDDSThemeCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/SDDSThemeBuilder/SDDSThemeCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..919434a62 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/SDDSThemeBuilder/SDDSThemeCore/Package.swift b/SDDSThemeBuilder/SDDSThemeCore/Package.swift new file mode 100644 index 000000000..f88605a16 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Package.swift @@ -0,0 +1,25 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "SDDSThemeCore", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "SDDSThemeCore", + targets: ["SDDSThemeCore"]), + ], + dependencies: [ + .package(name: "SDDSThemeUtilities", path: "../SDDSThemeUtilities") + ], + targets: [ + .target( + name: "SDDSThemeCore", + dependencies: ["SDDSThemeUtilities"], + path: "Sources/SDDSThemeCore", + exclude: ["SDDSThemeCore.h"] + ) + ] +) diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Common/ThemeStyle.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Common/ThemeStyle.swift new file mode 100644 index 000000000..45ad7a4d9 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Common/ThemeStyle.swift @@ -0,0 +1,12 @@ +import Foundation + +public enum ThemeStyle: String, CaseIterable { + case light + case dark +} + +public extension ThemeStyle { + var title: String { + rawValue.capitalized + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/AdaptiveTypographyToken+Extensions.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/AdaptiveTypographyToken+Extensions.swift new file mode 100644 index 000000000..9a674e6c2 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/AdaptiveTypographyToken+Extensions.swift @@ -0,0 +1,34 @@ +import Foundation + +public enum AdaptiveStyle { + case small + case medium + case large +} + +public extension AdaptiveTypographyToken { + /// Возвращает токен в зависимости от стиля. + func token(for style: AdaptiveStyle) -> TypographyToken { + switch style { + case .small: + small + case .medium: + medium + case .large: + large + } + } + + /// Возвращает tuple со всеми возможными токенами. + var tokens: [TypographyToken] { + [small, medium, large] + } + +} + +public extension AdaptiveTypographyToken { + /// Возвращает токен для текущего размера экрана, который определяется автоматически + var typography: TypographyToken { + token(for: Device.size.adaptiveStyle) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/ColorToken+Theme.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/ColorToken+Theme.swift new file mode 100644 index 000000000..adda20705 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/ColorToken+Theme.swift @@ -0,0 +1,16 @@ +import Foundation +import SwiftUI + +public extension ColorToken { + /// Возвращает цвет для светлой или тёмной темы в зависимости от параметра `theme` + func color(for theme: ColorScheme = .light) -> Color { + switch theme { + case .dark: + darkColor + case .light: + lightColor + @unknown default: + lightColor + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientKind+Extensions.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientKind+Extensions.swift new file mode 100644 index 000000000..8096e8a06 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientKind+Extensions.swift @@ -0,0 +1,39 @@ +import Foundation + +extension GradientKind { + var linearGradient: LinearGradient? { + switch self { + case .linear(let data): + return data + default: + return nil + } + } + + var radialGradient: RadialGradient? { + switch self { + case .radial(let data): + return data + default: + return nil + } + } + + var angularGradient: AngularGradient? { + switch self { + case .angular(let data): + return data + default: + return nil + } + } + + var plainColor: PlainColor? { + switch self { + case .color(let data): + return data + default: + return nil + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+SwiftUI.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+SwiftUI.swift new file mode 100644 index 000000000..dce5b9883 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+SwiftUI.swift @@ -0,0 +1,54 @@ +import Foundation +import SwiftUI + +public extension LinearGradient { + var gradient: SwiftUI.LinearGradient { + let angleInRadians = angle * .pi / 180 + let startX = cos(angleInRadians + .pi) * 0.5 + 0.5 + let startY = sin(angleInRadians + .pi) * 0.5 + 0.5 + let endX = cos(angleInRadians) * 0.5 + 0.5 + let endY = sin(angleInRadians) * 0.5 + 0.5 + + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.LinearGradient( + gradient: Gradient(stops: stops), + startPoint: UnitPoint(x: startX, y: startY), + endPoint: UnitPoint(x: endX, y: endY) + ) + } +} + +public extension RadialGradient { + var gradient: SwiftUI.RadialGradient { + let center = UnitPoint(x: center.x, y: center.y) + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.RadialGradient( + gradient: Gradient(stops: stops), + center: center, + startRadius: startRadius, + endRadius: endRadius + ) + } +} + + +public extension AngularGradient { + var gradient: SwiftUI.AngularGradient { + let stops = zip(colors, locations).map { color, location in + Gradient.Stop(color: color, location: location) + } + + return SwiftUI.AngularGradient( + gradient: Gradient(stops: stops), + center: UnitPoint(x: center.x, y: center.y), + startAngle: Angle(degrees: Double(startAngle)), + endAngle: Angle(degrees: Double(endAngle)) + ) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+Theme.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+Theme.swift new file mode 100644 index 000000000..4405ea51f --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/GradientToken+Theme.swift @@ -0,0 +1,54 @@ +import Foundation +import SwiftUI + +public extension GradientToken { + /// Возвращает линейный градиент для светлой или тёмной темы в зависимости от параметра `theme` + func linearGradients(for theme: ThemeStyle) -> [SwiftUI.LinearGradient] { + kind(for: theme).compactMap { $0.linearGradient?.gradient } + } + + /// Возвращает линейный градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var linearGradients: [SwiftUI.LinearGradient] { + linearGradients(for: UIScreen.themeStyle) + } + + /// Возвращает радиальный градиент для светлой или тёмной темы в зависимости от параметра `theme` + func radialGradients(for theme: ThemeStyle) -> [SwiftUI.RadialGradient] { + kind(for: theme).compactMap { $0.radialGradient?.gradient } + } + + /// Возвращает радиальный градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var radialGradients: [SwiftUI.RadialGradient] { + radialGradients(for: UIScreen.themeStyle) + } + + /// Возвращает ангулярнй градиент для светлой или тёмной темы в зависимости от параметра `theme` + func angularGradients(for theme: ThemeStyle) -> [SwiftUI.AngularGradient] { + kind(for: theme).compactMap { $0.angularGradient?.gradient } + } + + /// Возвращает ангулярнй градиент для текущей темы (светлой или тёмной). Тема определяется автоматически. + var angularGradients: [SwiftUI.AngularGradient] { + angularGradients(for: UIScreen.themeStyle) + } + + /// Возвращает фон для светлой или тёмной темы в зависимости от параметра `theme` + func backgrounds(for theme: ThemeStyle) -> [Color] { + kind(for: theme).compactMap { $0.plainColor?.background } + } + + /// Возвращает фон для текущей темы (светлой или тёмной). Тема определяется автоматически. + var backgrounds: [SwiftUI.Color] { + backgrounds(for: UIScreen.themeStyle) + } + + /// Возвращает список `[GradientKind]` для светлой или тёмной темы в зависимости от параметра `theme` + func kind(for theme: ThemeStyle) -> [GradientKind] { + switch theme { + case .light: + lightGradients + case .dark: + darkGradients + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+AdaptiveStyle.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+AdaptiveStyle.swift new file mode 100644 index 000000000..e175bd8e8 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+AdaptiveStyle.swift @@ -0,0 +1,14 @@ +import Foundation + +public extension AdaptiveTypographyToken { + func typographyToken(for style: AdaptiveStyle) -> TypographyToken { + switch style { + case .small: + small + case .medium: + medium + case .large: + large + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+Extensions.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+Extensions.swift new file mode 100644 index 000000000..26c11c6f4 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/TypographyToken+Extensions.swift @@ -0,0 +1,51 @@ +import Foundation +import SwiftUI +import UIKit + +public extension TypographyToken { + var font: SwiftUI.Font { + if isSystemFont { + return .system(size: size) + } + return .custom(fontName, size: size) + } + + var uiFont: UIFont { + if isSystemFont { + return .systemFont(ofSize: size) + } + guard let font = UIFont(name: fontName, size: size) else { + fatalError("Font is not accessible") + } + return font + } + + private var isSystemFont: Bool { + fontName == "SF Pro" + } +} + +public extension TypographyToken.Weight { + var sui: SwiftUI.Font.Weight { + switch self { + case .black: + .black + case .bold: + .bold + case .heavy: + .heavy + case .light: + .light + case .medium: + .medium + case .regular, .normal: + .regular + case .semibold: + .semibold + case .thin: + .thin + case .ultraLight: + .ultraLight + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIColor+Hex.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIColor+Hex.swift new file mode 100644 index 000000000..a6c4dd1b9 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIColor+Hex.swift @@ -0,0 +1,15 @@ +import UIKit +import SDDSThemeUtilities + +public extension UIColor { + convenience init(hex: String) { + let hexConverter = HexConverter() + let result = hexConverter.from(hex: hex) + self.init( + red: result.red / 255.0, + green: result.green / 255.0, + blue: result.blue / 255.0, + alpha: result.alpha / 255.0 + ) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIScreen+Extensions.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIScreen+Extensions.swift new file mode 100644 index 000000000..7c89c27db --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/UIScreen+Extensions.swift @@ -0,0 +1,13 @@ +import Foundation +import UIKit + +public extension UIScreen { + static var themeStyle: ThemeStyle { + let currentTheme = UIScreen.main.traitCollection.userInterfaceStyle + if currentTheme == .dark { + return .dark + } else { + return .light + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Conditional.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Conditional.swift new file mode 100644 index 000000000..bd31d25d9 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Conditional.swift @@ -0,0 +1,12 @@ +import Foundation +import SwiftUI + +extension View { + @ViewBuilder func applyIf(_ condition: @autoclosure () -> Bool, transform: (Self) -> Content) -> some View { + if condition() { + transform(self) + } else { + self + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Tokens.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Tokens.swift new file mode 100644 index 000000000..b58adfa8e --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Extensions/View+Tokens.swift @@ -0,0 +1,19 @@ +import SwiftUI + +public extension View { + func shadow(_ token: ShadowToken) -> some View { + modifier(ShadowModifier(token: token)) + } + + func shape(_ token: ShapeToken) -> some View { + modifier(ShapeModifier(token: token)) + } + + func typography(_ token: TypographyToken) -> some View { + modifier(TypographyModifier(token: token)) + } + + func gradient(_ token: GradientToken, theme: ThemeStyle = UIScreen.themeStyle) -> some View { + modifier(GradientModifier(token: token, theme: theme)) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/FontsService.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/FontsService.swift new file mode 100644 index 000000000..c9cbcae9d --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/FontsService.swift @@ -0,0 +1,50 @@ +import Foundation +import CoreGraphics +import CoreText + + +public final class FontsService { + public static var shared = FontsService() + + /// Инициализации темы, функцию необходимо вызвать внутри приложения в AppDelegate или SceneDelegate + public func initialize(fontsDirectoryURL: URL) { + registerFonts(fontsDirectoryURL: fontsDirectoryURL) + } +} + +extension FontsService { + private func registerFonts(fontsDirectoryURL: URL) { + do { + let fontFiles = try FileManager.default.contentsOfDirectory(atPath: fontsDirectoryURL.path) + + for fontFile in fontFiles { + guard fontFile.fileExtension == .otf || fontFile.fileExtension == .ttf else { + continue + } + let fontURL = fontsDirectoryURL.appendingPathComponent(fontFile) + registerFont(with: fontURL) + } + } catch { + fatalError("Error while loading font files: \(error)") + } + } + + private func registerFont(with url: URL) { + guard let fontDataProvider = CGDataProvider(url: url as CFURL) else { + fatalError("Could not create font data provider for \(url)") + } + + guard let font = CGFont(fontDataProvider) else { + fatalError("Could not create font from data provider for \(url)") + } + + var error: Unmanaged? + if !CTFontManagerRegisterGraphicsFont(font, &error) { + if let error = error?.takeUnretainedValue() { + fatalError("Error while registering font \(url): \(error)") + } else { + fatalError("Unknown error while registering font \(url)") + } + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/GradientModifier.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/GradientModifier.swift new file mode 100644 index 000000000..136b46ca6 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/GradientModifier.swift @@ -0,0 +1,19 @@ +import SwiftUI + +/// Модификатор для применения токена градиента. +public struct GradientModifier: ViewModifier { + let token: GradientToken + let theme: ThemeStyle + + public init(token: GradientToken, theme: ThemeStyle) { + self.token = token + self.theme = theme + } + + public func body(content: Content) -> some View { + ZStack { + content + GradientView(theme: theme, token: token) + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/LineHeightModifier.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/LineHeightModifier.swift new file mode 100644 index 000000000..82bf6da91 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/LineHeightModifier.swift @@ -0,0 +1,14 @@ +import Foundation +import SwiftUI + +/// Модификатор для применения кастомного LineHeight +public struct LineHeightModifier: ViewModifier { + let token: TypographyToken + let lineHeight: CGFloat + + public func body(content: Content) -> some View { + content + .lineSpacing(lineHeight - token.uiFont.lineHeight) + .padding(.vertical, (lineHeight - token.uiFont.lineHeight) / 2) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShadowModifier.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShadowModifier.swift new file mode 100644 index 000000000..5c3ab97b0 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShadowModifier.swift @@ -0,0 +1,16 @@ +import SwiftUI + +/// Модификатор для применения токена теней +public struct ShadowModifier: ViewModifier { + let token: ShadowToken + + public func body(content: Content) -> some View { + content + .shadow( + color: token.color, + radius: token.radius, + x: token.offset.width, + y: token.offset.height + ) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShapeModifier.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShapeModifier.swift new file mode 100644 index 000000000..cc033d372 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/ShapeModifier.swift @@ -0,0 +1,11 @@ +import SwiftUI + +/// Модификатор для применения токена скруглений +public struct ShapeModifier: ViewModifier { + let token: ShapeToken + + public func body(content: Content) -> some View { + content + .cornerRadius(token.cornerRadius) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/TypographyModifier.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/TypographyModifier.swift new file mode 100644 index 000000000..f6871b5bf --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Modifiers/TypographyModifier.swift @@ -0,0 +1,62 @@ +import Foundation +import SwiftUI + +/// Модификатор для применения токена типографики +/// Применяет параметры font, weight, style для View. +/// Параметр kerning применяется только на iOS 16 и выше. +public struct TypographyModifier: ViewModifier { + let token: TypographyToken + + public func body(content: Content) -> some View { + content + .modifier(OS16TypographyModifier(token: token)) + .modifier(LineHeightModifier(token: token, lineHeight: token.lineHeight)) + } +} + +/// Для iOS 14, iOS 15 нет поддержки функций .fontWeight, .kerning, italic() +struct OS16TypographyModifier: ViewModifier { + let token: TypographyToken + + init(token: TypographyToken) { + self.token = token + } + + public func body(content: Content) -> some View { + if #available(iOS 16.0, *) { + content + .font(token.font) + .fontWeight(token.weight.sui) + .kerning(token.kerning) + .applyIf(token.style == .italic) { $0.italic() } + } else { + content + .font( + Font( + UIFont(descriptor: fontDescriptor, size: token.size) + ) + ) + } + } + + private var fontDescriptor: UIFontDescriptor { + var result = UIFontDescriptor(name: token.fontName, size: token.size) + .addingAttributes( + [ + UIFontDescriptor.AttributeName.traits: [ + UIFontDescriptor.TraitKey.weight: token.weight.rawValue + ] + ] + ) + if token.style == .italic { + result = result.addingAttributes( + [ + UIFontDescriptor.AttributeName.traits: [ + UIFontDescriptor.TraitKey.symbolic: UIFontDescriptor.SymbolicTraits.traitItalic.rawValue + ] + ] + ) + } + return result + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/SDDSThemeCore.h b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/SDDSThemeCore.h new file mode 100644 index 000000000..0898404bb --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/SDDSThemeCore.h @@ -0,0 +1,18 @@ +// +// SDDSThemeCore.h +// SDDSThemeCore +// +// Created by Vladimir Kaltyrin on 06.06.2024. +// + +#import + +//! Project version number for SDDSThemeCore. +FOUNDATION_EXPORT double SDDSThemeCoreVersionNumber; + +//! Project version string for SDDSThemeCore. +FOUNDATION_EXPORT const unsigned char SDDSThemeCoreVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ColorToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ColorToken.swift new file mode 100644 index 000000000..d03c53562 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ColorToken.swift @@ -0,0 +1,14 @@ +import SwiftUI + +public struct ColorToken { + /// Цвет для тёмной темы + public let darkColor: Color + + /// Цвет для светлой темы + public let lightColor: Color + + public init(darkColor: Color, lightColor: Color) { + self.darkColor = darkColor + self.lightColor = lightColor + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/FontFamilyToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/FontFamilyToken.swift new file mode 100644 index 000000000..638cfd9bf --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/FontFamilyToken.swift @@ -0,0 +1,12 @@ +import Foundation + +public struct FontFamilyToken { + public enum Heading: String { + case display + case header + case text + } + + public let heading: Heading + public let name: String +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/GradientToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/GradientToken.swift new file mode 100644 index 000000000..c689b2360 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/GradientToken.swift @@ -0,0 +1,137 @@ +import Foundation +import SwiftUI + +public struct LinearGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let angle: CGFloat + + public init(locations: [CGFloat], colors: [Color], angle: CGFloat) { + self.locations = locations + self.colors = colors + self.angle = angle + } +} + +public struct RadialGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let center: CGPoint + public let startRadius: CGFloat + public let endRadius: CGFloat + + public init(locations: [CGFloat], colors: [Color], center: CGPoint, startRadius: CGFloat, endRadius: CGFloat) { + self.locations = locations + self.colors = colors + self.center = center + self.startRadius = startRadius + self.endRadius = endRadius + } +} + +public struct AngularGradient { + public let locations: [CGFloat] + public let colors: [Color] + public let startAngle: CGFloat + public let endAngle: CGFloat + public let center: CGPoint + + public init(locations: [CGFloat], colors: [Color], startAngle: CGFloat, endAngle: CGFloat, center: CGPoint) { + self.locations = locations + self.colors = colors + self.startAngle = startAngle + self.endAngle = endAngle + self.center = center + } +} + +public struct PlainColor { + public let background: Color + + public init(background: Color) { + self.background = background + } +} + +public enum GradientKind { + case linear(LinearGradient) + case angular(AngularGradient) + case radial(RadialGradient) + case color(PlainColor) +} + +public struct GradientToken { + public let description: String + public let darkGradients: [GradientKind] + public let lightGradients: [GradientKind] + + public init(description: String, darkGradients: [GradientKind], lightGradients: [GradientKind]) { + self.description = description + self.darkGradients = darkGradients + self.lightGradients = lightGradients + } +} + +extension GradientToken: CustomDebugStringConvertible { + public var debugDescription: String { + description + } +} + +extension GradientToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(darkGradients) + hasher.combine(lightGradients) + } +} + +extension GradientKind: Hashable { + public func hash(into hasher: inout Hasher) { + switch self { + case .angular(let data): + hasher.combine(data) + case .linear(let data): + hasher.combine(data) + case .radial(let data): + hasher.combine(data) + case .color(let data): + hasher.combine(data) + } + } +} + +extension LinearGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(angle) + } +} + +extension RadialGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(center.x) + hasher.combine(center.y) + hasher.combine(startRadius) + hasher.combine(endRadius) + } +} + +extension AngularGradient: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(locations) + hasher.combine(colors) + hasher.combine(startAngle) + hasher.combine(endAngle) + hasher.combine(center.x) + hasher.combine(center.y) + } +} + +extension PlainColor: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(background) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShadowToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShadowToken.swift new file mode 100644 index 000000000..1cdd6133c --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShadowToken.swift @@ -0,0 +1,25 @@ +import SwiftUI + +public struct ShadowToken { + public struct Offset { + public let width: CGFloat + public let height: CGFloat + + public init(width: CGFloat, height: CGFloat) { + self.width = width + self.height = height + } + } + + public let color: Color + public let offset: Offset + public let opacity: CGFloat + public let radius: CGFloat + + public init(color: Color, offset: Offset, opacity: CGFloat, radius: CGFloat) { + self.color = color + self.offset = offset + self.opacity = opacity + self.radius = radius + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShapeToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShapeToken.swift new file mode 100644 index 000000000..f311e5f54 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/ShapeToken.swift @@ -0,0 +1,15 @@ +import SwiftUI + +public struct ShapeToken { + public enum Kind: String { + case round + } + + public let cornerRadius: CGFloat + public let kind: Kind + + public init(cornerRadius: CGFloat, kind: Kind = .round) { + self.cornerRadius = cornerRadius + self.kind = kind + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/TypographyToken.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/TypographyToken.swift new file mode 100644 index 000000000..a07f6414a --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Tokens/TypographyToken.swift @@ -0,0 +1,83 @@ +import Foundation + +public struct TypographyToken { + public enum Weight: String { + case ultraLight + case thin + case light + case regular + case medium + case semibold + case bold + case heavy + case black + case normal + } + + public enum ScreenSize: String, CaseIterable { + case small + case medium + case large + } + + public enum Style: String { + case normal + case italic + } + + public let fontName: String + public let weight: Weight + public let style: Style + public let size: CGFloat + public let lineHeight: CGFloat + public let kerning: CGFloat + + public init(fontName: String, weight: Weight, style: Style, size: CGFloat, lineHeight: CGFloat, kerning: CGFloat) { + self.fontName = fontName + self.weight = weight + self.style = style + self.size = size + self.lineHeight = lineHeight + self.kerning = kerning + } +} + +public struct AdaptiveTypographyToken { + public let small: TypographyToken + public let medium: TypographyToken + public let large: TypographyToken + + public init(small: TypographyToken, medium: TypographyToken, large: TypographyToken) { + self.small = small + self.medium = medium + self.large = large + } +} + +extension TypographyToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(fontName) + hasher.combine(weight) + hasher.combine(style) + hasher.combine(size) + hasher.combine(lineHeight) + hasher.combine(kerning) + } +} + +extension AdaptiveTypographyToken: Hashable { + public func hash(into hasher: inout Hasher) { + hasher.combine(small) + hasher.combine(medium) + hasher.combine(large) + } +} + +func <(lhs: TypographyToken.ScreenSize, rhs: TypographyToken.ScreenSize) -> Bool { + switch (lhs, rhs) { + case (.small, .medium), (.small, .large), (.medium, .large): + return true + default: + return false + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Utilities/Device.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Utilities/Device.swift new file mode 100644 index 000000000..117f02c9a --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Utilities/Device.swift @@ -0,0 +1,34 @@ +import Foundation +import UIKit + +struct Device { + enum Size { + case small + case medium + case large + } + + static var size: Size { + let height = UIScreen.main.bounds.height + if height >= 960 { + return .large + } else if height < 960 && height > 560 { + return .medium + } else { + return .small + } + } +} + +extension Device.Size { + var adaptiveStyle: AdaptiveStyle { + switch self { + case .small: + return .small + case .medium: + return .medium + case .large: + return .large + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Views/GradientView.swift b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Views/GradientView.swift new file mode 100644 index 000000000..39a7edbf9 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeCore/Sources/SDDSThemeCore/Views/GradientView.swift @@ -0,0 +1,32 @@ +import SwiftUI + +public struct GradientView: View { + private let kinds: [GradientKind] + + public init(theme: ThemeStyle = UIScreen.themeStyle, token: GradientToken) { + self.kinds = token.kind(for: theme) + } + + public var body: some View { + ZStack { + ForEach(0.. some View { + Group { + switch kind { + case .angular(let data): + data.gradient + case .linear(let data): + data.gradient + case .radial(let data): + data.gradient + case .color(let data): + data.background + } + } + } +} diff --git a/SddsUIKit/.gitignore b/SDDSThemeBuilder/SDDSThemeUtilities/.gitignore similarity index 100% rename from SddsUIKit/.gitignore rename to SDDSThemeBuilder/SDDSThemeUtilities/.gitignore diff --git a/SDDSThemeBuilder/SDDSThemeUtilities/Package.swift b/SDDSThemeBuilder/SDDSThemeUtilities/Package.swift new file mode 100644 index 000000000..a50d0ee06 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeUtilities/Package.swift @@ -0,0 +1,28 @@ +// swift-tools-version: 5.9 +// The swift-tools-version declares the minimum version of Swift required to build this package. + +import PackageDescription + +let package = Package( + name: "SDDSThemeUtilities", + platforms: [ + .iOS(.v14), .macOS(.v13) + ], + products: [ + // Products define the executables and libraries a package produces, making them visible to other packages. + .library( + name: "SDDSThemeUtilities", + targets: ["SDDSThemeUtilities"]), + ], + targets: [ + // Targets are the basic building blocks of a package, defining a module or a test suite. + // Targets can depend on other targets in this package and products from dependencies. + .target( + name: "SDDSThemeUtilities", + path: "Sources/SDDSThemeUtilities" + ), + .testTarget( + name: "SDDSThemeUtilitiesTests", + dependencies: ["SDDSThemeUtilities"]), + ] +) diff --git a/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/Extensions.swift b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/Extensions.swift new file mode 100644 index 000000000..2e212958a --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/Extensions.swift @@ -0,0 +1,52 @@ +import Foundation + +public extension Sequence where Element: Equatable { + func contains(_ value: Element) -> Bool { + return self.contains { $0 == value } + } +} + +public extension String { + /// Перевод строка вида "dark.text.primary" в camelCase "darkTextPrimary" + var camelCase: String { + return tokenComponents.camelCase + } + + var tokenComponents: [String] { + let result = self.replacingOccurrences(of: "-", with: ".") + let components = result.keyComponents + return components + } + + var keyComponents: [String] { + self.components(separatedBy: ".") + } + + var fileExtension: FileExtension? { + FileExtension(rawValue: keyComponents.last ?? "") + } +} + +public extension Array where Element == String { + var camelCase: String { + let camelCaseString = self.enumerated().map { index, component -> String in + if index == 0 { + return String(component) + } else { + return component.prefix(1).uppercased() + component.dropFirst() + } + }.joined() + + return camelCaseString + } +} + +public extension Dictionary { + mutating func replaceKeys(transform: (Key) -> (Key)) { + for key in self.keys { + let value = self[key] + self.removeValue(forKey: key) + self[transform(key)] = value + } + } +} diff --git a/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/FileExtension.swift b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/FileExtension.swift new file mode 100644 index 000000000..41a24bc4c --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/FileExtension.swift @@ -0,0 +1,6 @@ +import Foundation + +public enum FileExtension: String { + case otf + case ttf +} diff --git a/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/HexConverter.swift b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/HexConverter.swift new file mode 100644 index 000000000..219301fbe --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeUtilities/Sources/SDDSThemeUtilities/HexConverter.swift @@ -0,0 +1,54 @@ +import Foundation + +public final class HexConverter { + + public struct Result { + public let red: CGFloat + public let green: CGFloat + public let blue: CGFloat + public let alpha: CGFloat + } + + public init() {} + + public func from(hex: String) -> HexConverter.Result { + var hexString = hex.trimmingCharacters(in: .whitespacesAndNewlines).uppercased() + if hexString.hasPrefix("#") { + hexString.removeFirst() + } + + let scanner = Scanner(string: hexString) + + var rgbValue: UInt64 = 0 + guard scanner.scanHexInt64(&rgbValue) else { + fatalError("Incorrect hex color format") + } + + var red, green, blue, alpha: UInt64 + switch hexString.count { + case 3: + red = ((rgbValue >> 8) & 0xF) * 17 + green = ((rgbValue >> 4) & 0xF) * 17 + blue = (rgbValue & 0xF) * 17 + alpha = 255 + case 6: + red = (rgbValue >> 16) & 0xFF + green = (rgbValue >> 8) & 0xFF + blue = rgbValue & 0xFF + alpha = 255 + case 8: + red = (rgbValue >> 24) & 0xFF + green = (rgbValue >> 16) & 0xFF + blue = (rgbValue >> 8) & 0xFF + alpha = rgbValue & 0xFF + default: + fatalError("Incorrect hex color format") + } + return Result( + red: CGFloat(red), + green: CGFloat(green), + blue: CGFloat(blue), + alpha: CGFloat(alpha) + ) + } +} diff --git a/SDDSThemeBuilder/SDDSThemeUtilities/Tests/SDDSThemeUtilitiesTests/SDDSThemeUtilitiesTests.swift b/SDDSThemeBuilder/SDDSThemeUtilities/Tests/SDDSThemeUtilitiesTests/SDDSThemeUtilitiesTests.swift new file mode 100644 index 000000000..33e36be02 --- /dev/null +++ b/SDDSThemeBuilder/SDDSThemeUtilities/Tests/SDDSThemeUtilitiesTests/SDDSThemeUtilitiesTests.swift @@ -0,0 +1,12 @@ +import XCTest +@testable import SDDSThemeUtilities + +final class SDDSThemeUtilitiesTests: XCTestCase { + func testExample() throws { + // XCTest Documentation + // https://developer.apple.com/documentation/xctest + + // Defining Test Cases and Test Methods + // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods + } +} diff --git a/SDDSUIKit/LICENCE.txt b/SDDSUIKit/LICENCE.txt deleted file mode 100644 index 4ac192b87..000000000 --- a/SDDSUIKit/LICENCE.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) Salute Devices - -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/SDDSUIKit/SDDSUIKit.xcodeproj/project.pbxproj b/SDDSUIKit/SDDSUIKit.xcodeproj/project.pbxproj deleted file mode 100644 index 6f175553c..000000000 --- a/SDDSUIKit/SDDSUIKit.xcodeproj/project.pbxproj +++ /dev/null @@ -1,514 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 56; - objects = { - -/* Begin PBXBuildFile section */ - 2430DEC42BB5B55500277123 /* SDDSUIKit.docc in Sources */ = {isa = PBXBuildFile; fileRef = 2430DEC32BB5B55500277123 /* SDDSUIKit.docc */; }; - 2430DECA2BB5B55600277123 /* SDDSUIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2430DEBF2BB5B55500277123 /* SDDSUIKit.framework */; }; - 2430DECF2BB5B55600277123 /* SDDSUIKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2430DECE2BB5B55600277123 /* SDDSUIKitTests.swift */; }; - 2430DED02BB5B55600277123 /* SDDSUIKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 2430DEC22BB5B55500277123 /* SDDSUIKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 2430DECB2BB5B55600277123 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 2430DEB62BB5B55500277123 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2430DEBE2BB5B55500277123; - remoteInfo = SDDSUIKit; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 2430DEBF2BB5B55500277123 /* SDDSUIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SDDSUIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2430DEC22BB5B55500277123 /* SDDSUIKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDDSUIKit.h; sourceTree = ""; }; - 2430DEC32BB5B55500277123 /* SDDSUIKit.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = SDDSUIKit.docc; sourceTree = ""; }; - 2430DEC92BB5B55600277123 /* SDDSUIKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SDDSUIKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 2430DECE2BB5B55600277123 /* SDDSUIKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDDSUIKitTests.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 2430DEBC2BB5B55500277123 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DEC62BB5B55600277123 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DECA2BB5B55600277123 /* SDDSUIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 2430DEB52BB5B55500277123 = { - isa = PBXGroup; - children = ( - 2430DEC12BB5B55500277123 /* SDDSUIKit */, - 2430DECD2BB5B55600277123 /* SDDSUIKitTests */, - 2430DEC02BB5B55500277123 /* Products */, - ); - sourceTree = ""; - }; - 2430DEC02BB5B55500277123 /* Products */ = { - isa = PBXGroup; - children = ( - 2430DEBF2BB5B55500277123 /* SDDSUIKit.framework */, - 2430DEC92BB5B55600277123 /* SDDSUIKitTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 2430DEC12BB5B55500277123 /* SDDSUIKit */ = { - isa = PBXGroup; - children = ( - 2430DEC22BB5B55500277123 /* SDDSUIKit.h */, - 2430DEC32BB5B55500277123 /* SDDSUIKit.docc */, - ); - path = SDDSUIKit; - sourceTree = ""; - }; - 2430DECD2BB5B55600277123 /* SDDSUIKitTests */ = { - isa = PBXGroup; - children = ( - 2430DECE2BB5B55600277123 /* SDDSUIKitTests.swift */, - ); - path = SDDSUIKitTests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 2430DEBA2BB5B55500277123 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DED02BB5B55600277123 /* SDDSUIKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 2430DEBE2BB5B55500277123 /* SDDSUIKit */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2430DED32BB5B55600277123 /* Build configuration list for PBXNativeTarget "SDDSUIKit" */; - buildPhases = ( - 2430DEBA2BB5B55500277123 /* Headers */, - 2430DEBB2BB5B55500277123 /* Sources */, - 2430DEBC2BB5B55500277123 /* Frameworks */, - 2430DEBD2BB5B55500277123 /* Resources */, - 2430DED92BB5BC3900277123 /* Lint */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SDDSUIKit; - productName = SDDSUIKit; - productReference = 2430DEBF2BB5B55500277123 /* SDDSUIKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 2430DEC82BB5B55600277123 /* SDDSUIKitTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2430DED62BB5B55600277123 /* Build configuration list for PBXNativeTarget "SDDSUIKitTests" */; - buildPhases = ( - 2430DEC52BB5B55600277123 /* Sources */, - 2430DEC62BB5B55600277123 /* Frameworks */, - 2430DEC72BB5B55600277123 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 2430DECC2BB5B55600277123 /* PBXTargetDependency */, - ); - name = SDDSUIKitTests; - productName = SDDSUIKitTests; - productReference = 2430DEC92BB5B55600277123 /* SDDSUIKitTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 2430DEB62BB5B55500277123 /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1520; - LastUpgradeCheck = 1520; - TargetAttributes = { - 2430DEBE2BB5B55500277123 = { - CreatedOnToolsVersion = 15.2; - }; - 2430DEC82BB5B55600277123 = { - CreatedOnToolsVersion = 15.2; - }; - }; - }; - buildConfigurationList = 2430DEB92BB5B55500277123 /* Build configuration list for PBXProject "SDDSUIKit" */; - compatibilityVersion = "Xcode 14.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 2430DEB52BB5B55500277123; - productRefGroup = 2430DEC02BB5B55500277123 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 2430DEBE2BB5B55500277123 /* SDDSUIKit */, - 2430DEC82BB5B55600277123 /* SDDSUIKitTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 2430DEBD2BB5B55500277123 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DEC72BB5B55600277123 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 2430DED92BB5BC3900277123 /* Lint */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = Lint; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "if [ \"$SKIP_LINT\" == \"YES\" ]; then\n echo \"Skipping Lint...\"\n exit 0\nfi\n\n/bin/sh \"${SRCROOT}/../lint.sh\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 2430DEBB2BB5B55500277123 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DEC42BB5B55500277123 /* SDDSUIKit.docc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2430DEC52BB5B55600277123 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2430DECF2BB5B55600277123 /* SDDSUIKitTests.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 2430DECC2BB5B55600277123 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 2430DEBE2BB5B55500277123 /* SDDSUIKit */; - targetProxy = 2430DECB2BB5B55600277123 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 2430DED12BB5B55600277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu17; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2430DED22BB5B55600277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; - BUILD_LIBRARY_FOR_DISTRIBUTION = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_USER_SCRIPT_SANDBOXING = YES; - GCC_C_LANGUAGE_STANDARD = gnu17; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2430DED42BB5B55600277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = KDMYYG676V; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSUIKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2430DED52BB5B55600277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DEVELOPMENT_TEAM = KDMYYG676V; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_MODULE_VERIFIER = YES; - ENABLE_USER_SCRIPT_SANDBOXING = NO; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_KEY_NSHumanReadableCopyright = ""; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; - MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSUIKit; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SKIP_INSTALL = YES; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 2430DED72BB5B55600277123 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSUIKitTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 2430DED82BB5B55600277123 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = KDMYYG676V; - GENERATE_INFOPLIST_FILE = YES; - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.sd.SDDSUIKitTests; - PRODUCT_NAME = "$(TARGET_NAME)"; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; - SWIFT_EMIT_LOC_STRINGS = NO; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 2430DEB92BB5B55500277123 /* Build configuration list for PBXProject "SDDSUIKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DED12BB5B55600277123 /* Debug */, - 2430DED22BB5B55600277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2430DED32BB5B55600277123 /* Build configuration list for PBXNativeTarget "SDDSUIKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DED42BB5B55600277123 /* Debug */, - 2430DED52BB5B55600277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2430DED62BB5B55600277123 /* Build configuration list for PBXNativeTarget "SDDSUIKitTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2430DED72BB5B55600277123 /* Debug */, - 2430DED82BB5B55600277123 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 2430DEB62BB5B55500277123 /* Project object */; -} diff --git a/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKit.xcscheme b/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKit.xcscheme deleted file mode 100644 index 70410293c..000000000 --- a/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKit.xcscheme +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKitTests.xcscheme b/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKitTests.xcscheme deleted file mode 100644 index 2ad762d97..000000000 --- a/SDDSUIKit/SDDSUIKit.xcodeproj/xcshareddata/xcschemes/SDDSUIKitTests.xcscheme +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/SDDSUIKit/SDDSUIKit/SDDSUIKit.docc/SDDSUIKit.md b/SDDSUIKit/SDDSUIKit/SDDSUIKit.docc/SDDSUIKit.md deleted file mode 100755 index 552ce7b8c..000000000 --- a/SDDSUIKit/SDDSUIKit/SDDSUIKit.docc/SDDSUIKit.md +++ /dev/null @@ -1,13 +0,0 @@ -# ``SDDSUIKit`` - -Summary - -## Overview - -Text - -## Topics - -### Group - -- ``Symbol`` \ No newline at end of file diff --git a/SDDSUIKit/SDDSUIKit/SDDSUIKit.h b/SDDSUIKit/SDDSUIKit/SDDSUIKit.h deleted file mode 100644 index c8c8c8768..000000000 --- a/SDDSUIKit/SDDSUIKit/SDDSUIKit.h +++ /dev/null @@ -1,11 +0,0 @@ -#import - -//! Project version number for SDDSUIKit. -FOUNDATION_EXPORT double SDDSUIKitVersionNumber; - -//! Project version string for SDDSUIKit. -FOUNDATION_EXPORT const unsigned char SDDSUIKitVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import - - diff --git a/SDDSUIKit/SDDSUIKitTests/SDDSUIKitTests.swift b/SDDSUIKit/SDDSUIKitTests/SDDSUIKitTests.swift deleted file mode 100644 index 95b54bff1..000000000 --- a/SDDSUIKit/SDDSUIKitTests/SDDSUIKitTests.swift +++ /dev/null @@ -1,29 +0,0 @@ -import XCTest -@testable import SDDSUIKit - -final class SDDSUIKitTests: XCTestCase { - - override func setUpWithError() throws { - // Put setup code here. This method is called before the invocation of each test method in the class. - } - - override func tearDownWithError() throws { - // Put teardown code here. This method is called after the invocation of each test method in the class. - } - - func testExample() throws { - // This is an example of a functional test case. - // Use XCTAssert and related functions to verify your tests produce the correct results. - // Any test you write for XCTest can be annotated as throws and async. - // Mark your test throws to produce an unexpected failure when your test encounters an uncaught error. - // Mark your test async to allow awaiting for asynchronous code to complete. Check the results with assertions afterwards. - } - - func testPerformanceExample() throws { - // This is an example of a performance test case. - self.measure { - // Put the code you want to measure the time of here. - } - } - -} diff --git a/SddsUIKit/Package.swift b/SddsUIKit/Package.swift deleted file mode 100644 index dede0e235..000000000 --- a/SddsUIKit/Package.swift +++ /dev/null @@ -1,23 +0,0 @@ -// swift-tools-version: 5.9 -// The swift-tools-version declares the minimum version of Swift required to build this package. - -import PackageDescription - -let package = Package( - name: "SddsUIKit", - products: [ - // Products define the executables and libraries a package produces, making them visible to other packages. - .library( - name: "SddsUIKit", - targets: ["SddsUIKit"]), - ], - targets: [ - // Targets are the basic building blocks of a package, defining a module or a test suite. - // Targets can depend on other targets in this package and products from dependencies. - .target( - name: "SddsUIKit"), - .testTarget( - name: "SddsUIKitTests", - dependencies: ["SddsUIKit"]), - ] -) diff --git a/SddsUIKit/Sources/SddsUIKit/SddsUIKit.swift b/SddsUIKit/Sources/SddsUIKit/SddsUIKit.swift deleted file mode 100644 index 08b22b80f..000000000 --- a/SddsUIKit/Sources/SddsUIKit/SddsUIKit.swift +++ /dev/null @@ -1,2 +0,0 @@ -// The Swift Programming Language -// https://docs.swift.org/swift-book diff --git a/SddsUIKit/Tests/SddsUIKitTests/SddsUIKitTests.swift b/SddsUIKit/Tests/SddsUIKitTests/SddsUIKitTests.swift deleted file mode 100644 index 3f73e2bf1..000000000 --- a/SddsUIKit/Tests/SddsUIKitTests/SddsUIKitTests.swift +++ /dev/null @@ -1,12 +0,0 @@ -import XCTest -@testable import SddsUIKit - -final class SddsUIKitTests: XCTestCase { - func testExample() throws { - // XCTest Documentation - // https://developer.apple.com/documentation/xctest - - // Defining Test Cases and Test Methods - // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods - } -} diff --git a/Themes/PlasmaB2CTheme/Package.swift b/Themes/PlasmaB2CTheme/Package.swift new file mode 100644 index 000000000..68bbf1898 --- /dev/null +++ b/Themes/PlasmaB2CTheme/Package.swift @@ -0,0 +1,28 @@ +// swift-tools-version:5.3 +import PackageDescription + +let package = Package( + name: "PlasmaB2CTheme", + platforms: [ + .iOS(.v14) + ], + products: [ + .library( + name: "PlasmaB2CTheme", + targets: ["PlasmaB2CTheme"]), + ], + dependencies: [ + .package(name: "SDDSThemeCore", path: "../../SDDSThemeBuilder/SDDSThemeCore") + ], + targets: [ + .target( + name: "PlasmaB2CTheme", + dependencies: ["SDDSThemeCore"], + path: ".", + exclude: ["PlasmaB2CTheme.xcodeproj", "SDDSTheme.h"], + resources: [ + .process("Fonts") + ] + ) + ] +) diff --git a/scripts/build_xcframeworks.rb b/scripts/build_xcframeworks.rb index a3cd1a09e..c43f40b3e 100755 --- a/scripts/build_xcframeworks.rb +++ b/scripts/build_xcframeworks.rb @@ -8,7 +8,7 @@ def build_xcframeworks(project_root_dir, workspace_name, project_name, modules) print_info "Корневая директория проекта: #{project_root_dir}" if modules.empty? - modules = ['SDDSSwiftUI', 'SDDSUIKit', 'SDDSIcons', 'SDDSCore'] + modules = ['SDDSComponents', 'SDDSIcons', 'SDDSCore'] end if workspace_name diff --git a/scripts/run_tests.rb b/scripts/run_tests.rb index 8d8f947b5..c31447f72 100755 --- a/scripts/run_tests.rb +++ b/scripts/run_tests.rb @@ -47,8 +47,6 @@ def run_tests(project_root_dir, workspace_name, modules) project_root_dir = File.expand_path('..', __dir__) workspace_name = "SDDS.xcworkspace" modules = [ - {scheme: "SDDSSwiftUI", platform: "iOS", use_workspace: true}, - {scheme: "SDDSUIKit", platform: "iOS", use_workspace: true}, {scheme: "SDDSIcons", platform: "iOS", use_workspace: true}, {scheme: "SDDSCore", platform: "iOS", use_workspace: true}, {scheme: "SDDSThemeBuilderCoreTests", platform: "macOS", project_name: "SDDSThemeBuilder", project_dir: "#{project_root_dir}/SDDSThemeBuilder", use_workspace: false}